| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Graphics::ColorNamesCMYK::ToutesLesCouleursCom; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
348636
|
use strict; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
1196
|
|
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
6
|
|
|
|
|
|
|
our $DATE = '2024-05-06'; # DATE |
|
7
|
|
|
|
|
|
|
our $DIST = 'Graphics-ColorNamesCMYK-ToutesLesCouleursCom'; # DIST |
|
8
|
|
|
|
|
|
|
our $VERSION = '0.001'; # VERSION |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $NAMES_CMYK_TABLE = { |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
# Black |
|
13
|
|
|
|
|
|
|
'black' => 0x00000064, # 0,0,0,100 |
|
14
|
|
|
|
|
|
|
'crow wing' => 0x00000064, # 0,0,0,100 |
|
15
|
|
|
|
|
|
|
'walnut brou' => 0x002e5e4b, # 0,46,94,75 |
|
16
|
|
|
|
|
|
|
'cassis' => 0x005d4b53, # 0,93,75,83 |
|
17
|
|
|
|
|
|
|
'cassis' => 0x00614e4d, # 0,97,78,77 |
|
18
|
|
|
|
|
|
|
'dorian' => 0x4d1a273b, # 77,26,39,59 |
|
19
|
|
|
|
|
|
|
'ebony' => 0x00000064, # 0,0,0,100 |
|
20
|
|
|
|
|
|
|
'animal black' => 0x00000064, # 0,0,0,100 |
|
21
|
|
|
|
|
|
|
'black coal' => 0x00000064, # 0,0,0,100 |
|
22
|
|
|
|
|
|
|
'aniline black' => 0x1229005b, # 18,41,0,91 |
|
23
|
|
|
|
|
|
|
'carbon black' => 0x001a2f5d, # 0,26,47,93 |
|
24
|
|
|
|
|
|
|
'black smoke' => 0x001a2f5d, # 0,26,47,93 |
|
25
|
|
|
|
|
|
|
'jet black' => 0x00000064, # 0,0,0,100 |
|
26
|
|
|
|
|
|
|
'black ink' => 0x00000064, # 0,0,0,100 |
|
27
|
|
|
|
|
|
|
'ivory black' => 0x00000064, # 0,0,0,100 |
|
28
|
|
|
|
|
|
|
'noiraud' => 0x00244652, # 0,36,70,82 |
|
29
|
|
|
|
|
|
|
'licorice' => 0x00142152, # 0,20,33,82 |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
# Blue |
|
32
|
|
|
|
|
|
|
'blue' => 0x64640000, # 100,100,0,0 |
|
33
|
|
|
|
|
|
|
'aquamarine' => 0x33000003, # 51,0,0,3 |
|
34
|
|
|
|
|
|
|
'blue' => 0x64320000, # 100,50,0,0 |
|
35
|
|
|
|
|
|
|
'blue' => 0x55250014, # 85,37,0,20 |
|
36
|
|
|
|
|
|
|
'clear blue' => 0x340e0005, # 52,14,0,5 |
|
37
|
|
|
|
|
|
|
'azurin' => 0x21340000, # 33,52,0,0 |
|
38
|
|
|
|
|
|
|
'steel blue' => 0x4518001b, # 69,24,0,27 |
|
39
|
|
|
|
|
|
|
'slate blue' => 0x1a15002d, # 26,21,0,45 |
|
40
|
|
|
|
|
|
|
'cornflower blue' => 0x34220020, # 52,34,0,32 |
|
41
|
|
|
|
|
|
|
'blue cornflower' => 0x34220020, # 52,34,0,32 |
|
42
|
|
|
|
|
|
|
'blue jumped' => 0x6412001d, # 100,18,0,29 |
|
43
|
|
|
|
|
|
|
'heavenly blue' => 0x54110007, # 84,17,0,7 |
|
44
|
|
|
|
|
|
|
'cerulean' => 0x5e200009, # 94,32,0,9 |
|
45
|
|
|
|
|
|
|
'cerulean blue' => 0x4721001c, # 71,33,0,28 |
|
46
|
|
|
|
|
|
|
'blue wagon' => 0x1c120016, # 28,18,0,22 |
|
47
|
|
|
|
|
|
|
'wheelwright blue' => 0x52130033, # 82,19,0,51 |
|
48
|
|
|
|
|
|
|
'wheelwright blue' => 0x1c120016, # 28,18,0,22 |
|
49
|
|
|
|
|
|
|
'blue sky' => 0x351d0000, # 53,29,0,0 |
|
50
|
|
|
|
|
|
|
'cobalt blue' => 0x492f0033, # 73,47,0,51 |
|
51
|
|
|
|
|
|
|
'berlin blue' => 0x3d1a0040, # 61,26,0,64 |
|
52
|
|
|
|
|
|
|
'bleu de france' => 0x4f270009, # 79,39,0,9 |
|
53
|
|
|
|
|
|
|
'midnight blue' => 0x6432003c, # 100,50,0,60 |
|
54
|
|
|
|
|
|
|
'prussian blue' => 0x3d1a0040, # 61,26,0,64 |
|
55
|
|
|
|
|
|
|
'denim blue' => 0x60380000, # 96,56,0,0 |
|
56
|
|
|
|
|
|
|
'blue south sea' => 0x64000014, # 100,0,0,20 |
|
57
|
|
|
|
|
|
|
'lozenge blue' => 0x0d050000, # 13,5,0,0 |
|
58
|
|
|
|
|
|
|
'egyptian blue' => 0x5a450023, # 90,69,0,35 |
|
59
|
|
|
|
|
|
|
'electric blue' => 0x53360000, # 83,54,0,0 |
|
60
|
|
|
|
|
|
|
'blue woad' => 0x2c190028, # 44,25,0,40 |
|
61
|
|
|
|
|
|
|
'blue horizon' => 0x170e0023, # 23,14,0,35 |
|
62
|
|
|
|
|
|
|
'majorelle blue' => 0x3840000e, # 56,64,0,14 |
|
63
|
|
|
|
|
|
|
'navy' => 0x60370046, # 96,55,0,70 |
|
64
|
|
|
|
|
|
|
'maya blue' => 0x36170002, # 54,23,0,2 |
|
65
|
|
|
|
|
|
|
'mineral blue' => 0x3d1a0040, # 61,26,0,64 |
|
66
|
|
|
|
|
|
|
'midnight blue' => 0x565f003a, # 86,95,0,58 |
|
67
|
|
|
|
|
|
|
'ultramarine' => 0x64640203, # 100,100,2,3 |
|
68
|
|
|
|
|
|
|
'ultramarine' => 0x48640028, # 72,100,0,40 |
|
69
|
|
|
|
|
|
|
'peacock' => 0x6011002c, # 96,17,0,44 |
|
70
|
|
|
|
|
|
|
'persian blue' => 0x3c640000, # 60,100,0,0 |
|
71
|
|
|
|
|
|
|
'oil blue' => 0x400b0044, # 64,11,0,68 |
|
72
|
|
|
|
|
|
|
'royal blue' => 0x4f270009, # 79,39,0,9 |
|
73
|
|
|
|
|
|
|
'sapphire blue' => 0x6349001d, # 99,73,0,29 |
|
74
|
|
|
|
|
|
|
'teal' => 0x6400002c, # 100,0,0,44 |
|
75
|
|
|
|
|
|
|
'smalt blue' => 0x64430028, # 100,67,0,40 |
|
76
|
|
|
|
|
|
|
'tiffany blue' => 0x4a052600, # 74,5,38,0 |
|
77
|
|
|
|
|
|
|
'turquin blue' => 0x3422002e, # 52,34,0,46 |
|
78
|
|
|
|
|
|
|
'caeruleum' => 0x54110007, # 84,17,0,7 |
|
79
|
|
|
|
|
|
|
'duck' => 0x610a0028, # 97,10,0,40 |
|
80
|
|
|
|
|
|
|
'cerulean' => 0x340e0005, # 52,14,0,5 |
|
81
|
|
|
|
|
|
|
'cyan' => 0x34000d00, # 52,0,13,0 |
|
82
|
|
|
|
|
|
|
'cyan' => 0x53000002, # 83,0,0,2 |
|
83
|
|
|
|
|
|
|
'fumes' => 0x1107000c, # 17,7,0,12 |
|
84
|
|
|
|
|
|
|
'frosted' => 0x26000012, # 38,0,0,18 |
|
85
|
|
|
|
|
|
|
'indigo' => 0x33590003, # 51,89,0,3 |
|
86
|
|
|
|
|
|
|
'indigo' => 0x3964003a, # 57,100,0,58 |
|
87
|
|
|
|
|
|
|
'indigo web' => 0x2a640031, # 42,100,0,49 |
|
88
|
|
|
|
|
|
|
'klein 1' => 0x64570000, # 100,87,0,0 |
|
89
|
|
|
|
|
|
|
'klein 2' => 0x4a520033, # 74,82,0,51 |
|
90
|
|
|
|
|
|
|
'lapis lazuli' => 0x4c260027, # 76,38,0,39 |
|
91
|
|
|
|
|
|
|
'lavender' => 0x242c0007, # 36,44,0,7 |
|
92
|
|
|
|
|
|
|
'pastel' => 0x2c190028, # 44,25,0,40 |
|
93
|
|
|
|
|
|
|
'pervenche' => 0x14140000, # 20,20,0,0 |
|
94
|
|
|
|
|
|
|
'turquoise' => 0x55000801, # 85,0,8,1 |
|
95
|
|
|
|
|
|
|
|
|
96
|
|
|
|
|
|
|
# Brown |
|
97
|
|
|
|
|
|
|
'brown' => 0x00225140, # 0,34,81,64 |
|
98
|
|
|
|
|
|
|
'mahogany' => 0x00334f2f, # 0,51,79,47 |
|
99
|
|
|
|
|
|
|
'chestnut' => 0x00264d23, # 0,38,77,35 |
|
100
|
|
|
|
|
|
|
'amber' => 0x00136406, # 0,19,100,6 |
|
101
|
|
|
|
|
|
|
'auburn' => 0x003d5c26, # 0,61,92,38 |
|
102
|
|
|
|
|
|
|
'suntan' => 0x0016352d, # 0,22,53,45 |
|
103
|
|
|
|
|
|
|
'beige' => 0x000e2516, # 0,14,37,22 |
|
104
|
|
|
|
|
|
|
'light beige' => 0x00000a28, # 0,0,10,40 |
|
105
|
|
|
|
|
|
|
'beigeasse' => 0x00051e1f, # 0,5,30,31 |
|
106
|
|
|
|
|
|
|
'bistre' => 0x001e314c, # 0,30,49,76 |
|
107
|
|
|
|
|
|
|
'bistre' => 0x00122a30, # 0,18,42,48 |
|
108
|
|
|
|
|
|
|
'bitumen' => 0x00163145, # 0,22,49,69 |
|
109
|
|
|
|
|
|
|
'blet' => 0x00225140, # 0,34,81,64 |
|
110
|
|
|
|
|
|
|
'brick' => 0x00415030, # 0,65,80,48 |
|
111
|
|
|
|
|
|
|
'bronze' => 0x0014493e, # 0,20,73,62 |
|
112
|
|
|
|
|
|
|
'walnut brou' => 0x002e5e4b, # 0,46,94,75 |
|
113
|
|
|
|
|
|
|
'office' => 0x0013363a, # 0,19,54,58 |
|
114
|
|
|
|
|
|
|
'cocoa' => 0x0017283e, # 0,23,40,62 |
|
115
|
|
|
|
|
|
|
'cachou' => 0x002b4a52, # 0,43,74,82 |
|
116
|
|
|
|
|
|
|
'cafe' => 0x00226349, # 0,34,99,73 |
|
117
|
|
|
|
|
|
|
'latte' => 0x00163d35, # 0,22,61,53 |
|
118
|
|
|
|
|
|
|
'cannelle' => 0x001e3a33, # 0,30,58,51 |
|
119
|
|
|
|
|
|
|
'caramel' => 0x003c6433, # 0,60,100,51 |
|
120
|
|
|
|
|
|
|
'chestnut' => 0x000f1e32, # 0,15,30,50 |
|
121
|
|
|
|
|
|
|
'light' => 0x0016352d, # 0,22,53,45 |
|
122
|
|
|
|
|
|
|
'cauldron' => 0x00265930, # 0,38,89,48 |
|
123
|
|
|
|
|
|
|
'chocolate' => 0x00243e41, # 0,36,62,65 |
|
124
|
|
|
|
|
|
|
'pumpkin' => 0x002d500d, # 0,45,80,13 |
|
125
|
|
|
|
|
|
|
'fauve' => 0x00365f20, # 0,54,95,32 |
|
126
|
|
|
|
|
|
|
'sheet-dead' => 0x002f4828, # 0,47,72,40 |
|
127
|
|
|
|
|
|
|
'grege' => 0x0007131b, # 0,7,19,27 |
|
128
|
|
|
|
|
|
|
'moorish grey' => 0x000a243b, # 0,10,36,59 |
|
129
|
|
|
|
|
|
|
'lavalliere' => 0x00264c2c, # 0,38,76,44 |
|
130
|
|
|
|
|
|
|
'brown' => 0x00356441, # 0,53,100,65 |
|
131
|
|
|
|
|
|
|
'mordore' => 0x0022512f, # 0,34,81,47 |
|
132
|
|
|
|
|
|
|
'hazel' => 0x002a492a, # 0,42,73,42 |
|
133
|
|
|
|
|
|
|
'burnt orange' => 0x003a6414, # 0,58,100,20 |
|
134
|
|
|
|
|
|
|
'chip' => 0x00485845, # 0,72,88,69 |
|
135
|
|
|
|
|
|
|
'red bismarck' => 0x004d5e23, # 0,77,94,35 |
|
136
|
|
|
|
|
|
|
'red tomette' => 0x00394620, # 0,57,70,32 |
|
137
|
|
|
|
|
|
|
'rust' => 0x002b5528, # 0,43,85,40 |
|
138
|
|
|
|
|
|
|
'beef blood' => 0x005d6437, # 0,93,100,55 |
|
139
|
|
|
|
|
|
|
'senois' => 0x00374a2d, # 0,55,74,45 |
|
140
|
|
|
|
|
|
|
'sepia' => 0x00111d22, # 0,17,29,34 |
|
141
|
|
|
|
|
|
|
'sepia' => 0x00152b20, # 0,21,43,32 |
|
142
|
|
|
|
|
|
|
'tobacco' => 0x002f5126, # 0,47,81,38 |
|
143
|
|
|
|
|
|
|
'sienna' => 0x00293f2c, # 0,41,63,44 |
|
144
|
|
|
|
|
|
|
'umber' => 0x00071b3e, # 0,7,27,62 |
|
145
|
|
|
|
|
|
|
'umber' => 0x0019492b, # 0,25,73,43 |
|
146
|
|
|
|
|
|
|
'vanilla' => 0x0008200c, # 0,8,32,12 |
|
147
|
|
|
|
|
|
|
|
|
148
|
|
|
|
|
|
|
# Gray |
|
149
|
|
|
|
|
|
|
'grey' => 0x0000003e, # 0,0,0,62 |
|
150
|
|
|
|
|
|
|
'slate' => 0x100c003a, # 16,12,0,58 |
|
151
|
|
|
|
|
|
|
'silver' => 0x00000013, # 0,0,0,19 |
|
152
|
|
|
|
|
|
|
'clay' => 0x00000006, # 0,0,0,6 |
|
153
|
|
|
|
|
|
|
'bi' => 0x00060f36, # 0,6,15,54 |
|
154
|
|
|
|
|
|
|
'bistre' => 0x001e314c, # 0,30,49,76 |
|
155
|
|
|
|
|
|
|
'bistre' => 0x00122a30, # 0,18,42,48 |
|
156
|
|
|
|
|
|
|
'bitumen' => 0x00163145, # 0,22,49,69 |
|
157
|
|
|
|
|
|
|
'celadon' => 0x15000923, # 21,0,9,35 |
|
158
|
|
|
|
|
|
|
'chestnut' => 0x000f1e32, # 0,15,30,50 |
|
159
|
|
|
|
|
|
|
'oxidized tin' => 0x0000001b, # 0,0,0,27 |
|
160
|
|
|
|
|
|
|
'pure tin' => 0x00000007, # 0,0,0,7 |
|
161
|
|
|
|
|
|
|
'fumes' => 0x1107000c, # 17,7,0,12 |
|
162
|
|
|
|
|
|
|
'grege' => 0x0007131b, # 0,7,19,27 |
|
163
|
|
|
|
|
|
|
'steel grey' => 0x0000001f, # 0,0,0,31 |
|
164
|
|
|
|
|
|
|
'charcoal grey' => 0x48413d3d, # 72,65,61,61 |
|
165
|
|
|
|
|
|
|
'payne grey' => 0x0f070035, # 15,7,0,53 |
|
166
|
|
|
|
|
|
|
'gray iron' => 0x00000030, # 0,0,0,48 |
|
167
|
|
|
|
|
|
|
'gray iron' => 0x00000032, # 0,0,0,50 |
|
168
|
|
|
|
|
|
|
'pearl grey' => 0x00000013, # 0,0,0,19 |
|
169
|
|
|
|
|
|
|
'pearl grey' => 0x04000250, # 4,0,2,80 |
|
170
|
|
|
|
|
|
|
'gray' => 0x00000026, # 0,0,0,38 |
|
171
|
|
|
|
|
|
|
'dove gray' => 0x0008081b, # 0,8,8,27 |
|
172
|
|
|
|
|
|
|
'putty' => 0x0001131e, # 0,1,19,30 |
|
173
|
|
|
|
|
|
|
'pinchard' => 0x00000014, # 0,0,0,20 |
|
174
|
|
|
|
|
|
|
'lead' => 0x06010031, # 6,1,0,49 |
|
175
|
|
|
|
|
|
|
'mountbatten pink' => 0x01180028, # 0,280,0,40 |
|
176
|
|
|
|
|
|
|
'taupe' => 0x000a1d49, # 0,10,29,73 |
|
177
|
|
|
|
|
|
|
'tourdille' => 0x00010818, # 0,1,8,24 |
|
178
|
|
|
|
|
|
|
|
|
179
|
|
|
|
|
|
|
# Green |
|
180
|
|
|
|
|
|
|
'green' => 0x64006400, # 100,0,100,0 |
|
181
|
|
|
|
|
|
|
'aquamarine' => 0x33000003, # 51,0,0,3 |
|
182
|
|
|
|
|
|
|
'asparagus' => 0x17002b25, # 23,0,43,37 |
|
183
|
|
|
|
|
|
|
'teal' => 0x6400002c, # 100,0,0,44 |
|
184
|
|
|
|
|
|
|
'duck' => 0x610a0028, # 97,10,0,40 |
|
185
|
|
|
|
|
|
|
'celadon' => 0x15000923, # 21,0,9,35 |
|
186
|
|
|
|
|
|
|
'frosted' => 0x26000012, # 38,0,0,18 |
|
187
|
|
|
|
|
|
|
'murky' => 0x23000c27, # 35,0,12,39 |
|
188
|
|
|
|
|
|
|
'hooker' => 0x42005a45, # 66,0,90,69 |
|
189
|
|
|
|
|
|
|
'jade' => 0x2a002609, # 42,0,38,9 |
|
190
|
|
|
|
|
|
|
'khaki' => 0x000d472a, # 0,13,71,42 |
|
191
|
|
|
|
|
|
|
'peppermint' => 0x58003a1c, # 88,0,58,28 |
|
192
|
|
|
|
|
|
|
'water mint' => 0x42002b02, # 66,0,43,2 |
|
193
|
|
|
|
|
|
|
'sinople' => 0x5600562a, # 86,0,86,42 |
|
194
|
|
|
|
|
|
|
'turquoise' => 0x55000801, # 85,0,8,1 |
|
195
|
|
|
|
|
|
|
'vert absinthe' => 0x2b00420d, # 43,0,66,13 |
|
196
|
|
|
|
|
|
|
'green almond' => 0x22002d17, # 34,0,45,23 |
|
197
|
|
|
|
|
|
|
'english green' => 0x3a002f4e, # 58,0,47,78 |
|
198
|
|
|
|
|
|
|
'anise green' => 0x25005c00, # 37,0,92,0 |
|
199
|
|
|
|
|
|
|
'green lawyer' => 0x22006231, # 34,0,98,49 |
|
200
|
|
|
|
|
|
|
'green bottle' => 0x5c005c3a, # 92,0,92,58 |
|
201
|
|
|
|
|
|
|
'green chartreuse' => 0x15005003, # 21,0,80,3 |
|
202
|
|
|
|
|
|
|
'lime' => 0x64006400, # 100,0,100,0 |
|
203
|
|
|
|
|
|
|
'chrome green' => 0x3a002f4e, # 58,0,47,78 |
|
204
|
|
|
|
|
|
|
'verdigris' => 0x0a000a23, # 10,0,10,35 |
|
205
|
|
|
|
|
|
|
'sap green' => 0x48005835, # 72,0,88,53 |
|
206
|
|
|
|
|
|
|
'green water' => 0x1b001905, # 27,0,25,5 |
|
207
|
|
|
|
|
|
|
'emerald green' => 0x64003b10, # 100,0,59,16 |
|
208
|
|
|
|
|
|
|
'green empire' => 0x64004542, # 100,0,69,66 |
|
209
|
|
|
|
|
|
|
'green spinach' => 0x29000045, # 41,0,0,69 |
|
210
|
|
|
|
|
|
|
'green grass' => 0x3f004e26, # 63,0,78,38 |
|
211
|
|
|
|
|
|
|
'green imperial' => 0x64004542, # 100,0,69,66 |
|
212
|
|
|
|
|
|
|
'green khaki' => 0x0c003f2e, # 12,0,63,46 |
|
213
|
|
|
|
|
|
|
'lichen green' => 0x1f002318, # 31,0,35,24 |
|
214
|
|
|
|
|
|
|
'lime green' => 0x26004e01, # 38,0,78,1 |
|
215
|
|
|
|
|
|
|
'malachite green' => 0x51002f25, # 81,0,47,37 |
|
216
|
|
|
|
|
|
|
'larch green' => 0x32002338, # 50,0,35,56 |
|
217
|
|
|
|
|
|
|
'military green' => 0x0d00223c, # 13,0,34,60 |
|
218
|
|
|
|
|
|
|
'moss' => 0x23002b26, # 35,0,43,38 |
|
219
|
|
|
|
|
|
|
'olive' => 0x15004b2d, # 21,0,75,45 |
|
220
|
|
|
|
|
|
|
'green opaline' => 0x20000b0d, # 32,0,11,13 |
|
221
|
|
|
|
|
|
|
'green parrot' => 0x4c004505, # 76,0,69,5 |
|
222
|
|
|
|
|
|
|
'pine green' => 0x63000835, # 99,0,8,53 |
|
223
|
|
|
|
|
|
|
'pistachio green' => 0x16003504, # 22,0,53,4 |
|
224
|
|
|
|
|
|
|
'green leek' => 0x36002423, # 54,0,36,35 |
|
225
|
|
|
|
|
|
|
'apple green' => 0x4a005215, # 74,0,82,21 |
|
226
|
|
|
|
|
|
|
'green meadow' => 0x3b004810, # 59,0,72,16 |
|
227
|
|
|
|
|
|
|
'green prasin' => 0x36002423, # 54,0,36,35 |
|
228
|
|
|
|
|
|
|
'spring green' => 0x64003200, # 100,0,50,0 |
|
229
|
|
|
|
|
|
|
'forest green' => 0x59003344, # 89,0,51,68 |
|
230
|
|
|
|
|
|
|
'sage green' => 0x22001c26, # 34,0,28,38 |
|
231
|
|
|
|
|
|
|
'green smaragdin' => 0x64003b10, # 100,0,59,16 |
|
232
|
|
|
|
|
|
|
'green lime' => 0x15003d12, # 21,0,61,18 |
|
233
|
|
|
|
|
|
|
'veronese green' => 0x15003b38, # 21,0,59,56 |
|
234
|
|
|
|
|
|
|
'viride green' => 0x33001031, # 51,0,16,49 |
|
235
|
|
|
|
|
|
|
|
|
236
|
|
|
|
|
|
|
# Orange |
|
237
|
|
|
|
|
|
|
'orange' => 0x002e5d07, # 0,46,93,7 |
|
238
|
|
|
|
|
|
|
'apricot' => 0x002d4f0a, # 0,45,79,10 |
|
239
|
|
|
|
|
|
|
'aurore' => 0x00143e00, # 0,20,62,0 |
|
240
|
|
|
|
|
|
|
'bi' => 0x00061505, # 0,6,21,5 |
|
241
|
|
|
|
|
|
|
'bisque' => 0x000b1700, # 0,11,23,0 |
|
242
|
|
|
|
|
|
|
'carrot' => 0x00385505, # 0,56,85,5 |
|
243
|
|
|
|
|
|
|
'pumpkin' => 0x002d500d, # 0,45,80,13 |
|
244
|
|
|
|
|
|
|
'reef' => 0x00496409, # 0,73,100,9 |
|
245
|
|
|
|
|
|
|
'copper' => 0x002a641e, # 0,42,100,30 |
|
246
|
|
|
|
|
|
|
'gamboge' => 0x00235e06, # 0,35,94,6 |
|
247
|
|
|
|
|
|
|
'mandarine' => 0x00244800, # 0,36,72,0 |
|
248
|
|
|
|
|
|
|
'melon' => 0x00205a0d, # 0,32,90,13 |
|
249
|
|
|
|
|
|
|
'orange' => 0x00226402, # 0,34,100,2 |
|
250
|
|
|
|
|
|
|
'burnt orange' => 0x003a6414, # 0,58,100,20 |
|
251
|
|
|
|
|
|
|
'roux' => 0x00365f20, # 0,54,95,32 |
|
252
|
|
|
|
|
|
|
'safran' => 0x000c5b05, # 0,12,91,5 |
|
253
|
|
|
|
|
|
|
'salmon' => 0x002b4203, # 0,43,66,3 |
|
254
|
|
|
|
|
|
|
'tangerine' => 0x00495900, # 0,73,89,0 |
|
255
|
|
|
|
|
|
|
'tanne' => 0x00316323, # 0,49,99,35 |
|
256
|
|
|
|
|
|
|
'vanilla' => 0x0008200c, # 0,8,32,12 |
|
257
|
|
|
|
|
|
|
'belly doe' => 0x000e1809, # 0,14,24,9 |
|
258
|
|
|
|
|
|
|
|
|
259
|
|
|
|
|
|
|
# Pink |
|
260
|
|
|
|
|
|
|
'rose' => 0x00392601, # 0,57,38,1 |
|
261
|
|
|
|
|
|
|
'bisque' => 0x000b1700, # 0,11,23,0 |
|
262
|
|
|
|
|
|
|
'cherry' => 0x004e370d, # 0,78,55,13 |
|
263
|
|
|
|
|
|
|
'chair' => 0x00172000, # 0,23,32,0 |
|
264
|
|
|
|
|
|
|
'eggshell' => 0x00080b01, # 0,8,11,1 |
|
265
|
|
|
|
|
|
|
'nymph thigh' => 0x00090600, # 0,9,6,0 |
|
266
|
|
|
|
|
|
|
'raspberry' => 0x004e4016, # 0,78,64,22 |
|
267
|
|
|
|
|
|
|
'fuchsia' => 0x004b2a01, # 0,75,42,1 |
|
268
|
|
|
|
|
|
|
'heliotrope' => 0x0d370000, # 13,55,0,0 |
|
269
|
|
|
|
|
|
|
'watermelon' => 0x00292500, # 0,41,37,0 |
|
270
|
|
|
|
|
|
|
'magenta' => 0x00640000, # 0,100,0,0 |
|
271
|
|
|
|
|
|
|
'dark magenta' => 0x00640032, # 0,100,0,50 |
|
272
|
|
|
|
|
|
|
'magenta fuchsia' => 0x00642f0e, # 0,100,47,14 |
|
273
|
|
|
|
|
|
|
'purple' => 0x002e0011, # 0,46,0,17 |
|
274
|
|
|
|
|
|
|
'fishing' => 0x00191c01, # 0,25,28,1 |
|
275
|
|
|
|
|
|
|
'brooms rose' => 0x002e1b17, # 0,46,27,23 |
|
276
|
|
|
|
|
|
|
'candy pink' => 0x004a2502, # 0,74,37,2 |
|
277
|
|
|
|
|
|
|
'pink' => 0x00191100, # 0,25,17,0 |
|
278
|
|
|
|
|
|
|
'mountbatten pink' => 0x01180028, # 0,280,0,40 |
|
279
|
|
|
|
|
|
|
'tea rose' => 0x002f3a00, # 0,47,58,0 |
|
280
|
|
|
|
|
|
|
'hot pink' => 0x00643200, # 0,100,50,0 |
|
281
|
|
|
|
|
|
|
'salmon' => 0x002b4203, # 0,43,66,3 |
|
282
|
|
|
|
|
|
|
|
|
283
|
|
|
|
|
|
|
# Purple |
|
284
|
|
|
|
|
|
|
'purple' => 0x21640028, # 33,100,0,40 |
|
285
|
|
|
|
|
|
|
'amethyst' => 0x13360023, # 19,54,0,35 |
|
286
|
|
|
|
|
|
|
'aubergine' => 0x00641b4e, # 0,100,27,78 |
|
287
|
|
|
|
|
|
|
'persian blue' => 0x3c640000, # 60,100,0,0 |
|
288
|
|
|
|
|
|
|
'byzantine' => 0x00490d1a, # 0,73,13,26 |
|
289
|
|
|
|
|
|
|
'byzantium' => 0x003f0c38, # 0,63,12,56 |
|
290
|
|
|
|
|
|
|
'cherry' => 0x004e370d, # 0,78,55,13 |
|
291
|
|
|
|
|
|
|
'colombin' => 0x00230c3a, # 0,35,12,58 |
|
292
|
|
|
|
|
|
|
'fuchsia' => 0x004b2a01, # 0,75,42,1 |
|
293
|
|
|
|
|
|
|
'glycine' => 0x091b000e, # 9,27,0,14 |
|
294
|
|
|
|
|
|
|
'flax grey' => 0x0b0e0007, # 11,14,0,7 |
|
295
|
|
|
|
|
|
|
'heliotrope' => 0x0d370000, # 13,55,0,0 |
|
296
|
|
|
|
|
|
|
'indigo' => 0x33590003, # 51,89,0,3 |
|
297
|
|
|
|
|
|
|
'indigo' => 0x3964003a, # 57,100,0,58 |
|
298
|
|
|
|
|
|
|
'indigo web' => 0x2a640031, # 42,100,0,49 |
|
299
|
|
|
|
|
|
|
'lavender' => 0x242c0007, # 36,44,0,7 |
|
300
|
|
|
|
|
|
|
'wine lie' => 0x00533c21, # 0,83,60,33 |
|
301
|
|
|
|
|
|
|
'lilas' => 0x0d330012, # 13,51,0,18 |
|
302
|
|
|
|
|
|
|
'magenta' => 0x00640000, # 0,100,0,0 |
|
303
|
|
|
|
|
|
|
'dark magenta' => 0x00640032, # 0,100,0,50 |
|
304
|
|
|
|
|
|
|
'magenta fuchsia' => 0x00642f0e, # 0,100,47,14 |
|
305
|
|
|
|
|
|
|
'purple' => 0x002e0011, # 0,46,0,17 |
|
306
|
|
|
|
|
|
|
'orchid' => 0x0031020f, # 0,49,2,15 |
|
307
|
|
|
|
|
|
|
'parma' => 0x0b1f0009, # 11,31,0,9 |
|
308
|
|
|
|
|
|
|
'purple' => 0x005b3b26, # 0,91,59,38 |
|
309
|
|
|
|
|
|
|
'prune' => 0x00542431, # 0,84,36,49 |
|
310
|
|
|
|
|
|
|
'candy pink' => 0x004a2502, # 0,74,37,2 |
|
311
|
|
|
|
|
|
|
'hot pink' => 0x00643200, # 0,100,50,0 |
|
312
|
|
|
|
|
|
|
'red-violet' => 0x00592116, # 0,89,33,22 |
|
313
|
|
|
|
|
|
|
'bishop violet' => 0x002e0c37, # 0,46,12,55 |
|
314
|
|
|
|
|
|
|
'violine' => 0x00601225, # 0,96,18,37 |
|
315
|
|
|
|
|
|
|
'zizolin' => 0x09620035, # 9,98,0,53 |
|
316
|
|
|
|
|
|
|
|
|
317
|
|
|
|
|
|
|
# Red |
|
318
|
|
|
|
|
|
|
'red' => 0x00646400, # 0,100,100,0 |
|
319
|
|
|
|
|
|
|
'amarante' => 0x00483b2b, # 0,72,59,43 |
|
320
|
|
|
|
|
|
|
'bordeaux' => 0x005e4c39, # 0,94,76,57 |
|
321
|
|
|
|
|
|
|
'brick' => 0x00415030, # 0,65,80,48 |
|
322
|
|
|
|
|
|
|
'cherry' => 0x005e5e1b, # 0,94,94,27 |
|
323
|
|
|
|
|
|
|
'reef' => 0x00496409, # 0,73,100,9 |
|
324
|
|
|
|
|
|
|
'scarlet' => 0x00646407, # 0,100,100,7 |
|
325
|
|
|
|
|
|
|
'strawberry' => 0x004b4b19, # 0,75,75,25 |
|
326
|
|
|
|
|
|
|
'strawberry crushed' => 0x004e4e24, # 0,78,78,36 |
|
327
|
|
|
|
|
|
|
'raspberry' => 0x004e4016, # 0,78,64,22 |
|
328
|
|
|
|
|
|
|
'fuchsia' => 0x004b2a01, # 0,75,42,1 |
|
329
|
|
|
|
|
|
|
'grenadine' => 0x004c4909, # 0,76,73,9 |
|
330
|
|
|
|
|
|
|
'garnet' => 0x005a5239, # 0,90,82,57 |
|
331
|
|
|
|
|
|
|
'watermelon' => 0x00292500, # 0,41,37,0 |
|
332
|
|
|
|
|
|
|
'crimson' => 0x00383300, # 0,56,51,0 |
|
333
|
|
|
|
|
|
|
'magenta' => 0x00640000, # 0,100,0,0 |
|
334
|
|
|
|
|
|
|
'dark magenta' => 0x00640032, # 0,100,0,50 |
|
335
|
|
|
|
|
|
|
'magenta fuchsia' => 0x00642f0e, # 0,100,47,14 |
|
336
|
|
|
|
|
|
|
'purple' => 0x002e0011, # 0,46,0,17 |
|
337
|
|
|
|
|
|
|
'nacarat' => 0x003f3f01, # 0,63,63,1 |
|
338
|
|
|
|
|
|
|
'red ochre' => 0x001f3a0d, # 0,31,58,13 |
|
339
|
|
|
|
|
|
|
'pass velvet' => 0x00483b2b, # 0,72,59,43 |
|
340
|
|
|
|
|
|
|
'purple' => 0x005b3b26, # 0,91,59,38 |
|
341
|
|
|
|
|
|
|
'prune' => 0x00542431, # 0,84,36,49 |
|
342
|
|
|
|
|
|
|
'hot pink' => 0x00643200, # 0,100,50,0 |
|
343
|
|
|
|
|
|
|
'alizarin red' => 0x00606416, # 0,96,100,22 |
|
344
|
|
|
|
|
|
|
'english red' => 0x00565f03, # 0,86,95,3 |
|
345
|
|
|
|
|
|
|
'red bismarck' => 0x004d5e23, # 0,77,94,35 |
|
346
|
|
|
|
|
|
|
'red burgundy' => 0x0058583a, # 0,88,88,58 |
|
347
|
|
|
|
|
|
|
'red nasturtium' => 0x003f4600, # 0,63,70,0 |
|
348
|
|
|
|
|
|
|
'cardinal red' => 0x00535b1c, # 0,83,91,28 |
|
349
|
|
|
|
|
|
|
'carmine red' => 0x00645429, # 0,100,84,41 |
|
350
|
|
|
|
|
|
|
'red cinnabar' => 0x0059630e, # 0,89,99,14 |
|
351
|
|
|
|
|
|
|
'red cinnabar' => 0x00485501, # 0,72,85,1 |
|
352
|
|
|
|
|
|
|
'red poppy' => 0x00606416, # 0,96,100,22 |
|
353
|
|
|
|
|
|
|
'crimson' => 0x00645429, # 0,100,84,41 |
|
354
|
|
|
|
|
|
|
'crimson' => 0x005b490e, # 0,91,73,14 |
|
355
|
|
|
|
|
|
|
'red adrianople' => 0x005a6322, # 0,90,99,34 |
|
356
|
|
|
|
|
|
|
'red aniline' => 0x00646408, # 0,100,100,8 |
|
357
|
|
|
|
|
|
|
'red gong' => 0x00515132, # 0,81,81,50 |
|
358
|
|
|
|
|
|
|
'march rouge' => 0x00565f03, # 0,86,95,3 |
|
359
|
|
|
|
|
|
|
'red crayfish' => 0x0053631a, # 0,83,99,26 |
|
360
|
|
|
|
|
|
|
'red fire' => 0x00596400, # 0,89,100,0 |
|
361
|
|
|
|
|
|
|
'red fire' => 0x00476400, # 0,71,100,0 |
|
362
|
|
|
|
|
|
|
'red madder' => 0x005d5d07, # 0,93,93,7 |
|
363
|
|
|
|
|
|
|
'red currant' => 0x005f5613, # 0,95,86,19 |
|
364
|
|
|
|
|
|
|
'red culvert' => 0x00606416, # 0,96,100,22 |
|
365
|
|
|
|
|
|
|
'ruby red' => 0x005c3a0c, # 0,92,58,12 |
|
366
|
|
|
|
|
|
|
'red blood' => 0x005f5f30, # 0,95,95,48 |
|
367
|
|
|
|
|
|
|
'red tomato' => 0x00525a0d, # 0,82,90,13 |
|
368
|
|
|
|
|
|
|
'red tomette' => 0x00394620, # 0,57,70,32 |
|
369
|
|
|
|
|
|
|
'turkish red' => 0x005a6322, # 0,90,99,34 |
|
370
|
|
|
|
|
|
|
'red vermilion' => 0x0059630e, # 0,89,99,14 |
|
371
|
|
|
|
|
|
|
'red vermilion' => 0x00485501, # 0,72,85,1 |
|
372
|
|
|
|
|
|
|
'red-violet' => 0x00592116, # 0,89,33,22 |
|
373
|
|
|
|
|
|
|
'rust' => 0x002b5528, # 0,43,85,40 |
|
374
|
|
|
|
|
|
|
'beef blood' => 0x005d6437, # 0,93,100,55 |
|
375
|
|
|
|
|
|
|
'senois' => 0x00374a2d, # 0,55,74,45 |
|
376
|
|
|
|
|
|
|
'terracotta' => 0x003e3714, # 0,62,55,20 |
|
377
|
|
|
|
|
|
|
'vermeil' => 0x0060570d, # 0,96,87,13 |
|
378
|
|
|
|
|
|
|
'zizolin' => 0x09620035, # 9,98,0,53 |
|
379
|
|
|
|
|
|
|
|
|
380
|
|
|
|
|
|
|
# White |
|
381
|
|
|
|
|
|
|
'white' => 0x00000000, # 0,0,0,0 |
|
382
|
|
|
|
|
|
|
'alabaster' => 0x00000000, # 0,0,0,0 |
|
383
|
|
|
|
|
|
|
'clay' => 0x00000006, # 0,0,0,6 |
|
384
|
|
|
|
|
|
|
'azur mist' => 0x06000000, # 6,0,0,0 |
|
385
|
|
|
|
|
|
|
'light beige' => 0x00000a28, # 0,0,10,40 |
|
386
|
|
|
|
|
|
|
'-white' => 0x00000b00, # 0,0,11,0 |
|
387
|
|
|
|
|
|
|
'white lead white' => 0x00000000, # 0,0,0,0 |
|
388
|
|
|
|
|
|
|
'white cream' => 0x00051b01, # 0,5,27,1 |
|
389
|
|
|
|
|
|
|
'white silver' => 0x00000000, # 0,0,0,0 |
|
390
|
|
|
|
|
|
|
'white milk' => 0x00000101, # 0,0,1,1 |
|
391
|
|
|
|
|
|
|
'flax white' => 0x00040802, # 0,4,8,2 |
|
392
|
|
|
|
|
|
|
'white platinum' => 0x00041502, # 0,4,21,2 |
|
393
|
|
|
|
|
|
|
'lead white' => 0x00000000, # 0,0,0,0 |
|
394
|
|
|
|
|
|
|
'white saturn' => 0x00000000, # 0,0,0,0 |
|
395
|
|
|
|
|
|
|
'white troyes' => 0x00000600, # 0,0,6,0 |
|
396
|
|
|
|
|
|
|
'zinc white' => 0x03000000, # 3,0,0,0 |
|
397
|
|
|
|
|
|
|
'white of spain' => 0x00000600, # 0,0,6,0 |
|
398
|
|
|
|
|
|
|
'white ivory' => 0x00001164, # 0,0,17,100 |
|
399
|
|
|
|
|
|
|
'ecru white' => 0x00000c00, # 0,0,12,0 |
|
400
|
|
|
|
|
|
|
'lunar white' => 0x04000000, # 4,0,0,0 |
|
401
|
|
|
|
|
|
|
'snow white' => 0x00000000, # 0,0,0,0 |
|
402
|
|
|
|
|
|
|
'white opal' => 0x05000000, # 5,0,0,0 |
|
403
|
|
|
|
|
|
|
'white-blue' => 0x00000000, # 0,0,0,0 |
|
404
|
|
|
|
|
|
|
'eggshell' => 0x00080b01, # 0,8,11,1 |
|
405
|
|
|
|
|
|
|
'nymph thigh' => 0x00090600, # 0,9,6,0 |
|
406
|
|
|
|
|
|
|
|
|
407
|
|
|
|
|
|
|
# Yellow |
|
408
|
|
|
|
|
|
|
'yellow' => 0x00006400, # 0,0,100,0 |
|
409
|
|
|
|
|
|
|
'amber' => 0x00136406, # 0,19,100,6 |
|
410
|
|
|
|
|
|
|
'aurore' => 0x00143e00, # 0,20,62,0 |
|
411
|
|
|
|
|
|
|
'butter' => 0x00053706, # 0,5,55,6 |
|
412
|
|
|
|
|
|
|
'fees butter' => 0x00042d00, # 0,4,45,0 |
|
413
|
|
|
|
|
|
|
'wheat' => 0x00084f09, # 0,8,79,9 |
|
414
|
|
|
|
|
|
|
'blonde' => 0x0011310b, # 0,17,49,11 |
|
415
|
|
|
|
|
|
|
'golden button' => 0x000d5d01, # 0,13,93,1 |
|
416
|
|
|
|
|
|
|
'bulle' => 0x000b2907, # 0,11,41,7 |
|
417
|
|
|
|
|
|
|
'goose caca' => 0x00005e14, # 0,0,94,20 |
|
418
|
|
|
|
|
|
|
'chamois' => 0x00082912, # 0,8,41,18 |
|
419
|
|
|
|
|
|
|
'champagne' => 0x00041b02, # 0,4,27,2 |
|
420
|
|
|
|
|
|
|
'chrome' => 0x07005f00, # 7,0,95,0 |
|
421
|
|
|
|
|
|
|
'chrome' => 0x00006200, # 0,0,98,0 |
|
422
|
|
|
|
|
|
|
'lemon' => 0x03004c00, # 3,0,76,0 |
|
423
|
|
|
|
|
|
|
'fauve' => 0x00365f20, # 0,54,95,32 |
|
424
|
|
|
|
|
|
|
'flave' => 0x0000220a, # 0,0,34,10 |
|
425
|
|
|
|
|
|
|
'sulfur flower' => 0x00003a00, # 0,0,58,0 |
|
426
|
|
|
|
|
|
|
'gamboge' => 0x00235e06, # 0,35,94,6 |
|
427
|
|
|
|
|
|
|
'yellow aureolin' => 0x000c4806, # 0,12,72,6 |
|
428
|
|
|
|
|
|
|
'yellow banana' => 0x000d6112, # 0,13,97,18 |
|
429
|
|
|
|
|
|
|
'chickadee' => 0x04005f06, # 4,0,95,6 |
|
430
|
|
|
|
|
|
|
'yellow chartreuse' => 0x0d006400, # 13,0,100,0 |
|
431
|
|
|
|
|
|
|
'cobalt yellow' => 0x00066400, # 0,6,100,0 |
|
432
|
|
|
|
|
|
|
'naples yellow' => 0x00061a00, # 0,6,26,0 |
|
433
|
|
|
|
|
|
|
'golden yellow' => 0x000a6106, # 0,10,97,6 |
|
434
|
|
|
|
|
|
|
'imperial yellow' => 0x000b4f00, # 0,11,79,0 |
|
435
|
|
|
|
|
|
|
'yellow mimosa' => 0x00023900, # 0,2,57,0 |
|
436
|
|
|
|
|
|
|
'yellow mustard' => 0x04006413, # 4,0,100,19 |
|
437
|
|
|
|
|
|
|
'yellow nankin' => 0x00093903, # 0,9,57,3 |
|
438
|
|
|
|
|
|
|
'yellow olive' => 0x00006432, # 0,0,100,50 |
|
439
|
|
|
|
|
|
|
'yellow straw' => 0x000b4800, # 0,11,72,0 |
|
440
|
|
|
|
|
|
|
'yellow chick' => 0x00083e03, # 0,8,62,3 |
|
441
|
|
|
|
|
|
|
'corn' => 0x000d3600, # 0,13,54,0 |
|
442
|
|
|
|
|
|
|
'march' => 0x000c4107, # 0,12,65,7 |
|
443
|
|
|
|
|
|
|
'putty' => 0x0001131e, # 0,1,19,30 |
|
444
|
|
|
|
|
|
|
'honey' => 0x00125f0f, # 0,18,95,15 |
|
445
|
|
|
|
|
|
|
'yellow ocher' => 0x0016520d, # 0,22,82,13 |
|
446
|
|
|
|
|
|
|
'red ochre' => 0x001f3a0d, # 0,31,58,13 |
|
447
|
|
|
|
|
|
|
'or' => 0x00125e00, # 0,18,94,0 |
|
448
|
|
|
|
|
|
|
'orpiment' => 0x00115901, # 0,17,89,1 |
|
449
|
|
|
|
|
|
|
'camel hair' => 0x0022511d, # 0,34,81,29 |
|
450
|
|
|
|
|
|
|
'cow tail 1' => 0x00082b18, # 0,8,43,24 |
|
451
|
|
|
|
|
|
|
'cow tail 2' => 0x000a1f22, # 0,10,31,34 |
|
452
|
|
|
|
|
|
|
'sand' => 0x0008190c, # 0,8,25,12 |
|
453
|
|
|
|
|
|
|
'safran' => 0x000c5b05, # 0,12,91,5 |
|
454
|
|
|
|
|
|
|
'sulfur' => 0x00003a00, # 0,0,58,0 |
|
455
|
|
|
|
|
|
|
'topaz' => 0x00063602, # 0,6,54,2 |
|
456
|
|
|
|
|
|
|
'vanilla' => 0x0008200c, # 0,8,32,12 |
|
457
|
|
|
|
|
|
|
'venetian' => 0x001b4009, # 0,27,64,9 |
|
458
|
|
|
|
|
|
|
}; |
|
459
|
|
|
|
|
|
|
|
|
460
|
|
|
|
|
|
|
|
|
461
|
|
|
|
|
|
|
1; |
|
462
|
|
|
|
|
|
|
# ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (red) |
|
463
|
|
|
|
|
|
|
|
|
464
|
|
|
|
|
|
|
__END__ |