Copy link to clipboard
Copied
I am working on multiple files with the same cartoon character. In some of those files, my intended primary color for the character is correct - # b88b44 - but in some of the files it seems to automically change the color # to b68a43. Even if I change the color to my desired choice # b88b44 - it somehow gets change back to #b68a43.
Has anyoine had an issue with something like this? and is there a fix?
You can only expect HEX numbers to stay in RGB files.
Just so you know what's happening: HEX numbers (which are RGB, as Monika has mentioned) do not translate to CMYK exactly, so (based on your colour management settings) you get the closest it can get in CMYK percentages when it converts. You cannot go backwards. This CMYK mix now needs a different set of RGB values to display it properly on screen, so the HEX values change accordingly.
fyi: a HEX colour is just the values for RGB in hex numeral notation. The first two letters are the Red, the mi
...Copy link to clipboard
Copied
You can only expect HEX numbers to stay in RGB files.
Copy link to clipboard
Copied
Thanks! So do you have a suggestion for how to efficiently achieve the same thing in CMYK?
Copy link to clipboard
Copied
You cannot use HEX colors in CMYK.
Use CMYK colors.
Copy link to clipboard
Copied
Just so you know what's happening: HEX numbers (which are RGB, as Monika has mentioned) do not translate to CMYK exactly, so (based on your colour management settings) you get the closest it can get in CMYK percentages when it converts. You cannot go backwards. This CMYK mix now needs a different set of RGB values to display it properly on screen, so the HEX values change accordingly.
fyi: a HEX colour is just the values for RGB in hex numeral notation. The first two letters are the Red, the middle two are the Green and the last two are the Blue. e.g. Black = 0R 0G 0B = 000000; White = 256R 256G 256B = FFFFFF
If you want a standard CMYK mix for your characters and you are working in CMYK documents, DO NOT USE RGB/HEX as your standard.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Frankly, you can set any standard you like be it RGB/Pantone/CMYK as long as you know how they will behave throughout the process, but I always find it cross purpose to always specify a colour in RGB that's never going to be printable in your main output scenario. It's more consistent to specify an RGB based on what your preferred CMYK turns out to be. e.g. in your case, that would be the second HEX you were getting. Going forward, if someone uses THAT colour, even if their own color settings convert to a different CMYK (which will happen), since it was already in the ballpark, the chances it matching in in general appearance is greater.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now