After invoking the 'color' package with the command
\usepackage[pdftex]{color}
I defined a new color using CMYK values. More specifically, I set
\definecolor{mybluegray}{cmyk}{.33,.11,.01,0}
However, the color rendered in the document is not the same with color rendered in, say, Adobe Photoshop. To be more precise, I opened the PDF file in Photoshop and checked the CMYK values there, and Photoshop says the color in my document has CMYK values {.25,.08,.04,0}. Can anyone give me some clue on what's going on?
(By the way, I compiled my document on both Mac and Linux machines, and they produce the same color.)
xcolorwork any better? – Juan A. Navarro Oct 5 '10 at 11:30colorand Photoshop use different color profiles. – Caramdir Oct 5 '10 at 23:31