|
|
(2 intermediate revisions by the same user not shown) |
Line 7: |
Line 7: |
|
| |
|
| ==CMYK to RGB== | | ==CMYK to RGB== |
| Online tool:
| | [[CMYK-RGB conversion using ISO Coated v2 300% (ECI)]] |
| * http://www.codecrete.net/CMYK CMYK to RGB
| |
| | |
| Idea: Create a mapping list for easy look-up and import into a database. Use steps of 5 for CMYK. For CMY use 0 to 100, i.e. 21*21*21 = 9261 variations. For K use 0 to 20, which covers all but one case in the lists at [[VBB public transport colors]]. That is 46305 variations.
| |
| | |
| ===List===
| |
| *1 = http://www.codecrete.net/CMYK
| |
| *2 = OSM Berlin/Sebastian
| |
| {| class="wikitable sortable"
| |
| !C
| |
| !M
| |
| !Y
| |
| !K
| |
| !1
| |
| !2
| |
| ! style="width:24px" |1
| |
| ! style="width:24px" |2
| |
| |-
| |
| | 0 || 0 || 0 || 0
| |
| | fefefe ||
| |
| | style="background-color:#fefefe" |
| |
| |
| |
| |-
| |
| | 100 || 0 || 0 || 0
| |
| | 00a2d3 || 00A3D3
| |
| | style="background-color:#00a2d3" |
| |
| | style="background-color:#00A3D3" |
| |
| |-
| |
| | 0 || 100 || 0 || 0
| |
| | e00885 || |
| |
| | style="background-color:#e00885" |
| |
| |
| |
| |-
| |
| | 100 || 100 || 0 || 0
| |
| | 3a2996 ||
| |
| | style="background-color:#3a2996" |
| |
| |
| |
| |-
| |
| | 0 || 0 || 100 || 0
| |
| | fae014 || FBE116
| |
| | style="background-color:#fae014" |
| |
| | style="background-color:#FBE116" |
| |
| |-
| |
| | 100 || 0 || 100 || 0 || 00a659 || 00A759
| |
| | style="background-color:#00a659" |
| |
| | style="background-color:#00A759" |
| |
| |-
| |
| | 0 || 100 || 100 || 0
| |
| | bf1f10 || DC2A1B
| |
| | style="background-color:#bf1f10" |
| |
| | style="background-color:#DC2A1B" |
| |
| |-
| |
| | 100 || 100 || 100 || 0
| |
| | 20211e ||
| |
| | style="background-color:#20211e" |
| |
| |
| |
| |}
| |
Latest revision as of 2013-06-17T13:15:10
http://www.eci.org/en/colorstandards/offset
recommends “ISO Coated v2 300% (ECI)” if the intended printing condition is not yet known.
On some Windows OS the path to the profile might be:
- C:\Windows\System32\spool\drivers\color\ISOcoated_v2_300_eci.icc
CMYK to RGB
CMYK-RGB conversion using ISO Coated v2 300% (ECI)