Use CMYK on web page

后端 未结 4 893
耶瑟儿~
耶瑟儿~ 2021-02-08 03:50

I need to use CMYK colors on my web page. Is there any way to use CMYK in CSS or may be convert CMYK to RGB using JavaScript?

EDIT:
I mean I have co

4条回答
  •  北荒
    北荒 (楼主)
    2021-02-08 04:22

    CMYK support in CSS is currently considered by W3 for CSS3. But it’s mainly meant for printers and “it is not expected that screen-centric user agents support CMYK colors”. I think you can safely bet that none of the current browsers support CMYK for the screen and therefore you have to convert the colors to RGB somehow.

提交回复
热议问题