I need to convert a bunch of color codes to Hex. The codes are in this format:
0.986246,0.007121,0.027434,1.000000
Has anyone seen this format before and know a way to convert to Hex?
I need to convert a bunch of color codes to Hex. The codes are in this format:
0.986246,0.007121,0.027434,1.000000
Has anyone seen this format before and know a way to convert to Hex?
Manual
CMYK encode: https://convertingcolors.com/cmy-color-0.9862_0.0071_0.0274.html?search=CMY(0.986246,0.007121,0.027434)
this is a decoder, the last one 1.0 is the alpha or transparency
Script
If you are handy on Javascript there is a script to convert: What is the formula to convert a color in CMYK to hex?