<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CMYK colors in CSS: Useful or useless?</title>
	<atom:link href="http://lea.verou.me/2009/03/cmyk-colors-in-css-useful-or-useless/feed/" rel="self" type="application/rss+xml" />
	<link>http://lea.verou.me/2009/03/cmyk-colors-in-css-useful-or-useless/</link>
	<description>Life at the bleeding edge (of web standards)</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:25:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lea Verou</title>
		<link>http://lea.verou.me/2009/03/cmyk-colors-in-css-useful-or-useless/#comment-3481</link>
		<dc:creator>Lea Verou</dc:creator>
		<pubDate>Fri, 29 Jul 2011 12:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=214#comment-3481</guid>
		<description>Nice writeup, liked :)

I was thinking of the print profile that Photoshop uses, since most people are accustomed to that (I&#039;d argue that a very small precent changes the color profiles).</description>
		<content:encoded><![CDATA[<p>Nice writeup, liked <img src='http://lea.verou.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I was thinking of the print profile that Photoshop uses, since most people are accustomed to that (I&#8217;d argue that a very small precent changes the color profiles).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brainflakes</title>
		<link>http://lea.verou.me/2009/03/cmyk-colors-in-css-useful-or-useless/#comment-3479</link>
		<dc:creator>Brainflakes</dc:creator>
		<pubDate>Fri, 29 Jul 2011 09:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=214#comment-3479</guid>
		<description>I&#039;m afraid there&#039;s something of a misunderstanding of CMYK when displayed on a monitor. Because your monitor is RGB all colours are RGB whether specified in CMYK or not. To display CMYK colours they are converted to RGB. All professional graphics programs have various colour profiles to try and emulate what CMYK looks like when printed, but each different combination of printer and paper has a different profile which converts to different RGB values and displays differently on a monitor. 

Without a custom paper / printer profile,  CMYK is converted more directly so CMYK magenta (0% C, 100% M, 0% Y, 0% K) *IS* RGB Magenta (100% R, 0 G, 100% B). They are literally the same colour when viewed on a PC monitor. Same goes for 50% M 100% Y, it&#039;s identical to 100% R 50% G. If you had a printer profile, which one would you use? The user&#039;s printer (So everything looks different on everyone&#039;s PC)? A set custom profile (but which one?)

Basically for screen use it makes absolutely no sense to specify in CMYK, because PCs can only display RGB. It would be better design a site in CMYK in your favourite graphics editor with your preferred CMYK profile, then convert it to RGB and grab the colours for CSS use ( It seems slightly strange to be designing directly in CSS rather than creating a design in a graphics package and then building the CSS from that anyway)

Now where CMYK would be useful in CSS is where you are creating a webpage that&#039;s meant to be printed, which is how I actually found this page. Unfortunately as of 07/2011 there is still no browser support for CMYK colours.</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid there&#8217;s something of a misunderstanding of CMYK when displayed on a monitor. Because your monitor is RGB all colours are RGB whether specified in CMYK or not. To display CMYK colours they are converted to RGB. All professional graphics programs have various colour profiles to try and emulate what CMYK looks like when printed, but each different combination of printer and paper has a different profile which converts to different RGB values and displays differently on a monitor. </p>
<p>Without a custom paper / printer profile,  CMYK is converted more directly so CMYK magenta (0% C, 100% M, 0% Y, 0% K) *IS* RGB Magenta (100% R, 0 G, 100% B). They are literally the same colour when viewed on a PC monitor. Same goes for 50% M 100% Y, it&#8217;s identical to 100% R 50% G. If you had a printer profile, which one would you use? The user&#8217;s printer (So everything looks different on everyone&#8217;s PC)? A set custom profile (but which one?)</p>
<p>Basically for screen use it makes absolutely no sense to specify in CMYK, because PCs can only display RGB. It would be better design a site in CMYK in your favourite graphics editor with your preferred CMYK profile, then convert it to RGB and grab the colours for CSS use ( It seems slightly strange to be designing directly in CSS rather than creating a design in a graphics package and then building the CSS from that anyway)</p>
<p>Now where CMYK would be useful in CSS is where you are creating a webpage that&#8217;s meant to be printed, which is how I actually found this page. Unfortunately as of 07/2011 there is still no browser support for CMYK colours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://lea.verou.me/2009/03/cmyk-colors-in-css-useful-or-useless/#comment-3014</link>
		<dc:creator>Abhijit</dc:creator>
		<pubDate>Fri, 29 Apr 2011 11:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=214#comment-3014</guid>
		<description>So true..After migrating from graphic designing its a pain to change my design profile every time i design for the web. Also it would be easier for a developer to just in corporate a Ai design with the colors gettin messed up...
I so expected to see this property in the new CSS3...no such luck yet (*fingers crossed*).
Great Article..good to see am not alone.. :)</description>
		<content:encoded><![CDATA[<p>So true..After migrating from graphic designing its a pain to change my design profile every time i design for the web. Also it would be easier for a developer to just in corporate a Ai design with the colors gettin messed up&#8230;<br />
I so expected to see this property in the new CSS3&#8230;no such luck yet (*fingers crossed*).<br />
Great Article..good to see am not alone.. <img src='http://lea.verou.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lea Verou</title>
		<link>http://lea.verou.me/2009/03/cmyk-colors-in-css-useful-or-useless/#comment-1507</link>
		<dc:creator>Lea Verou</dc:creator>
		<pubDate>Tue, 16 Nov 2010 17:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=214#comment-1507</guid>
		<description>I wrote &quot;However, no browser supports it yet&quot; in my article. Unfortunately, even after 1.5 year, this is still true, along with many other nice CSS3 features that are not fancy like rounded corners or drop shadows so nobody cares about implementations.</description>
		<content:encoded><![CDATA[<p>I wrote &#8220;However, no browser supports it yet&#8221; in my article. Unfortunately, even after 1.5 year, this is still true, along with many other nice CSS3 features that are not fancy like rounded corners or drop shadows so nobody cares about implementations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Website Design Sheffield</title>
		<link>http://lea.verou.me/2009/03/cmyk-colors-in-css-useful-or-useless/#comment-1506</link>
		<dc:creator>Website Design Sheffield</dc:creator>
		<pubDate>Tue, 16 Nov 2010 10:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=214#comment-1506</guid>
		<description>I just tried using this on a H3 element in the html side, not the CSS with this: &#039;cymk(15,100,100,0) !important;&#039; and it didn&#039;t work. 

I would also add a poll to this post considering your asking for views on something with a like or dislike answer! 

try wp-polls plugin :)

Thanks</description>
		<content:encoded><![CDATA[<p>I just tried using this on a H3 element in the html side, not the CSS with this: &#8216;cymk(15,100,100,0) !important;&#8217; and it didn&#8217;t work. </p>
<p>I would also add a poll to this post considering your asking for views on something with a like or dislike answer! </p>
<p>try wp-polls plugin <img src='http://lea.verou.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

