@@ -26,11 +26,11 @@ |
||
26 | 26 | */ |
27 | 27 | const TITLES = [ |
28 | 28 | 'Mr.', |
29 | - 'Ms.', // address for women regardless of their marital status |
|
29 | + 'Ms.', // address for women regardless of their marital status |
|
30 | 30 | 'Mrs.', |
31 | 31 | 'Miss', |
32 | - 'Mx.', // a title that does not indicate gender |
|
33 | - 'Adv.', // advocate |
|
32 | + 'Mx.', // a title that does not indicate gender |
|
33 | + 'Adv.', // advocate |
|
34 | 34 | 'Capt.', // captain |
35 | 35 | 'Dr.', |
36 | 36 | 'Prof.', // professor |
@@ -84,8 +84,8 @@ |
||
84 | 84 | public static function createFromCidrNotation($cidr) |
85 | 85 | { |
86 | 86 | list($subnet, $bits) = explode('/', $cidr); |
87 | - $start = long2ip((ip2long($subnet)) & ((-1 << (32 - (int)$bits)))); |
|
88 | - $end = long2ip((ip2long($subnet)) + pow(2, (32 - (int)$bits))-1); |
|
87 | + $start = long2ip((ip2long($subnet)) & ((-1 << (32 - (int) $bits)))); |
|
88 | + $end = long2ip((ip2long($subnet)) + pow(2, (32 - (int) $bits)) - 1); |
|
89 | 89 | |
90 | 90 | return new IpRange(new IpAddress($start), new IpAddress($end)); |
91 | 91 | } |
@@ -131,7 +131,7 @@ |
||
131 | 131 | /** |
132 | 132 | * Returns distance between two colors. |
133 | 133 | * |
134 | - * @param array $color1 RGB color |
|
134 | + * @param integer[] $color1 RGB color |
|
135 | 135 | * @param array $color2 RGB color |
136 | 136 | * |
137 | 137 | * @see https://stackoverflow.com/questions/4057475/rounding-colours |
@@ -226,1180 +226,1180 @@ |
||
226 | 226 | private function getColorNames() |
227 | 227 | { |
228 | 228 | return [ |
229 | - 'Acid Green' => [176, 191, 26], |
|
230 | - 'Aero' => [124, 185, 232], |
|
231 | - 'Aero Blue' => [201, 255, 229], |
|
232 | - 'African Violet' => [178, 132, 190], |
|
233 | - 'Air Force Blue (RAF)' => [93, 138, 168], |
|
234 | - 'Air Force Blue (USAF)' => [0, 48, 143], |
|
235 | - 'Air Superiority Blue' => [114, 160, 193], |
|
236 | - 'Alabama Crimson' => [175, 0, 42], |
|
237 | - 'Alice Blue' => [240, 248, 255], |
|
238 | - 'Alizarin Crimson' => [227, 38, 54], |
|
239 | - 'Alloy Orange' => [196, 98, 16], |
|
240 | - 'Almond' => [239, 222, 205], |
|
241 | - 'Amaranth' => [229, 43, 80], |
|
242 | - 'Amaranth Deep Purple' => [171, 39, 79], |
|
243 | - 'Amaranth Pink' => [241, 156, 187], |
|
244 | - 'Amaranth Purple' => [171, 39, 79], |
|
245 | - 'Amaranth Red' => [211, 33, 45], |
|
246 | - 'Amazon' => [59, 122, 87], |
|
247 | - 'Amber' => [255, 191, 0], |
|
248 | - 'Amber (SAE/ECE)' => [255, 126, 0], |
|
249 | - 'American Rose' => [255, 3, 62], |
|
250 | - 'Amethyst' => [153, 102, 204], |
|
251 | - 'Android Green' => [164, 198, 57], |
|
252 | - 'Anti-Flash White' => [242, 243, 244], |
|
253 | - 'Antique Brass' => [205, 149, 117], |
|
254 | - 'Antique Bronze' => [102, 93, 30], |
|
255 | - 'Antique Fuchsia' => [145, 92, 131], |
|
256 | - 'Antique Ruby' => [132, 27, 45], |
|
257 | - 'Antique White' => [250, 235, 215], |
|
258 | - 'Ao (English)' => [0, 128, 0], |
|
259 | - 'Apple Green' => [141, 182, 0], |
|
260 | - 'Apricot' => [251, 206, 177], |
|
261 | - 'Aqua' => [0, 255, 255], |
|
262 | - 'Aquamarine' => [127, 255, 212], |
|
263 | - 'Arctic Lime' => [208, 255, 20], |
|
264 | - 'Army Green' => [75, 83, 32], |
|
265 | - 'Arsenic' => [59, 68, 75], |
|
266 | - 'Artichoke' => [143, 151, 121], |
|
267 | - 'Arylide Yellow' => [233, 214, 107], |
|
268 | - 'Ash Grey' => [178, 190, 181], |
|
269 | - 'Asparagus' => [135, 169, 107], |
|
270 | - 'Atomic Tangerine' => [255, 153, 102], |
|
271 | - 'Auburn' => [165, 42, 42], |
|
272 | - 'Aureolin' => [253, 238, 0], |
|
273 | - 'AuroMetalSaurus' => [110, 127, 128], |
|
274 | - 'Avocado' => [86, 130, 3], |
|
275 | - 'Azure' => [0, 127, 255], |
|
276 | - 'Azure (Web Color)' => [240, 255, 255], |
|
277 | - 'Azure Mist' => [240, 255, 255], |
|
278 | - 'Azureish White' => [219, 233, 244], |
|
279 | - 'Baby Blue' => [137, 207, 240], |
|
280 | - 'Baby Blue Eyes' => [161, 202, 241], |
|
281 | - 'Baby Pink' => [244, 194, 194], |
|
282 | - 'Baby Powder' => [254, 254, 250], |
|
283 | - 'Baker-Miller Pink' => [255, 145, 175], |
|
284 | - 'Ball Blue' => [33, 171, 205], |
|
285 | - 'Banana Mania' => [250, 231, 181], |
|
286 | - 'Banana Yellow' => [255, 225, 53], |
|
287 | - 'Bangladesh Green' => [0, 106, 78], |
|
288 | - 'Barbie Pink' => [224, 33, 138], |
|
289 | - 'Barn Red' => [124, 10, 2], |
|
290 | - 'Battleship Grey' => [132, 132, 130], |
|
291 | - 'Bazaar' => [152, 119, 123], |
|
292 | - 'Beau Blue' => [188, 212, 230], |
|
293 | - 'Beaver' => [159, 129, 112], |
|
294 | - 'Beige' => [245, 245, 220], |
|
295 | - 'B\'dazzled Blue' => [46, 88, 148], |
|
296 | - 'Big Dip O’ruby' => [156, 37, 66], |
|
297 | - 'Bisque' => [255, 228, 196], |
|
298 | - 'Bistre' => [61, 43, 31], |
|
299 | - 'Bistre Brown' => [150, 113, 23], |
|
300 | - 'Bitter Lemon' => [202, 224, 13], |
|
301 | - 'Bitter Lime' => [191, 255, 0], |
|
302 | - 'Bittersweet' => [254, 111, 94], |
|
303 | - 'Bittersweet Shimmer' => [191, 79, 81], |
|
304 | - 'Black' => [0, 0, 0], |
|
305 | - 'Black Bean' => [61, 12, 2], |
|
306 | - 'Black Leather Jacket' => [37, 53, 41], |
|
307 | - 'Black Olive' => [59, 60, 54], |
|
308 | - 'Blanched Almond' => [255, 235, 205], |
|
309 | - 'Blast-Off Bronze' => [165, 113, 100], |
|
310 | - 'Bleu De France' => [49, 140, 231], |
|
311 | - 'Blizzard Blue' => [172, 229, 238], |
|
312 | - 'Blond' => [250, 240, 190], |
|
313 | - 'Blue' => [0, 0, 255], |
|
314 | - 'Blue (Crayola)' => [31, 117, 254], |
|
315 | - 'Blue (Munsell)' => [0, 147, 175], |
|
316 | - 'Blue (NCS)' => [0, 135, 189], |
|
317 | - 'Blue (Pantone)' => [0, 24, 168], |
|
318 | - 'Blue (Pigment)' => [51, 51, 153], |
|
319 | - 'Blue (RYB)' => [2, 71, 254], |
|
320 | - 'Blue Bell' => [162, 162, 208], |
|
321 | - 'Blue-Gray' => [102, 153, 204], |
|
322 | - 'Blue-Green' => [13, 152, 186], |
|
323 | - 'Blue Lagoon' => [172, 229, 238], |
|
324 | - 'Blue-Magenta Violet' => [85, 53, 146], |
|
325 | - 'Blue Sapphire' => [18, 97, 128], |
|
326 | - 'Blue-Violet' => [138, 43, 226], |
|
327 | - 'Blue Yonder' => [80, 114, 167], |
|
328 | - 'Blueberry' => [79, 134, 247], |
|
329 | - 'Bluebonnet' => [28, 28, 240], |
|
330 | - 'Blush' => [222, 93, 131], |
|
331 | - 'Bole' => [121, 68, 59], |
|
332 | - 'Bondi Blue' => [0, 149, 182], |
|
333 | - 'Bone' => [227, 218, 201], |
|
334 | - 'Boston University Red' => [204, 0, 0], |
|
335 | - 'Bottle Green' => [0, 106, 78], |
|
336 | - 'Boysenberry' => [135, 50, 96], |
|
337 | - 'Brandeis Blue' => [0, 112, 255], |
|
338 | - 'Brass' => [181, 166, 66], |
|
339 | - 'Brick Red' => [203, 65, 84], |
|
340 | - 'Bright Cerulean' => [29, 172, 214], |
|
341 | - 'Bright Green' => [102, 255, 0], |
|
342 | - 'Bright Lavender' => [191, 148, 228], |
|
343 | - 'Bright Lilac' => [216, 145, 239], |
|
344 | - 'Bright Maroon' => [195, 33, 72], |
|
345 | - 'Bright Navy Blue' => [25, 116, 210], |
|
346 | - 'Bright Pink' => [255, 0, 127], |
|
347 | - 'Bright Turquoise' => [8, 232, 222], |
|
348 | - 'Bright Ube' => [209, 159, 232], |
|
349 | - 'Brilliant Azure' => [51, 153, 255], |
|
350 | - 'Brilliant Lavender' => [244, 187, 255], |
|
351 | - 'Brilliant Rose' => [255, 85, 163], |
|
352 | - 'Brink Pink' => [251, 96, 127], |
|
353 | - 'British Racing Green' => [0, 66, 37], |
|
354 | - 'Bronze' => [205, 127, 50], |
|
355 | - 'Bronze Yellow' => [115, 112, 0], |
|
356 | - 'Brown (Traditional)' => [150, 75, 0], |
|
357 | - 'Brown (Web)' => [165, 42, 42], |
|
358 | - 'Brown-Nose' => [107, 68, 35], |
|
359 | - 'Brown Yellow' => [204, 153, 102], |
|
360 | - 'Brunswick Green' => [27, 77, 62], |
|
361 | - 'Bubble Gum' => [255, 193, 204], |
|
362 | - 'Bubbles' => [231, 254, 255], |
|
363 | - 'Buff' => [240, 220, 130], |
|
364 | - 'Bud Green' => [123, 182, 97], |
|
365 | - 'Bulgarian Rose' => [72, 6, 7], |
|
366 | - 'Burgundy' => [128, 0, 32], |
|
367 | - 'Burlywood' => [222, 184, 135], |
|
368 | - 'Burnt Orange' => [204, 85, 0], |
|
369 | - 'Burnt Sienna' => [233, 116, 81], |
|
370 | - 'Burnt Umber' => [138, 51, 36], |
|
371 | - 'Byzantine' => [189, 51, 164], |
|
372 | - 'Byzantium' => [112, 41, 99], |
|
373 | - 'Cadet' => [83, 104, 114], |
|
374 | - 'Cadet Blue' => [95, 158, 160], |
|
375 | - 'Cadet Grey' => [145, 163, 176], |
|
376 | - 'Cadmium Green' => [0, 107, 60], |
|
377 | - 'Cadmium Orange' => [237, 135, 45], |
|
378 | - 'Cadmium Red' => [227, 0, 34], |
|
379 | - 'Cadmium Yellow' => [255, 246, 0], |
|
380 | - 'Café Au Lait' => [166, 123, 91], |
|
381 | - 'Café Noir' => [75, 54, 33], |
|
382 | - 'Cal Poly Green' => [30, 77, 43], |
|
383 | - 'Cambridge Blue' => [163, 193, 173], |
|
384 | - 'Camel' => [193, 154, 107], |
|
385 | - 'Cameo Pink' => [239, 187, 204], |
|
386 | - 'Camouflage Green' => [120, 134, 107], |
|
387 | - 'Canary Yellow' => [255, 239, 0], |
|
388 | - 'Candy Apple Red' => [255, 8, 0], |
|
389 | - 'Candy Pink' => [228, 113, 122], |
|
390 | - 'Capri' => [0, 191, 255], |
|
391 | - 'Caput Mortuum' => [89, 39, 32], |
|
392 | - 'Cardinal' => [196, 30, 58], |
|
393 | - 'Caribbean Green' => [0, 204, 153], |
|
394 | - 'Carmine' => [150, 0, 24], |
|
395 | - 'Carmine (M&P)' => [215, 0, 64], |
|
396 | - 'Carmine Pink' => [235, 76, 66], |
|
397 | - 'Carmine Red' => [255, 0, 56], |
|
398 | - 'Carnation Pink' => [255, 166, 201], |
|
399 | - 'Carnelian' => [179, 27, 27], |
|
400 | - 'Carolina Blue' => [86, 160, 211], |
|
401 | - 'Carrot Orange' => [237, 145, 33], |
|
402 | - 'Castleton Green' => [0, 86, 63], |
|
403 | - 'Catalina Blue' => [6, 42, 120], |
|
404 | - 'Catawba' => [112, 54, 66], |
|
405 | - 'Cedar Chest' => [201, 90, 73], |
|
406 | - 'Ceil' => [146, 161, 207], |
|
407 | - 'Celadon' => [172, 225, 175], |
|
408 | - 'Celadon Blue' => [0, 123, 167], |
|
409 | - 'Celadon Green' => [47, 132, 124], |
|
410 | - 'Celeste' => [178, 255, 255], |
|
411 | - 'Celestial Blue' => [73, 151, 208], |
|
412 | - 'Cerise' => [222, 49, 99], |
|
413 | - 'Cerise Pink' => [236, 59, 131], |
|
414 | - 'Cerulean' => [0, 123, 167], |
|
415 | - 'Cerulean Blue' => [42, 82, 190], |
|
416 | - 'Cerulean Frost' => [109, 155, 195], |
|
417 | - 'CG Blue' => [0, 122, 165], |
|
418 | - 'CG Red' => [224, 60, 49], |
|
419 | - 'Chamoisee' => [160, 120, 90], |
|
420 | - 'Champagne' => [247, 231, 206], |
|
421 | - 'Charcoal' => [54, 69, 79], |
|
422 | - 'Charleston Green' => [35, 43, 43], |
|
423 | - 'Charm Pink' => [230, 143, 172], |
|
424 | - 'Chartreuse (Traditional)' => [223, 255, 0], |
|
425 | - 'Chartreuse (Web)' => [127, 255, 0], |
|
426 | - 'Cherry' => [222, 49, 99], |
|
427 | - 'Cherry Blossom Pink' => [255, 183, 197], |
|
428 | - 'Chestnut' => [149, 69, 53], |
|
429 | - 'China Pink' => [222, 111, 161], |
|
430 | - 'China Rose' => [168, 81, 110], |
|
431 | - 'Chinese Red' => [170, 56, 30], |
|
432 | - 'Chinese Violet' => [133, 96, 136], |
|
433 | - 'Chocolate (Traditional)' => [123, 63, 0], |
|
434 | - 'Chocolate (Web)' => [210, 105, 30], |
|
435 | - 'Chrome Yellow' => [255, 167, 0], |
|
436 | - 'Cinereous' => [152, 129, 123], |
|
437 | - 'Cinnabar' => [227, 66, 52], |
|
438 | - 'Cinnamon[Citation Needed]' => [210, 105, 30], |
|
439 | - 'Citrine' => [228, 208, 10], |
|
440 | - 'Citron' => [159, 169, 31], |
|
441 | - 'Claret' => [127, 23, 52], |
|
442 | - 'Classic Rose' => [251, 204, 231], |
|
443 | - 'Cobalt Blue' => [0, 71, 171], |
|
444 | - 'Cocoa Brown' => [210, 105, 30], |
|
445 | - 'Coconut' => [150, 90, 62], |
|
446 | - 'Coffee' => [111, 78, 55], |
|
447 | - 'Columbia Blue' => [196, 216, 226], |
|
448 | - 'Congo Pink' => [248, 131, 121], |
|
449 | - 'Cool Black' => [0, 46, 99], |
|
450 | - 'Cool Grey' => [140, 146, 172], |
|
451 | - 'Copper' => [184, 115, 51], |
|
452 | - 'Copper (Crayola)' => [218, 138, 103], |
|
453 | - 'Copper Penny' => [173, 111, 105], |
|
454 | - 'Copper Red' => [203, 109, 81], |
|
455 | - 'Copper Rose' => [153, 102, 102], |
|
456 | - 'Coquelicot' => [255, 56, 0], |
|
457 | - 'Coral' => [255, 127, 80], |
|
458 | - 'Coral Pink' => [248, 131, 121], |
|
459 | - 'Coral Red' => [255, 64, 64], |
|
460 | - 'Cordovan' => [137, 63, 69], |
|
461 | - 'Corn' => [251, 236, 93], |
|
462 | - 'Cornell Red' => [179, 27, 27], |
|
463 | - 'Cornflower Blue' => [100, 149, 237], |
|
464 | - 'Cornsilk' => [255, 248, 220], |
|
465 | - 'Cosmic Latte' => [255, 248, 231], |
|
466 | - 'Coyote Brown' => [129, 97, 62], |
|
467 | - 'Cotton Candy' => [255, 188, 217], |
|
468 | - 'Cream' => [255, 253, 208], |
|
469 | - 'Crimson' => [220, 20, 60], |
|
470 | - 'Crimson Glory' => [190, 0, 50], |
|
471 | - 'Crimson Red' => [153, 0, 0], |
|
472 | - 'Cyan' => [0, 255, 255], |
|
473 | - 'Cyan Azure' => [78, 130, 180], |
|
474 | - 'Cyan-Blue Azure' => [70, 130, 191], |
|
475 | - 'Cyan Cobalt Blue' => [40, 88, 156], |
|
476 | - 'Cyan Cornflower Blue' => [24, 139, 194], |
|
477 | - 'Cyan (Process)' => [0, 183, 235], |
|
478 | - 'Cyber Grape' => [88, 66, 124], |
|
479 | - 'Cyber Yellow' => [255, 211, 0], |
|
480 | - 'Daffodil' => [255, 255, 49], |
|
481 | - 'Dandelion' => [240, 225, 48], |
|
482 | - 'Dark Blue' => [0, 0, 139], |
|
483 | - 'Dark Blue-Gray' => [102, 102, 153], |
|
484 | - 'Dark Brown' => [101, 67, 33], |
|
485 | - 'Dark Brown-Tangelo' => [136, 101, 78], |
|
486 | - 'Dark Byzantium' => [93, 57, 84], |
|
487 | - 'Dark Candy Apple Red' => [164, 0, 0], |
|
488 | - 'Dark Cerulean' => [8, 69, 126], |
|
489 | - 'Dark Chestnut' => [152, 105, 96], |
|
490 | - 'Dark Coral' => [205, 91, 69], |
|
491 | - 'Dark Cyan' => [0, 139, 139], |
|
492 | - 'Dark Electric Blue' => [83, 104, 120], |
|
493 | - 'Dark Goldenrod' => [184, 134, 11], |
|
494 | - 'Dark Gray (X11)' => [169, 169, 169], |
|
495 | - 'Dark Green' => [1, 50, 32], |
|
496 | - 'Dark Green (X11)' => [0, 100, 0], |
|
497 | - 'Dark Gunmetal' => [0, 100, 0], |
|
498 | - 'Dark Imperial Blue' => [110, 110, 249], |
|
499 | - 'Dark Jungle Green' => [26, 36, 33], |
|
500 | - 'Dark Khaki' => [189, 183, 107], |
|
501 | - 'Dark Lava' => [72, 60, 50], |
|
502 | - 'Dark Lavender' => [115, 79, 150], |
|
503 | - 'Dark Liver' => [83, 75, 79], |
|
504 | - 'Dark Liver (Horses)' => [84, 61, 55], |
|
505 | - 'Dark Magenta' => [139, 0, 139], |
|
506 | - 'Dark Medium Gray' => [169, 169, 169], |
|
507 | - 'Dark Midnight Blue' => [0, 51, 102], |
|
508 | - 'Dark Moss Green' => [74, 93, 35], |
|
509 | - 'Dark Olive Green' => [85, 107, 47], |
|
510 | - 'Dark Orange' => [255, 140, 0], |
|
511 | - 'Dark Orchid' => [153, 50, 204], |
|
512 | - 'Dark Pastel Blue' => [119, 158, 203], |
|
513 | - 'Dark Pastel Green' => [3, 192, 60], |
|
514 | - 'Dark Pastel Purple' => [150, 111, 214], |
|
515 | - 'Dark Pastel Red' => [194, 59, 34], |
|
516 | - 'Dark Pink' => [231, 84, 128], |
|
517 | - 'Dark Powder Blue' => [0, 51, 153], |
|
518 | - 'Dark Puce' => [79, 58, 60], |
|
519 | - 'Dark Purple' => [48, 25, 52], |
|
520 | - 'Dark Raspberry' => [135, 38, 87], |
|
521 | - 'Dark Red' => [139, 0, 0], |
|
522 | - 'Dark Salmon' => [233, 150, 122], |
|
523 | - 'Dark Scarlet' => [86, 3, 25], |
|
524 | - 'Dark Sea Green' => [143, 188, 143], |
|
525 | - 'Dark Sienna' => [60, 20, 20], |
|
526 | - 'Dark Sky Blue' => [140, 190, 214], |
|
527 | - 'Dark Slate Blue' => [72, 61, 139], |
|
528 | - 'Dark Slate Gray' => [47, 79, 79], |
|
529 | - 'Dark Spring Green' => [23, 114, 69], |
|
530 | - 'Dark Tan' => [145, 129, 81], |
|
531 | - 'Dark Tangerine' => [255, 168, 18], |
|
532 | - 'Dark Taupe' => [72, 60, 50], |
|
533 | - 'Dark Terra Cotta' => [204, 78, 92], |
|
534 | - 'Dark Turquoise' => [0, 206, 209], |
|
535 | - 'Dark Vanilla' => [209, 190, 168], |
|
536 | - 'Dark Violet' => [148, 0, 211], |
|
537 | - 'Dark Yellow' => [155, 135, 12], |
|
538 | - 'Dartmouth Green' => [0, 112, 60], |
|
539 | - 'Davy\'s Grey' => [85, 85, 85], |
|
540 | - 'Debian Red' => [215, 10, 83], |
|
541 | - 'Deep Aquamarine' => [64, 130, 109], |
|
542 | - 'Deep Carmine' => [169, 32, 62], |
|
543 | - 'Deep Carmine Pink' => [239, 48, 56], |
|
544 | - 'Deep Carrot Orange' => [233, 105, 44], |
|
545 | - 'Deep Cerise' => [218, 50, 135], |
|
546 | - 'Deep Champagne' => [250, 214, 165], |
|
547 | - 'Deep Chestnut' => [185, 78, 72], |
|
548 | - 'Deep Coffee' => [112, 66, 65], |
|
549 | - 'Deep Fuchsia' => [193, 84, 193], |
|
550 | - 'Deep Green' => [5, 102, 8], |
|
551 | - 'Deep Green-Cyan Turquoise' => [14, 124, 97], |
|
552 | - 'Deep Jungle Green' => [0, 75, 73], |
|
553 | - 'Deep Koamaru' => [51, 51, 102], |
|
554 | - 'Deep Lemon' => [245, 199, 26], |
|
555 | - 'Deep Lilac' => [153, 85, 187], |
|
556 | - 'Deep Magenta' => [204, 0, 204], |
|
557 | - 'Deep Maroon' => [130, 0, 0], |
|
558 | - 'Deep Mauve' => [212, 115, 212], |
|
559 | - 'Deep Moss Green' => [53, 94, 59], |
|
560 | - 'Deep Peach' => [255, 203, 164], |
|
561 | - 'Deep Pink' => [255, 20, 147], |
|
562 | - 'Deep Puce' => [169, 92, 104], |
|
563 | - 'Deep Red' => [133, 1, 1], |
|
564 | - 'Deep Ruby' => [132, 63, 91], |
|
565 | - 'Deep Saffron' => [255, 153, 51], |
|
566 | - 'Deep Sky Blue' => [0, 191, 255], |
|
567 | - 'Deep Space Sparkle' => [74, 100, 108], |
|
568 | - 'Deep Spring Bud' => [85, 107, 47], |
|
569 | - 'Deep Taupe' => [126, 94, 96], |
|
570 | - 'Deep Tuscan Red' => [102, 66, 77], |
|
571 | - 'Deep Violet' => [51, 0, 102], |
|
572 | - 'Deer' => [186, 135, 89], |
|
573 | - 'Denim' => [21, 96, 189], |
|
574 | - 'Desaturated Cyan' => [102, 153, 153], |
|
575 | - 'Desert' => [193, 154, 107], |
|
576 | - 'Desert Sand' => [237, 201, 175], |
|
577 | - 'Desire' => [234, 60, 83], |
|
578 | - 'Diamond' => [185, 242, 255], |
|
579 | - 'Dim Gray' => [105, 105, 105], |
|
580 | - 'Dirt' => [155, 118, 83], |
|
581 | - 'Dodger Blue' => [30, 144, 255], |
|
582 | - 'Dogwood Rose' => [215, 24, 104], |
|
583 | - 'Dollar Bill' => [133, 187, 101], |
|
584 | - 'Donkey Brown' => [102, 76, 40], |
|
585 | - 'Drab' => [150, 113, 23], |
|
586 | - 'Duke Blue' => [0, 0, 156], |
|
587 | - 'Dust Storm' => [229, 204, 201], |
|
588 | - 'Dutch White' => [239, 223, 187], |
|
589 | - 'Earth Yellow' => [225, 169, 95], |
|
590 | - 'Ebony' => [85, 93, 80], |
|
591 | - 'Ecru' => [194, 178, 128], |
|
592 | - 'Eerie Black' => [27, 27, 27], |
|
593 | - 'Eggplant' => [97, 64, 81], |
|
594 | - 'Eggshell' => [240, 234, 214], |
|
595 | - 'Egyptian Blue' => [16, 52, 166], |
|
596 | - 'Electric Blue' => [125, 249, 255], |
|
597 | - 'Electric Crimson' => [255, 0, 63], |
|
598 | - 'Electric Cyan' => [0, 255, 255], |
|
599 | - 'Electric Green' => [0, 255, 0], |
|
600 | - 'Electric Indigo' => [111, 0, 255], |
|
601 | - 'Electric Lavender' => [244, 187, 255], |
|
602 | - 'Electric Lime' => [204, 255, 0], |
|
603 | - 'Electric Purple' => [191, 0, 255], |
|
604 | - 'Electric Ultramarine' => [63, 0, 255], |
|
605 | - 'Electric Violet' => [143, 0, 255], |
|
606 | - 'Electric Yellow' => [255, 255, 51], |
|
607 | - 'Emerald' => [80, 200, 120], |
|
608 | - 'Eminence' => [108, 48, 130], |
|
609 | - 'English Green' => [27, 77, 62], |
|
610 | - 'English Lavender' => [180, 131, 149], |
|
611 | - 'English Red' => [171, 75, 82], |
|
612 | - 'English Violet' => [86, 60, 92], |
|
613 | - 'Eton Blue' => [150, 200, 162], |
|
614 | - 'Eucalyptus' => [68, 215, 168], |
|
615 | - 'Fallow' => [193, 154, 107], |
|
616 | - 'Falu Red' => [128, 24, 24], |
|
617 | - 'Fandango' => [181, 51, 137], |
|
618 | - 'Fandango Pink' => [222, 82, 133], |
|
619 | - 'Fashion Fuchsia' => [244, 0, 161], |
|
620 | - 'Fawn' => [229, 170, 112], |
|
621 | - 'Feldgrau' => [77, 93, 83], |
|
622 | - 'Feldspar' => [253, 213, 177], |
|
623 | - 'Fern Green' => [79, 121, 66], |
|
624 | - 'Ferrari Red' => [255, 40, 0], |
|
625 | - 'Field Drab' => [108, 84, 30], |
|
626 | - 'Firebrick' => [178, 34, 34], |
|
627 | - 'Fire Engine Red' => [206, 32, 41], |
|
628 | - 'Flame' => [226, 88, 34], |
|
629 | - 'Flamingo Pink' => [252, 142, 172], |
|
630 | - 'Flattery' => [107, 68, 35], |
|
631 | - 'Flavescent' => [247, 233, 142], |
|
632 | - 'Flax' => [238, 220, 130], |
|
633 | - 'Flirt' => [162, 0, 109], |
|
634 | - 'Floral White' => [255, 250, 240], |
|
635 | - 'Fluorescent Orange' => [255, 191, 0], |
|
636 | - 'Fluorescent Pink' => [255, 20, 147], |
|
637 | - 'Fluorescent Yellow' => [204, 255, 0], |
|
638 | - 'Folly' => [255, 0, 79], |
|
639 | - 'Forest Green (Traditional)' => [1, 68, 33], |
|
640 | - 'Forest Green (Web)' => [34, 139, 34], |
|
641 | - 'French Beige' => [166, 123, 91], |
|
642 | - 'French Bistre' => [133, 109, 77], |
|
643 | - 'French Blue' => [0, 114, 187], |
|
644 | - 'French Fuchsia' => [253, 63, 146], |
|
645 | - 'French Lilac' => [134, 96, 142], |
|
646 | - 'French Lime' => [158, 253, 56], |
|
647 | - 'French Mauve' => [212, 115, 212], |
|
648 | - 'French Pink' => [253, 108, 158], |
|
649 | - 'French Plum' => [129, 20, 83], |
|
650 | - 'French Puce' => [78, 22, 9], |
|
651 | - 'French Raspberry' => [199, 44, 72], |
|
652 | - 'French Rose' => [246, 74, 138], |
|
653 | - 'French Sky Blue' => [119, 181, 254], |
|
654 | - 'French Violet' => [136, 6, 206], |
|
655 | - 'French Wine' => [172, 30, 68], |
|
656 | - 'Fresh Air' => [166, 231, 255], |
|
657 | - 'Fuchsia' => [255, 0, 255], |
|
658 | - 'Fuchsia (Crayola)' => [193, 84, 193], |
|
659 | - 'Fuchsia Pink' => [255, 119, 255], |
|
660 | - 'Fuchsia Purple' => [204, 57, 123], |
|
661 | - 'Fuchsia Rose' => [199, 67, 117], |
|
662 | - 'Fulvous' => [228, 132, 0], |
|
663 | - 'Fuzzy Wuzzy' => [204, 102, 102], |
|
664 | - 'Gainsboro' => [220, 220, 220], |
|
665 | - 'Gamboge' => [228, 155, 15], |
|
666 | - 'Gamboge Orange (Brown)' => [153, 102, 0], |
|
667 | - 'Generic Viridian' => [0, 127, 102], |
|
668 | - 'Ghost White' => [248, 248, 255], |
|
669 | - 'Giants Orange' => [254, 90, 29], |
|
670 | - 'Ginger' => [176, 101, 0], |
|
671 | - 'Glaucous' => [96, 130, 182], |
|
672 | - 'Glitter' => [230, 232, 250], |
|
673 | - 'GO Green' => [0, 171, 102], |
|
674 | - 'Gold (Metallic)' => [212, 175, 55], |
|
675 | - 'Gold (Web) (Golden)' => [255, 215, 0], |
|
676 | - 'Gold Fusion' => [133, 117, 78], |
|
677 | - 'Golden Brown' => [153, 101, 21], |
|
678 | - 'Golden Poppy' => [252, 194, 0], |
|
679 | - 'Golden Yellow' => [255, 223, 0], |
|
680 | - 'Goldenrod' => [218, 165, 32], |
|
681 | - 'Granny Smith Apple' => [168, 228, 160], |
|
682 | - 'Grape' => [111, 45, 168], |
|
683 | - 'Gray' => [128, 128, 128], |
|
684 | - 'Gray (HTML/CSS Gray)' => [128, 128, 128], |
|
685 | - 'Gray (X11 Gray)' => [190, 190, 190], |
|
686 | - 'Gray-Asparagus' => [70, 89, 69], |
|
687 | - 'Gray-Blue' => [140, 146, 172], |
|
688 | - 'Green (Color Wheel) (X11 Green)' => [0, 255, 0], |
|
689 | - 'Green (Crayola)' => [28, 172, 120], |
|
690 | - 'Green (HTML/CSS Color)' => [0, 128, 0], |
|
691 | - 'Green (Munsell)' => [0, 168, 119], |
|
692 | - 'Green (NCS)' => [0, 159, 107], |
|
693 | - 'Green (Pantone)' => [0, 173, 67], |
|
694 | - 'Green (Pigment)' => [0, 165, 80], |
|
695 | - 'Green (RYB)' => [102, 176, 50], |
|
696 | - 'Green-Blue' => [17, 100, 180], |
|
697 | - 'Green-Cyan' => [0, 153, 102], |
|
698 | - 'Green-Yellow' => [173, 255, 47], |
|
699 | - 'Grizzly' => [136, 88, 24], |
|
700 | - 'Grullo' => [169, 154, 134], |
|
701 | - 'Guppie Green' => [0, 255, 127], |
|
702 | - 'Gunmetal' => [42, 52, 57], |
|
703 | - 'Halayà Úbe' => [102, 56, 84], |
|
704 | - 'Han Blue' => [68, 108, 207], |
|
705 | - 'Han Purple' => [82, 24, 250], |
|
706 | - 'Hansa Yellow' => [233, 214, 107], |
|
707 | - 'Harlequin' => [63, 255, 0], |
|
708 | - 'Harlequin Green' => [70, 203, 24], |
|
709 | - 'Harvard Crimson' => [201, 0, 22], |
|
710 | - 'Harvest Gold' => [218, 145, 0], |
|
711 | - 'Heart Gold' => [128, 128, 0], |
|
712 | - 'Heliotrope' => [223, 115, 255], |
|
713 | - 'Heliotrope Gray' => [170, 152, 169], |
|
714 | - 'Heliotrope Magenta' => [170, 0, 187], |
|
715 | - 'Hollywood Cerise' => [244, 0, 161], |
|
716 | - 'Honeydew' => [240, 255, 240], |
|
717 | - 'Honolulu Blue' => [0, 109, 176], |
|
718 | - 'Hooker\'s Green' => [73, 121, 107], |
|
719 | - 'Hot Magenta' => [255, 29, 206], |
|
720 | - 'Hot Pink' => [255, 105, 180], |
|
721 | - 'Hunter Green' => [53, 94, 59], |
|
722 | - 'Iceberg' => [113, 166, 210], |
|
723 | - 'Icterine' => [252, 247, 94], |
|
724 | - 'Illuminating Emerald' => [49, 145, 119], |
|
725 | - 'Imperial' => [96, 47, 107], |
|
726 | - 'Imperial Blue' => [0, 35, 149], |
|
727 | - 'Imperial Purple' => [102, 2, 60], |
|
728 | - 'Imperial Red' => [237, 41, 57], |
|
729 | - 'Inchworm' => [178, 236, 93], |
|
730 | - 'Independence' => [76, 81, 109], |
|
731 | - 'India Green' => [19, 136, 8], |
|
732 | - 'Indian Red' => [205, 92, 92], |
|
733 | - 'Indian Yellow' => [227, 168, 87], |
|
734 | - 'Indigo' => [75, 0, 130], |
|
735 | - 'Indigo Dye' => [9, 31, 146], |
|
736 | - 'Indigo (Web)' => [75, 0, 130], |
|
737 | - 'International Klein Blue' => [0, 47, 167], |
|
738 | - 'International Orange (Aerospace)' => [255, 79, 0], |
|
739 | - 'International Orange (Engineering)' => [186, 22, 12], |
|
740 | - 'International Orange (Golden Gate Bridge)' => [192, 54, 44], |
|
741 | - 'Iris' => [90, 79, 207], |
|
742 | - 'Irresistible' => [179, 68, 108], |
|
743 | - 'Isabelline' => [244, 240, 236], |
|
744 | - 'Islamic Green' => [0, 144, 0], |
|
745 | - 'Italian Sky Blue' => [178, 255, 255], |
|
746 | - 'Ivory' => [255, 255, 240], |
|
747 | - 'Jade' => [0, 168, 107], |
|
748 | - 'Japanese Carmine' => [157, 41, 51], |
|
749 | - 'Japanese Indigo' => [38, 67, 72], |
|
750 | - 'Japanese Violet' => [91, 50, 86], |
|
751 | - 'Jasmine' => [248, 222, 126], |
|
752 | - 'Jasper' => [215, 59, 62], |
|
753 | - 'Jazzberry Jam' => [165, 11, 94], |
|
754 | - 'Jelly Bean' => [218, 97, 78], |
|
755 | - 'Jet' => [52, 52, 52], |
|
756 | - 'Jonquil' => [244, 202, 22], |
|
757 | - 'Jordy Blue' => [138, 185, 241], |
|
758 | - 'June Bud' => [189, 218, 87], |
|
759 | - 'Jungle Green' => [41, 171, 135], |
|
760 | - 'Kelly Green' => [76, 187, 23], |
|
761 | - 'Kenyan Copper' => [124, 28, 5], |
|
762 | - 'Keppel' => [58, 176, 158], |
|
763 | - 'Khaki (HTML/CSS) (Khaki)' => [195, 176, 145], |
|
764 | - 'Khaki (X11) (Light Khaki)' => [240, 230, 140], |
|
765 | - 'Kobe' => [136, 45, 23], |
|
766 | - 'Kobi' => [231, 159, 196], |
|
767 | - 'Kobicha' => [107, 68, 35], |
|
768 | - 'Kombu Green' => [53, 66, 48], |
|
769 | - 'KU Crimson' => [232, 0, 13], |
|
770 | - 'La Salle Green' => [8, 120, 48], |
|
771 | - 'Languid Lavender' => [214, 202, 221], |
|
772 | - 'Lapis Lazuli' => [38, 97, 156], |
|
773 | - 'Laser Lemon' => [255, 255, 102], |
|
774 | - 'Laurel Green' => [169, 186, 157], |
|
775 | - 'Lava' => [207, 16, 32], |
|
776 | - 'Lavender (Floral)' => [181, 126, 220], |
|
777 | - 'Lavender (Web)' => [230, 230, 250], |
|
778 | - 'Lavender Blue' => [204, 204, 255], |
|
779 | - 'Lavender Blush' => [255, 240, 245], |
|
780 | - 'Lavender Gray' => [196, 195, 208], |
|
781 | - 'Lavender Indigo' => [148, 87, 235], |
|
782 | - 'Lavender Magenta' => [238, 130, 238], |
|
783 | - 'Lavender Mist' => [230, 230, 250], |
|
784 | - 'Lavender Pink' => [251, 174, 210], |
|
785 | - 'Lavender Purple' => [150, 123, 182], |
|
786 | - 'Lavender Rose' => [251, 160, 227], |
|
787 | - 'Lawn Green' => [124, 252, 0], |
|
788 | - 'Lemon' => [255, 247, 0], |
|
789 | - 'Lemon Chiffon' => [255, 250, 205], |
|
790 | - 'Lemon Curry' => [204, 160, 29], |
|
791 | - 'Lemon Glacier' => [253, 255, 0], |
|
792 | - 'Lemon Lime' => [227, 255, 0], |
|
793 | - 'Lemon Meringue' => [246, 234, 190], |
|
794 | - 'Lemon Yellow' => [255, 244, 79], |
|
795 | - 'Lenurple' => [186, 147, 216], |
|
796 | - 'Licorice' => [26, 17, 16], |
|
797 | - 'Liberty' => [84, 90, 167], |
|
798 | - 'Light Apricot' => [253, 213, 177], |
|
799 | - 'Light Blue' => [173, 216, 230], |
|
800 | - 'Light Brilliant Red' => [254, 46, 46], |
|
801 | - 'Light Brown' => [181, 101, 29], |
|
802 | - 'Light Carmine Pink' => [230, 103, 113], |
|
803 | - 'Light Cobalt Blue' => [136, 172, 224], |
|
804 | - 'Light Coral' => [240, 128, 128], |
|
805 | - 'Light Cornflower Blue' => [147, 204, 234], |
|
806 | - 'Light Crimson' => [245, 105, 145], |
|
807 | - 'Light Cyan' => [224, 255, 255], |
|
808 | - 'Light Deep Pink' => [255, 92, 205], |
|
809 | - 'Light French Beige' => [200, 173, 127], |
|
810 | - 'Light Fuchsia Pink' => [249, 132, 239], |
|
811 | - 'Light Goldenrod Yellow' => [250, 250, 210], |
|
812 | - 'Light Gray' => [211, 211, 211], |
|
813 | - 'Light Grayish Magenta' => [204, 153, 204], |
|
814 | - 'Light Green' => [144, 238, 144], |
|
815 | - 'Light Hot Pink' => [255, 179, 222], |
|
816 | - 'Light Khaki' => [240, 230, 140], |
|
817 | - 'Light Medium Orchid' => [211, 155, 203], |
|
818 | - 'Light Moss Green' => [173, 223, 173], |
|
819 | - 'Light Orchid' => [230, 168, 215], |
|
820 | - 'Light Pastel Purple' => [177, 156, 217], |
|
821 | - 'Light Pink' => [255, 182, 193], |
|
822 | - 'Light Red Ochre' => [233, 116, 81], |
|
823 | - 'Light Salmon' => [255, 160, 122], |
|
824 | - 'Light Salmon Pink' => [255, 153, 153], |
|
825 | - 'Light Sea Green' => [32, 178, 170], |
|
826 | - 'Light Sky Blue' => [135, 206, 250], |
|
827 | - 'Light Slate Gray' => [119, 136, 153], |
|
828 | - 'Light Steel Blue' => [176, 196, 222], |
|
829 | - 'Light Taupe' => [179, 139, 109], |
|
830 | - 'Light Thulian Pink' => [230, 143, 172], |
|
831 | - 'Light Yellow' => [255, 255, 224], |
|
832 | - 'Lilac' => [200, 162, 200], |
|
833 | - 'Lime (Color Wheel)' => [191, 255, 0], |
|
834 | - 'Lime (Web) (X11 Green)' => [0, 255, 0], |
|
835 | - 'Lime Green' => [50, 205, 50], |
|
836 | - 'Limerick' => [157, 194, 9], |
|
837 | - 'Lincoln Green' => [25, 89, 5], |
|
838 | - 'Linen' => [250, 240, 230], |
|
839 | - 'Lion' => [193, 154, 107], |
|
840 | - 'Liseran Purple' => [222, 111, 161], |
|
841 | - 'Little Boy Blue' => [108, 160, 220], |
|
842 | - 'Liver' => [103, 76, 71], |
|
843 | - 'Liver (Dogs)' => [184, 109, 41], |
|
844 | - 'Liver (Organ)' => [108, 46, 31], |
|
845 | - 'Liver Chestnut' => [152, 116, 86], |
|
846 | - 'Livid' => [102, 153, 204], |
|
847 | - 'Lumber' => [255, 228, 205], |
|
848 | - 'Lust' => [230, 32, 32], |
|
849 | - 'Macaroni And Cheese' => [255, 189, 136], |
|
850 | - 'Magenta' => [255, 0, 255], |
|
851 | - 'Magenta (Crayola)' => [255, 85, 163], |
|
852 | - 'Magenta (Dye)' => [202, 31, 123], |
|
853 | - 'Magenta (Pantone)' => [208, 65, 126], |
|
854 | - 'Magenta (Process)' => [255, 0, 144], |
|
855 | - 'Magenta Haze' => [159, 69, 118], |
|
856 | - 'Magenta-Pink' => [204, 51, 139], |
|
857 | - 'Magic Mint' => [170, 240, 209], |
|
858 | - 'Magnolia' => [248, 244, 255], |
|
859 | - 'Mahogany' => [192, 64, 0], |
|
860 | - 'Maize' => [251, 236, 93], |
|
861 | - 'Majorelle Blue' => [96, 80, 220], |
|
862 | - 'Malachite' => [11, 218, 81], |
|
863 | - 'Manatee' => [151, 154, 170], |
|
864 | - 'Mango Tango' => [255, 130, 67], |
|
865 | - 'Mantis' => [116, 195, 101], |
|
866 | - 'Mardi Gras' => [136, 0, 133], |
|
867 | - 'Marigold' => [234, 162, 33], |
|
868 | - 'Maroon (Crayola)' => [195, 33, 72], |
|
869 | - 'Maroon (HTML/CSS)' => [128, 0, 0], |
|
870 | - 'Maroon (X11)' => [176, 48, 96], |
|
871 | - 'Mauve' => [224, 176, 255], |
|
872 | - 'Mauve Taupe' => [145, 95, 109], |
|
873 | - 'Mauvelous' => [239, 152, 170], |
|
874 | - 'May Green' => [76, 145, 65], |
|
875 | - 'Maya Blue' => [115, 194, 251], |
|
876 | - 'Meat Brown' => [229, 183, 59], |
|
877 | - 'Medium Aquamarine' => [102, 221, 170], |
|
878 | - 'Medium Blue' => [0, 0, 205], |
|
879 | - 'Medium Candy Apple Red' => [226, 6, 44], |
|
880 | - 'Medium Carmine' => [175, 64, 53], |
|
881 | - 'Medium Champagne' => [243, 229, 171], |
|
882 | - 'Medium Electric Blue' => [3, 80, 150], |
|
883 | - 'Medium Jungle Green' => [28, 53, 45], |
|
884 | - 'Medium Lavender Magenta' => [221, 160, 221], |
|
885 | - 'Medium Orchid' => [186, 85, 211], |
|
886 | - 'Medium Persian Blue' => [0, 103, 165], |
|
887 | - 'Medium Purple' => [147, 112, 219], |
|
888 | - 'Medium Red-Violet' => [187, 51, 133], |
|
889 | - 'Medium Ruby' => [170, 64, 105], |
|
890 | - 'Medium Sea Green' => [60, 179, 113], |
|
891 | - 'Medium Sky Blue' => [128, 218, 235], |
|
892 | - 'Medium Slate Blue' => [123, 104, 238], |
|
893 | - 'Medium Spring Bud' => [201, 220, 135], |
|
894 | - 'Medium Spring Green' => [0, 250, 154], |
|
895 | - 'Medium Taupe' => [103, 76, 71], |
|
896 | - 'Medium Turquoise' => [72, 209, 204], |
|
897 | - 'Medium Tuscan Red' => [121, 68, 59], |
|
898 | - 'Medium Vermilion' => [217, 96, 59], |
|
899 | - 'Medium Violet-Red' => [199, 21, 133], |
|
900 | - 'Mellow Apricot' => [248, 184, 120], |
|
901 | - 'Mellow Yellow' => [248, 222, 126], |
|
902 | - 'Melon' => [253, 188, 180], |
|
903 | - 'Metallic Seaweed' => [10, 126, 140], |
|
904 | - 'Metallic Sunburst' => [156, 124, 56], |
|
905 | - 'Mexican Pink' => [228, 0, 124], |
|
906 | - 'Midnight Blue' => [25, 25, 112], |
|
907 | - 'Midnight Green (Eagle Green)' => [0, 73, 83], |
|
908 | - 'Mikado Yellow' => [255, 196, 12], |
|
909 | - 'Mindaro' => [227, 249, 136], |
|
910 | - 'Ming' => [54, 116, 125], |
|
911 | - 'Mint' => [62, 180, 137], |
|
912 | - 'Mint Cream' => [245, 255, 250], |
|
913 | - 'Mint Green' => [152, 255, 152], |
|
914 | - 'Misty Rose' => [255, 228, 225], |
|
915 | - 'Moccasin' => [250, 235, 215], |
|
916 | - 'Mode Beige' => [150, 113, 23], |
|
917 | - 'Moonstone Blue' => [115, 169, 194], |
|
918 | - 'Mordant Red 19' => [174, 12, 0], |
|
919 | - 'Moss Green' => [138, 154, 91], |
|
920 | - 'Mountain Meadow' => [48, 186, 143], |
|
921 | - 'Mountbatten Pink' => [153, 122, 141], |
|
922 | - 'MSU Green' => [24, 69, 59], |
|
923 | - 'Mughal Green' => [48, 96, 48], |
|
924 | - 'Mulberry' => [197, 75, 140], |
|
925 | - 'Mustard' => [255, 219, 88], |
|
926 | - 'Myrtle Green' => [49, 120, 115], |
|
927 | - 'Nadeshiko Pink' => [246, 173, 198], |
|
928 | - 'Napier Green' => [42, 128, 0], |
|
929 | - 'Naples Yellow' => [250, 218, 94], |
|
930 | - 'Navajo White' => [255, 222, 173], |
|
931 | - 'Navy' => [0, 0, 128], |
|
932 | - 'Navy Purple' => [148, 87, 235], |
|
933 | - 'Neon Carrot' => [255, 163, 67], |
|
934 | - 'Neon Fuchsia' => [254, 65, 100], |
|
935 | - 'Neon Green' => [57, 255, 20], |
|
936 | - 'New Car' => [33, 79, 198], |
|
937 | - 'New York Pink' => [215, 131, 127], |
|
938 | - 'Non-Photo Blue' => [164, 221, 237], |
|
939 | - 'North Texas Green' => [5, 144, 51], |
|
940 | - 'Nyanza' => [233, 255, 219], |
|
941 | - 'Ocean Boat Blue' => [0, 119, 190], |
|
942 | - 'Ochre' => [204, 119, 34], |
|
943 | - 'Office Green' => [0, 128, 0], |
|
944 | - 'Old Burgundy' => [67, 48, 46], |
|
945 | - 'Old Gold' => [207, 181, 59], |
|
946 | - 'Old Heliotrope' => [86, 60, 92], |
|
947 | - 'Old Lace' => [253, 245, 230], |
|
948 | - 'Old Lavender' => [121, 104, 120], |
|
949 | - 'Old Mauve' => [103, 49, 71], |
|
950 | - 'Old Moss Green' => [134, 126, 54], |
|
951 | - 'Old Rose' => [192, 128, 129], |
|
952 | - 'Old Silver' => [132, 132, 130], |
|
953 | - 'Olive' => [128, 128, 0], |
|
954 | - 'Olive Drab (' => [107, 142, 35], |
|
955 | - 'Olive Drab' => [60, 52, 31], |
|
956 | - 'Olivine' => [154, 185, 115], |
|
957 | - 'Onyx' => [53, 56, 57], |
|
958 | - 'Opera Mauve' => [183, 132, 167], |
|
959 | - 'Orange (Color Wheel)' => [255, 127, 0], |
|
960 | - 'Orange (Crayola)' => [255, 117, 56], |
|
961 | - 'Orange (Pantone)' => [255, 88, 0], |
|
962 | - 'Orange (RYB)' => [251, 153, 2], |
|
963 | - 'Orange (Web)' => [255, 165, 0], |
|
964 | - 'Orange Peel' => [255, 159, 0], |
|
965 | - 'Orange-Red' => [255, 69, 0], |
|
966 | - 'Orange-Yellow' => [248, 213, 104], |
|
967 | - 'Orchid' => [218, 112, 214], |
|
968 | - 'Orchid Pink' => [242, 189, 205], |
|
969 | - 'Orioles Orange' => [251, 79, 20], |
|
970 | - 'Otter Brown' => [101, 67, 33], |
|
971 | - 'Outer Space' => [65, 74, 76], |
|
972 | - 'Outrageous Orange' => [255, 110, 74], |
|
973 | - 'Oxford Blue' => [0, 33, 71], |
|
974 | - 'OU Crimson Red' => [153, 0, 0], |
|
975 | - 'Pacific Blue' => [28, 169, 201], |
|
976 | - 'Pakistan Green' => [0, 102, 0], |
|
977 | - 'Palatinate Blue' => [39, 59, 226], |
|
978 | - 'Palatinate Purple' => [104, 40, 96], |
|
979 | - 'Pale Aqua' => [188, 212, 230], |
|
980 | - 'Pale Blue' => [175, 238, 238], |
|
981 | - 'Pale Brown' => [152, 118, 84], |
|
982 | - 'Pale Carmine' => [175, 64, 53], |
|
983 | - 'Pale Cerulean' => [155, 196, 226], |
|
984 | - 'Pale Chestnut' => [221, 173, 175], |
|
985 | - 'Pale Copper' => [218, 138, 103], |
|
986 | - 'Pale Cornflower Blue' => [171, 205, 239], |
|
987 | - 'Pale Cyan' => [135, 211, 248], |
|
988 | - 'Pale Gold' => [230, 190, 138], |
|
989 | - 'Pale Goldenrod' => [238, 232, 170], |
|
990 | - 'Pale Green' => [152, 251, 152], |
|
991 | - 'Pale Lavender' => [220, 208, 255], |
|
992 | - 'Pale Magenta' => [249, 132, 229], |
|
993 | - 'Pale Magenta-Pink' => [255, 153, 204], |
|
994 | - 'Pale Pink' => [250, 218, 221], |
|
995 | - 'Pale Plum' => [221, 160, 221], |
|
996 | - 'Pale Red-Violet' => [219, 112, 147], |
|
997 | - 'Pale Robin Egg Blue' => [150, 222, 209], |
|
998 | - 'Pale Silver' => [201, 192, 187], |
|
999 | - 'Pale Spring Bud' => [236, 235, 189], |
|
1000 | - 'Pale Taupe' => [188, 152, 126], |
|
1001 | - 'Pale Turquoise' => [175, 238, 238], |
|
1002 | - 'Pale Violet' => [204, 153, 255], |
|
1003 | - 'Pale Violet-Red' => [219, 112, 147], |
|
1004 | - 'Pansy Purple' => [120, 24, 74], |
|
1005 | - 'Paolo Veronese Green' => [0, 155, 125], |
|
1006 | - 'Papaya Whip' => [255, 239, 213], |
|
1007 | - 'Paradise Pink' => [230, 62, 98], |
|
1008 | - 'Paris Green' => [80, 200, 120], |
|
1009 | - 'Pastel Blue' => [174, 198, 207], |
|
1010 | - 'Pastel Brown' => [131, 105, 83], |
|
1011 | - 'Pastel Gray' => [207, 207, 196], |
|
1012 | - 'Pastel Green' => [119, 221, 119], |
|
1013 | - 'Pastel Magenta' => [244, 154, 194], |
|
1014 | - 'Pastel Orange' => [255, 179, 71], |
|
1015 | - 'Pastel Pink' => [222, 165, 164], |
|
1016 | - 'Pastel Purple' => [179, 158, 181], |
|
1017 | - 'Pastel Red' => [255, 105, 97], |
|
1018 | - 'Pastel Violet' => [203, 153, 201], |
|
1019 | - 'Pastel Yellow' => [253, 253, 150], |
|
1020 | - 'Patriarch' => [128, 0, 128], |
|
1021 | - 'Payne\'s Grey' => [83, 104, 120], |
|
1022 | - 'Peach' => [255, 203, 164], |
|
1023 | - 'Peach-Orange' => [255, 204, 153], |
|
1024 | - 'Peach Puff' => [255, 218, 185], |
|
1025 | - 'Peach-Yellow' => [250, 223, 173], |
|
1026 | - 'Pear' => [209, 226, 49], |
|
1027 | - 'Pearl' => [234, 224, 200], |
|
1028 | - 'Pearl Aqua' => [136, 216, 192], |
|
1029 | - 'Pearly Purple' => [183, 104, 162], |
|
1030 | - 'Peridot' => [230, 226, 0], |
|
1031 | - 'Periwinkle' => [204, 204, 255], |
|
1032 | - 'Permanent Geranium Lake' => [225, 44, 44], |
|
1033 | - 'Persian Blue' => [28, 57, 187], |
|
1034 | - 'Persian Green' => [0, 166, 147], |
|
1035 | - 'Persian Indigo' => [50, 18, 122], |
|
1036 | - 'Persian Orange' => [217, 144, 88], |
|
1037 | - 'Persian Pink' => [247, 127, 190], |
|
1038 | - 'Persian Plum' => [112, 28, 28], |
|
1039 | - 'Persian Red' => [204, 51, 51], |
|
1040 | - 'Persian Rose' => [254, 40, 162], |
|
1041 | - 'Persimmon' => [236, 88, 0], |
|
1042 | - 'Peru' => [205, 133, 63], |
|
1043 | - 'Phlox' => [223, 0, 255], |
|
1044 | - 'Phthalo Blue' => [0, 15, 137], |
|
1045 | - 'Phthalo Green' => [18, 53, 36], |
|
1046 | - 'Picton Blue' => [69, 177, 232], |
|
1047 | - 'Pictorial Carmine' => [195, 11, 78], |
|
1048 | - 'Piggy Pink' => [253, 221, 230], |
|
1049 | - 'Pine Green' => [1, 121, 111], |
|
1050 | - 'Pineapple' => [86, 60, 92], |
|
1051 | - 'Pink' => [255, 192, 203], |
|
1052 | - 'Pink (Pantone)' => [215, 72, 148], |
|
1053 | - 'Pink Flamingo' => [252, 116, 253], |
|
1054 | - 'Pink Lace' => [255, 221, 244], |
|
1055 | - 'Pink Lavender' => [216, 178, 209], |
|
1056 | - 'Pink-Orange' => [255, 153, 102], |
|
1057 | - 'Pink Pearl' => [231, 172, 207], |
|
1058 | - 'Pink Raspberry' => [152, 0, 54], |
|
1059 | - 'Pink Sherbet' => [247, 143, 167], |
|
1060 | - 'Pistachio' => [147, 197, 114], |
|
1061 | - 'Platinum' => [229, 228, 226], |
|
1062 | - 'Plum' => [142, 69, 133], |
|
1063 | - 'Plum (Web)' => [221, 160, 221], |
|
1064 | - 'Pomp And Power' => [134, 96, 142], |
|
1065 | - 'Popstar' => [190, 79, 98], |
|
1066 | - 'Portland Orange' => [255, 90, 54], |
|
1067 | - 'Powder Blue' => [176, 224, 230], |
|
1068 | - 'Princeton Orange' => [245, 128, 37], |
|
1069 | - 'Prune' => [112, 28, 28], |
|
1070 | - 'Prussian Blue' => [0, 49, 83], |
|
1071 | - 'Psychedelic Purple' => [223, 0, 255], |
|
1072 | - 'Puce' => [204, 136, 153], |
|
1073 | - 'Puce Red' => [114, 47, 55], |
|
1074 | - 'Pullman Brown (UPS Brown)' => [100, 65, 23], |
|
1075 | - 'Pullman Green' => [59, 51, 28], |
|
1076 | - 'Pumpkin' => [255, 117, 24], |
|
1077 | - 'Purple (HTML)' => [128, 0, 128], |
|
1078 | - 'Purple (Munsell)' => [159, 0, 197], |
|
1079 | - 'Purple (X11)' => [160, 32, 240], |
|
1080 | - 'Purple Heart' => [105, 53, 156], |
|
1081 | - 'Purple Mountain Majesty' => [150, 120, 182], |
|
1082 | - 'Purple Navy' => [78, 81, 128], |
|
1083 | - 'Purple Pizzazz' => [254, 78, 218], |
|
1084 | - 'Purple Taupe' => [80, 64, 77], |
|
1085 | - 'Purpureus' => [154, 78, 174], |
|
1086 | - 'Quartz' => [81, 72, 79], |
|
1087 | - 'Queen Blue' => [67, 107, 149], |
|
1088 | - 'Queen Pink' => [232, 204, 215], |
|
1089 | - 'Quinacridone Magenta' => [142, 58, 89], |
|
1090 | - 'Rackley' => [93, 138, 168], |
|
1091 | - 'Radical Red' => [255, 53, 94], |
|
1092 | - 'Raisin Black' => [36, 33, 36], |
|
1093 | - 'Rajah' => [251, 171, 96], |
|
1094 | - 'Raspberry' => [227, 11, 93], |
|
1095 | - 'Raspberry Glace' => [145, 95, 109], |
|
1096 | - 'Raspberry Pink' => [226, 80, 152], |
|
1097 | - 'Raspberry Rose' => [179, 68, 108], |
|
1098 | - 'Raw Sienna' => [214, 138, 89], |
|
1099 | - 'Raw Umber' => [130, 102, 68], |
|
1100 | - 'Razzle Dazzle Rose' => [255, 51, 204], |
|
1101 | - 'Razzmatazz' => [227, 37, 107], |
|
1102 | - 'Razzmic Berry' => [141, 78, 133], |
|
1103 | - 'Rebecca Purple' => [102, 51, 153], |
|
1104 | - 'Red' => [255, 0, 0], |
|
1105 | - 'Red (Crayola)' => [238, 32, 77], |
|
1106 | - 'Red (Munsell)' => [242, 0, 60], |
|
1107 | - 'Red (NCS)' => [196, 2, 51], |
|
1108 | - 'Red (Pantone)' => [237, 41, 57], |
|
1109 | - 'Red (Pigment)' => [237, 28, 36], |
|
1110 | - 'Red (RYB)' => [254, 39, 18], |
|
1111 | - 'Red-Brown' => [165, 42, 42], |
|
1112 | - 'Red Devil' => [134, 1, 17], |
|
1113 | - 'Red-Orange' => [255, 83, 73], |
|
1114 | - 'Red-Purple' => [228, 0, 120], |
|
1115 | - 'Red-Violet' => [199, 21, 133], |
|
1116 | - 'Redwood' => [164, 90, 82], |
|
1117 | - 'Regalia' => [82, 45, 128], |
|
1118 | - 'Registration Black' => [0, 0, 0], |
|
1119 | - 'Resolution Blue' => [0, 35, 135], |
|
1120 | - 'Rhythm' => [119, 118, 150], |
|
1121 | - 'Rich Black' => [0, 64, 64], |
|
1122 | - 'Rich Black (FOGRA29)' => [1, 11, 19], |
|
1123 | - 'Rich Black (FOGRA39)' => [1, 2, 3], |
|
1124 | - 'Rich Brilliant Lavender' => [241, 167, 254], |
|
1125 | - 'Rich Carmine' => [215, 0, 64], |
|
1126 | - 'Rich Electric Blue' => [8, 146, 208], |
|
1127 | - 'Rich Lavender' => [167, 107, 207], |
|
1128 | - 'Rich Lilac' => [182, 102, 210], |
|
1129 | - 'Rich Maroon' => [176, 48, 96], |
|
1130 | - 'Rifle Green' => [68, 76, 56], |
|
1131 | - 'Roast Coffee' => [112, 66, 65], |
|
1132 | - 'Robin Egg Blue' => [0, 204, 204], |
|
1133 | - 'Rocket Metallic' => [138, 127, 128], |
|
1134 | - 'Roman Silver' => [131, 137, 150], |
|
1135 | - 'Rose' => [255, 0, 127], |
|
1136 | - 'Rose Bonbon' => [249, 66, 158], |
|
1137 | - 'Rose Ebony' => [103, 72, 70], |
|
1138 | - 'Rose Gold' => [183, 110, 121], |
|
1139 | - 'Rose Madder' => [227, 38, 54], |
|
1140 | - 'Rose Pink' => [255, 102, 204], |
|
1141 | - 'Rose Quartz' => [170, 152, 169], |
|
1142 | - 'Rose Red' => [194, 30, 86], |
|
1143 | - 'Rose Taupe' => [144, 93, 93], |
|
1144 | - 'Rose Vale' => [171, 78, 82], |
|
1145 | - 'Rosewood' => [101, 0, 11], |
|
1146 | - 'Rosso Corsa' => [212, 0, 0], |
|
1147 | - 'Rosy Brown' => [188, 143, 143], |
|
1148 | - 'Royal Azure' => [0, 56, 168], |
|
1149 | - 'Royal Blue' => [65, 105, 225], |
|
1150 | - 'Royal Fuchsia' => [202, 44, 146], |
|
1151 | - 'Royal Purple' => [120, 81, 169], |
|
1152 | - 'Royal Yellow' => [250, 218, 94], |
|
1153 | - 'Ruber' => [206, 70, 118], |
|
1154 | - 'Rubine Red' => [209, 0, 86], |
|
1155 | - 'Ruby' => [224, 17, 95], |
|
1156 | - 'Ruby Red' => [155, 17, 30], |
|
1157 | - 'Ruddy' => [255, 0, 40], |
|
1158 | - 'Ruddy Brown' => [187, 101, 40], |
|
1159 | - 'Ruddy Pink' => [225, 142, 150], |
|
1160 | - 'Rufous' => [168, 28, 7], |
|
1161 | - 'Russet' => [128, 70, 27], |
|
1162 | - 'Russian Green' => [103, 146, 103], |
|
1163 | - 'Russian Violet' => [50, 23, 77], |
|
1164 | - 'Rust' => [183, 65, 14], |
|
1165 | - 'Rusty Red' => [218, 44, 67], |
|
1166 | - 'Sacramento State Green' => [0, 86, 63], |
|
1167 | - 'Saddle Brown' => [139, 69, 19], |
|
1168 | - 'Safety Orange' => [255, 120, 0], |
|
1169 | - 'Safety Orange (Blaze Orange)' => [255, 103, 0], |
|
1170 | - 'Safety Yellow' => [238, 210, 2], |
|
1171 | - 'Saffron' => [244, 196, 48], |
|
1172 | - 'Sage' => [188, 184, 138], |
|
1173 | - 'St. Patrick\'s Blue' => [35, 41, 122], |
|
1174 | - 'Salmon' => [250, 128, 114], |
|
1175 | - 'Salmon Pink' => [255, 145, 164], |
|
1176 | - 'Sand' => [194, 178, 128], |
|
1177 | - 'Sand Dune' => [150, 113, 23], |
|
1178 | - 'Sandstorm' => [236, 213, 64], |
|
1179 | - 'Sandy Brown' => [244, 164, 96], |
|
1180 | - 'Sandy Taupe' => [150, 113, 23], |
|
1181 | - 'Sangria' => [146, 0, 10], |
|
1182 | - 'Sap Green' => [80, 125, 42], |
|
1183 | - 'Sapphire' => [15, 82, 186], |
|
1184 | - 'Sapphire Blue' => [0, 103, 165], |
|
1185 | - 'Satin Sheen Gold' => [203, 161, 53], |
|
1186 | - 'Scarlet' => [253, 14, 53], |
|
1187 | - 'Schauss Pink' => [255, 145, 175], |
|
1188 | - 'School Bus Yellow' => [255, 216, 0], |
|
1189 | - 'Screamin\' Green' => [118, 255, 122], |
|
1190 | - 'Sea Blue' => [0, 105, 148], |
|
1191 | - 'Sea Green' => [46, 139, 87], |
|
1192 | - 'Seal Brown' => [89, 38, 11], |
|
1193 | - 'Seashell' => [255, 245, 238], |
|
1194 | - 'Selective Yellow' => [255, 186, 0], |
|
1195 | - 'Sepia' => [112, 66, 20], |
|
1196 | - 'Shadow' => [138, 121, 93], |
|
1197 | - 'Shadow Blue' => [119, 139, 165], |
|
1198 | - 'Shampoo' => [255, 207, 241], |
|
1199 | - 'Shamrock Green' => [0, 158, 96], |
|
1200 | - 'Sheen Green' => [143, 212, 0], |
|
1201 | - 'Shimmering Blush' => [217, 134, 149], |
|
1202 | - 'Shocking Pink' => [252, 15, 192], |
|
1203 | - 'Shocking Pink (Crayola)' => [255, 111, 255], |
|
1204 | - 'Sienna' => [136, 45, 23], |
|
1205 | - 'Silver' => [192, 192, 192], |
|
1206 | - 'Silver Chalice' => [172, 172, 172], |
|
1207 | - 'Silver Lake Blue' => [93, 137, 186], |
|
1208 | - 'Silver Pink' => [196, 174, 173], |
|
1209 | - 'Silver Sand' => [191, 193, 194], |
|
1210 | - 'Sinopia' => [203, 65, 11], |
|
1211 | - 'Skobeloff' => [0, 116, 116], |
|
1212 | - 'Sky Blue' => [135, 206, 235], |
|
1213 | - 'Sky Magenta' => [207, 113, 175], |
|
1214 | - 'Slate Blue' => [106, 90, 205], |
|
1215 | - 'Slate Gray' => [112, 128, 144], |
|
1216 | - 'Smalt (Dark Powder Blue)' => [0, 51, 153], |
|
1217 | - 'Smitten' => [200, 65, 134], |
|
1218 | - 'Smoke' => [115, 130, 118], |
|
1219 | - 'Smoky Black' => [16, 12, 8], |
|
1220 | - 'Smoky Topaz' => [147, 61, 65], |
|
1221 | - 'Snow' => [255, 250, 250], |
|
1222 | - 'Soap' => [206, 200, 239], |
|
1223 | - 'Solid Pink' => [137, 56, 67], |
|
1224 | - 'Sonic Silver' => [117, 117, 117], |
|
1225 | - 'Spartan Crimson' => [158, 19, 22], |
|
1226 | - 'Space Cadet' => [29, 41, 81], |
|
1227 | - 'Spanish Bistre' => [128, 117, 50], |
|
1228 | - 'Spanish Blue' => [0, 112, 184], |
|
1229 | - 'Spanish Carmine' => [209, 0, 71], |
|
1230 | - 'Spanish Crimson' => [229, 26, 76], |
|
1231 | - 'Spanish Gray' => [152, 152, 152], |
|
1232 | - 'Spanish Green' => [0, 145, 80], |
|
1233 | - 'Spanish Orange' => [232, 97, 0], |
|
1234 | - 'Spanish Pink' => [247, 191, 190], |
|
1235 | - 'Spanish Red' => [230, 0, 38], |
|
1236 | - 'Spanish Sky Blue' => [0, 255, 255], |
|
1237 | - 'Spanish Violet' => [76, 40, 130], |
|
1238 | - 'Spanish Viridian' => [0, 127, 92], |
|
1239 | - 'Spicy Mix' => [139, 95, 77], |
|
1240 | - 'Spiro Disco Ball' => [15, 192, 252], |
|
1241 | - 'Spring Bud' => [167, 252, 0], |
|
1242 | - 'Spring Green' => [0, 255, 127], |
|
1243 | - 'Star Command Blue' => [0, 123, 184], |
|
1244 | - 'Steel Blue' => [70, 130, 180], |
|
1245 | - 'Steel Pink' => [204, 51, 204], |
|
1246 | - 'Stil De Grain Yellow' => [250, 218, 94], |
|
1247 | - 'Stizza' => [153, 0, 0], |
|
1248 | - 'Stormcloud' => [79, 102, 106], |
|
1249 | - 'Straw' => [228, 217, 111], |
|
1250 | - 'Strawberry' => [252, 90, 141], |
|
1251 | - 'Sunglow' => [255, 204, 51], |
|
1252 | - 'Sunray' => [227, 171, 87], |
|
1253 | - 'Sunset' => [250, 214, 165], |
|
1254 | - 'Sunset Orange' => [253, 94, 83], |
|
1255 | - 'Super Pink' => [207, 107, 169], |
|
1256 | - 'Tan' => [210, 180, 140], |
|
1257 | - 'Tangelo' => [249, 77, 0], |
|
1258 | - 'Tangerine' => [242, 133, 0], |
|
1259 | - 'Tangerine Yellow' => [255, 204, 0], |
|
1260 | - 'Tango Pink' => [228, 113, 122], |
|
1261 | - 'Taupe' => [72, 60, 50], |
|
1262 | - 'Taupe Gray' => [139, 133, 137], |
|
1263 | - 'Tea Green' => [208, 240, 192], |
|
1264 | - 'Tea Rose' => [244, 194, 194], |
|
1265 | - 'Teal' => [0, 128, 128], |
|
1266 | - 'Teal Blue' => [54, 117, 136], |
|
1267 | - 'Teal Deer' => [153, 230, 179], |
|
1268 | - 'Teal Green' => [0, 130, 127], |
|
1269 | - 'Telemagenta' => [207, 52, 118], |
|
1270 | - 'Tenné' => [205, 87, 0], |
|
1271 | - 'Terra Cotta' => [226, 114, 91], |
|
1272 | - 'Thistle' => [216, 191, 216], |
|
1273 | - 'Thulian Pink' => [222, 111, 161], |
|
1274 | - 'Tickle Me Pink' => [252, 137, 172], |
|
1275 | - 'Tiffany Blue' => [10, 186, 181], |
|
1276 | - 'Tiger\'s Eye' => [224, 141, 60], |
|
1277 | - 'Timberwolf' => [219, 215, 210], |
|
1278 | - 'Titanium Yellow' => [238, 230, 0], |
|
1279 | - 'Tomato' => [255, 99, 71], |
|
1280 | - 'Toolbox' => [116, 108, 192], |
|
1281 | - 'Topaz' => [255, 200, 124], |
|
1282 | - 'Tractor Red' => [253, 14, 53], |
|
1283 | - 'Trolley Grey' => [128, 128, 128], |
|
1284 | - 'Tropical Rain Forest' => [0, 117, 94], |
|
1285 | - 'Tropical Violet' => [205, 164, 222], |
|
1286 | - 'True Blue' => [0, 115, 207], |
|
1287 | - 'Tufts Blue' => [65, 125, 193], |
|
1288 | - 'Tulip' => [255, 135, 141], |
|
1289 | - 'Tumbleweed' => [222, 170, 136], |
|
1290 | - 'Turkish Rose' => [181, 114, 129], |
|
1291 | - 'Turquoise' => [64, 224, 208], |
|
1292 | - 'Turquoise Blue' => [0, 255, 239], |
|
1293 | - 'Turquoise Green' => [160, 214, 180], |
|
1294 | - 'Tuscan' => [250, 214, 165], |
|
1295 | - 'Tuscan Brown' => [111, 78, 55], |
|
1296 | - 'Tuscan Red' => [124, 72, 72], |
|
1297 | - 'Tuscan Tan' => [166, 123, 91], |
|
1298 | - 'Tuscany' => [192, 153, 153], |
|
1299 | - 'Twilight Lavender' => [138, 73, 107], |
|
1300 | - 'Tyrian Purple' => [102, 2, 60], |
|
1301 | - 'UA Blue' => [0, 51, 170], |
|
1302 | - 'UA Red' => [217, 0, 76], |
|
1303 | - 'Ube' => [136, 120, 195], |
|
1304 | - 'UCLA Blue' => [83, 104, 149], |
|
1305 | - 'UCLA Gold' => [255, 179, 0], |
|
1306 | - 'UFO Green' => [60, 208, 112], |
|
1307 | - 'Ultramarine' => [63, 0, 255], |
|
1308 | - 'Ultramarine Blue' => [65, 102, 245], |
|
1309 | - 'Ultra Pink' => [255, 111, 255], |
|
1310 | - 'Ultra Red' => [252, 108, 133], |
|
1311 | - 'Umber' => [99, 81, 71], |
|
1312 | - 'Unbleached Silk' => [255, 221, 202], |
|
1313 | - 'United Nations Blue' => [91, 146, 229], |
|
1314 | - 'University Of California Gold' => [183, 135, 39], |
|
1315 | - 'Unmellow Yellow' => [255, 255, 102], |
|
1316 | - 'UP Forest Green' => [1, 68, 33], |
|
1317 | - 'UP Maroon' => [123, 17, 19], |
|
1318 | - 'Upsdell Red' => [174, 32, 41], |
|
1319 | - 'Urobilin' => [225, 173, 33], |
|
1320 | - 'USAFA Blue' => [0, 79, 152], |
|
1321 | - 'USC Cardinal' => [153, 0, 0], |
|
1322 | - 'USC Gold' => [255, 204, 0], |
|
1323 | - 'University Of Tennessee Orange' => [247, 127, 0], |
|
1324 | - 'Utah Crimson' => [211, 0, 63], |
|
1325 | - 'Vanilla' => [243, 229, 171], |
|
1326 | - 'Vanilla Ice' => [243, 143, 169], |
|
1327 | - 'Vegas Gold' => [197, 179, 88], |
|
1328 | - 'Venetian Red' => [200, 8, 21], |
|
1329 | - 'Verdigris' => [67, 179, 174], |
|
1330 | - 'Vermilion' => [217, 56, 30], |
|
1331 | - 'Veronica' => [160, 32, 240], |
|
1332 | - 'Very Light Azure' => [116, 187, 251], |
|
1333 | - 'Very Light Blue' => [102, 102, 255], |
|
1334 | - 'Very Light Malachite Green' => [100, 233, 134], |
|
1335 | - 'Very Light Tangelo' => [255, 176, 119], |
|
1336 | - 'Very Pale Orange' => [255, 223, 191], |
|
1337 | - 'Very Pale Yellow' => [255, 255, 191], |
|
1338 | - 'Violet' => [143, 0, 255], |
|
1339 | - 'Violet (Color Wheel)' => [127, 0, 255], |
|
1340 | - 'Violet (RYB)' => [134, 1, 175], |
|
1341 | - 'Violet (Web)' => [238, 130, 238], |
|
1342 | - 'Violet-Blue' => [50, 74, 178], |
|
1343 | - 'Violet-Red' => [247, 83, 148], |
|
1344 | - 'Viridian' => [64, 130, 109], |
|
1345 | - 'Viridian Green' => [0, 150, 152], |
|
1346 | - 'Vista Blue' => [124, 158, 217], |
|
1347 | - 'Vivid Amber' => [204, 153, 0], |
|
1348 | - 'Vivid Auburn' => [146, 39, 36], |
|
1349 | - 'Vivid Burgundy' => [159, 29, 53], |
|
1350 | - 'Vivid Cerise' => [218, 29, 129], |
|
1351 | - 'Vivid Cerulean' => [0, 170, 238], |
|
1352 | - 'Vivid Crimson' => [204, 0, 51], |
|
1353 | - 'Vivid Gamboge' => [255, 153, 0], |
|
1354 | - 'Vivid Lime Green' => [166, 214, 8], |
|
1355 | - 'Vivid Malachite' => [0, 204, 51], |
|
1356 | - 'Vivid Mulberry' => [184, 12, 227], |
|
1357 | - 'Vivid Orange' => [255, 95, 0], |
|
1358 | - 'Vivid Orange Peel' => [255, 160, 0], |
|
1359 | - 'Vivid Orchid' => [204, 0, 255], |
|
1360 | - 'Vivid Raspberry' => [255, 0, 108], |
|
1361 | - 'Vivid Red' => [247, 13, 26], |
|
1362 | - 'Vivid Red-Tangelo' => [223, 97, 36], |
|
1363 | - 'Vivid Sky Blue' => [0, 204, 255], |
|
1364 | - 'Vivid Tangelo' => [240, 116, 39], |
|
1365 | - 'Vivid Tangerine' => [255, 160, 137], |
|
1366 | - 'Vivid Vermilion' => [229, 96, 36], |
|
1367 | - 'Vivid Violet' => [159, 0, 255], |
|
1368 | - 'Vivid Yellow' => [255, 227, 2], |
|
1369 | - 'Volt' => [206, 255, 0], |
|
1370 | - 'Warm Black' => [0, 66, 66], |
|
1371 | - 'Waterspout' => [164, 244, 249], |
|
1372 | - 'Weldon Blue' => [124, 152, 171], |
|
1373 | - 'Wenge' => [100, 84, 82], |
|
1374 | - 'Wheat' => [245, 222, 179], |
|
1375 | - 'White' => [255, 255, 255], |
|
1376 | - 'White Smoke' => [245, 245, 245], |
|
1377 | - 'Wild Blue Yonder' => [162, 173, 208], |
|
1378 | - 'Wild Orchid' => [212, 112, 162], |
|
1379 | - 'Wild Strawberry' => [255, 67, 164], |
|
1380 | - 'Wild Watermelon' => [252, 108, 133], |
|
1381 | - 'Willpower Orange' => [253, 88, 0], |
|
1382 | - 'Windsor Tan' => [167, 85, 2], |
|
1383 | - 'Wine' => [114, 47, 55], |
|
1384 | - 'Wine Dregs' => [103, 49, 71], |
|
1385 | - 'Wisteria' => [201, 160, 220], |
|
1386 | - 'Wood Brown' => [193, 154, 107], |
|
1387 | - 'Xanadu' => [115, 134, 120], |
|
1388 | - 'Yale Blue' => [15, 77, 146], |
|
1389 | - 'Yankees Blue' => [28, 40, 65], |
|
1390 | - 'Yellow' => [255, 255, 0], |
|
1391 | - 'Yellow (Crayola)' => [252, 232, 131], |
|
1392 | - 'Yellow (Munsell)' => [239, 204, 0], |
|
1393 | - 'Yellow (NCS)' => [255, 211, 0], |
|
1394 | - 'Yellow (Pantone)' => [254, 223, 0], |
|
1395 | - 'Yellow (Process)' => [255, 239, 0], |
|
1396 | - 'Yellow (RYB)' => [254, 254, 51], |
|
1397 | - 'Yellow-Green' => [154, 205, 50], |
|
1398 | - 'Yellow Orange' => [255, 174, 66], |
|
1399 | - 'Yellow Rose' => [255, 240, 0], |
|
1400 | - 'Zaffre' => [0, 20, 168], |
|
1401 | - 'Zinnwaldite Brown' => [44, 22, 8], |
|
1402 | - 'Zomp' => [57, 167, 14] |
|
229 | + 'Acid Green' => [176, 191, 26], |
|
230 | + 'Aero' => [124, 185, 232], |
|
231 | + 'Aero Blue' => [201, 255, 229], |
|
232 | + 'African Violet' => [178, 132, 190], |
|
233 | + 'Air Force Blue (RAF)' => [93, 138, 168], |
|
234 | + 'Air Force Blue (USAF)' => [0, 48, 143], |
|
235 | + 'Air Superiority Blue' => [114, 160, 193], |
|
236 | + 'Alabama Crimson' => [175, 0, 42], |
|
237 | + 'Alice Blue' => [240, 248, 255], |
|
238 | + 'Alizarin Crimson' => [227, 38, 54], |
|
239 | + 'Alloy Orange' => [196, 98, 16], |
|
240 | + 'Almond' => [239, 222, 205], |
|
241 | + 'Amaranth' => [229, 43, 80], |
|
242 | + 'Amaranth Deep Purple' => [171, 39, 79], |
|
243 | + 'Amaranth Pink' => [241, 156, 187], |
|
244 | + 'Amaranth Purple' => [171, 39, 79], |
|
245 | + 'Amaranth Red' => [211, 33, 45], |
|
246 | + 'Amazon' => [59, 122, 87], |
|
247 | + 'Amber' => [255, 191, 0], |
|
248 | + 'Amber (SAE/ECE)' => [255, 126, 0], |
|
249 | + 'American Rose' => [255, 3, 62], |
|
250 | + 'Amethyst' => [153, 102, 204], |
|
251 | + 'Android Green' => [164, 198, 57], |
|
252 | + 'Anti-Flash White' => [242, 243, 244], |
|
253 | + 'Antique Brass' => [205, 149, 117], |
|
254 | + 'Antique Bronze' => [102, 93, 30], |
|
255 | + 'Antique Fuchsia' => [145, 92, 131], |
|
256 | + 'Antique Ruby' => [132, 27, 45], |
|
257 | + 'Antique White' => [250, 235, 215], |
|
258 | + 'Ao (English)' => [0, 128, 0], |
|
259 | + 'Apple Green' => [141, 182, 0], |
|
260 | + 'Apricot' => [251, 206, 177], |
|
261 | + 'Aqua' => [0, 255, 255], |
|
262 | + 'Aquamarine' => [127, 255, 212], |
|
263 | + 'Arctic Lime' => [208, 255, 20], |
|
264 | + 'Army Green' => [75, 83, 32], |
|
265 | + 'Arsenic' => [59, 68, 75], |
|
266 | + 'Artichoke' => [143, 151, 121], |
|
267 | + 'Arylide Yellow' => [233, 214, 107], |
|
268 | + 'Ash Grey' => [178, 190, 181], |
|
269 | + 'Asparagus' => [135, 169, 107], |
|
270 | + 'Atomic Tangerine' => [255, 153, 102], |
|
271 | + 'Auburn' => [165, 42, 42], |
|
272 | + 'Aureolin' => [253, 238, 0], |
|
273 | + 'AuroMetalSaurus' => [110, 127, 128], |
|
274 | + 'Avocado' => [86, 130, 3], |
|
275 | + 'Azure' => [0, 127, 255], |
|
276 | + 'Azure (Web Color)' => [240, 255, 255], |
|
277 | + 'Azure Mist' => [240, 255, 255], |
|
278 | + 'Azureish White' => [219, 233, 244], |
|
279 | + 'Baby Blue' => [137, 207, 240], |
|
280 | + 'Baby Blue Eyes' => [161, 202, 241], |
|
281 | + 'Baby Pink' => [244, 194, 194], |
|
282 | + 'Baby Powder' => [254, 254, 250], |
|
283 | + 'Baker-Miller Pink' => [255, 145, 175], |
|
284 | + 'Ball Blue' => [33, 171, 205], |
|
285 | + 'Banana Mania' => [250, 231, 181], |
|
286 | + 'Banana Yellow' => [255, 225, 53], |
|
287 | + 'Bangladesh Green' => [0, 106, 78], |
|
288 | + 'Barbie Pink' => [224, 33, 138], |
|
289 | + 'Barn Red' => [124, 10, 2], |
|
290 | + 'Battleship Grey' => [132, 132, 130], |
|
291 | + 'Bazaar' => [152, 119, 123], |
|
292 | + 'Beau Blue' => [188, 212, 230], |
|
293 | + 'Beaver' => [159, 129, 112], |
|
294 | + 'Beige' => [245, 245, 220], |
|
295 | + 'B\'dazzled Blue' => [46, 88, 148], |
|
296 | + 'Big Dip O’ruby' => [156, 37, 66], |
|
297 | + 'Bisque' => [255, 228, 196], |
|
298 | + 'Bistre' => [61, 43, 31], |
|
299 | + 'Bistre Brown' => [150, 113, 23], |
|
300 | + 'Bitter Lemon' => [202, 224, 13], |
|
301 | + 'Bitter Lime' => [191, 255, 0], |
|
302 | + 'Bittersweet' => [254, 111, 94], |
|
303 | + 'Bittersweet Shimmer' => [191, 79, 81], |
|
304 | + 'Black' => [0, 0, 0], |
|
305 | + 'Black Bean' => [61, 12, 2], |
|
306 | + 'Black Leather Jacket' => [37, 53, 41], |
|
307 | + 'Black Olive' => [59, 60, 54], |
|
308 | + 'Blanched Almond' => [255, 235, 205], |
|
309 | + 'Blast-Off Bronze' => [165, 113, 100], |
|
310 | + 'Bleu De France' => [49, 140, 231], |
|
311 | + 'Blizzard Blue' => [172, 229, 238], |
|
312 | + 'Blond' => [250, 240, 190], |
|
313 | + 'Blue' => [0, 0, 255], |
|
314 | + 'Blue (Crayola)' => [31, 117, 254], |
|
315 | + 'Blue (Munsell)' => [0, 147, 175], |
|
316 | + 'Blue (NCS)' => [0, 135, 189], |
|
317 | + 'Blue (Pantone)' => [0, 24, 168], |
|
318 | + 'Blue (Pigment)' => [51, 51, 153], |
|
319 | + 'Blue (RYB)' => [2, 71, 254], |
|
320 | + 'Blue Bell' => [162, 162, 208], |
|
321 | + 'Blue-Gray' => [102, 153, 204], |
|
322 | + 'Blue-Green' => [13, 152, 186], |
|
323 | + 'Blue Lagoon' => [172, 229, 238], |
|
324 | + 'Blue-Magenta Violet' => [85, 53, 146], |
|
325 | + 'Blue Sapphire' => [18, 97, 128], |
|
326 | + 'Blue-Violet' => [138, 43, 226], |
|
327 | + 'Blue Yonder' => [80, 114, 167], |
|
328 | + 'Blueberry' => [79, 134, 247], |
|
329 | + 'Bluebonnet' => [28, 28, 240], |
|
330 | + 'Blush' => [222, 93, 131], |
|
331 | + 'Bole' => [121, 68, 59], |
|
332 | + 'Bondi Blue' => [0, 149, 182], |
|
333 | + 'Bone' => [227, 218, 201], |
|
334 | + 'Boston University Red' => [204, 0, 0], |
|
335 | + 'Bottle Green' => [0, 106, 78], |
|
336 | + 'Boysenberry' => [135, 50, 96], |
|
337 | + 'Brandeis Blue' => [0, 112, 255], |
|
338 | + 'Brass' => [181, 166, 66], |
|
339 | + 'Brick Red' => [203, 65, 84], |
|
340 | + 'Bright Cerulean' => [29, 172, 214], |
|
341 | + 'Bright Green' => [102, 255, 0], |
|
342 | + 'Bright Lavender' => [191, 148, 228], |
|
343 | + 'Bright Lilac' => [216, 145, 239], |
|
344 | + 'Bright Maroon' => [195, 33, 72], |
|
345 | + 'Bright Navy Blue' => [25, 116, 210], |
|
346 | + 'Bright Pink' => [255, 0, 127], |
|
347 | + 'Bright Turquoise' => [8, 232, 222], |
|
348 | + 'Bright Ube' => [209, 159, 232], |
|
349 | + 'Brilliant Azure' => [51, 153, 255], |
|
350 | + 'Brilliant Lavender' => [244, 187, 255], |
|
351 | + 'Brilliant Rose' => [255, 85, 163], |
|
352 | + 'Brink Pink' => [251, 96, 127], |
|
353 | + 'British Racing Green' => [0, 66, 37], |
|
354 | + 'Bronze' => [205, 127, 50], |
|
355 | + 'Bronze Yellow' => [115, 112, 0], |
|
356 | + 'Brown (Traditional)' => [150, 75, 0], |
|
357 | + 'Brown (Web)' => [165, 42, 42], |
|
358 | + 'Brown-Nose' => [107, 68, 35], |
|
359 | + 'Brown Yellow' => [204, 153, 102], |
|
360 | + 'Brunswick Green' => [27, 77, 62], |
|
361 | + 'Bubble Gum' => [255, 193, 204], |
|
362 | + 'Bubbles' => [231, 254, 255], |
|
363 | + 'Buff' => [240, 220, 130], |
|
364 | + 'Bud Green' => [123, 182, 97], |
|
365 | + 'Bulgarian Rose' => [72, 6, 7], |
|
366 | + 'Burgundy' => [128, 0, 32], |
|
367 | + 'Burlywood' => [222, 184, 135], |
|
368 | + 'Burnt Orange' => [204, 85, 0], |
|
369 | + 'Burnt Sienna' => [233, 116, 81], |
|
370 | + 'Burnt Umber' => [138, 51, 36], |
|
371 | + 'Byzantine' => [189, 51, 164], |
|
372 | + 'Byzantium' => [112, 41, 99], |
|
373 | + 'Cadet' => [83, 104, 114], |
|
374 | + 'Cadet Blue' => [95, 158, 160], |
|
375 | + 'Cadet Grey' => [145, 163, 176], |
|
376 | + 'Cadmium Green' => [0, 107, 60], |
|
377 | + 'Cadmium Orange' => [237, 135, 45], |
|
378 | + 'Cadmium Red' => [227, 0, 34], |
|
379 | + 'Cadmium Yellow' => [255, 246, 0], |
|
380 | + 'Café Au Lait' => [166, 123, 91], |
|
381 | + 'Café Noir' => [75, 54, 33], |
|
382 | + 'Cal Poly Green' => [30, 77, 43], |
|
383 | + 'Cambridge Blue' => [163, 193, 173], |
|
384 | + 'Camel' => [193, 154, 107], |
|
385 | + 'Cameo Pink' => [239, 187, 204], |
|
386 | + 'Camouflage Green' => [120, 134, 107], |
|
387 | + 'Canary Yellow' => [255, 239, 0], |
|
388 | + 'Candy Apple Red' => [255, 8, 0], |
|
389 | + 'Candy Pink' => [228, 113, 122], |
|
390 | + 'Capri' => [0, 191, 255], |
|
391 | + 'Caput Mortuum' => [89, 39, 32], |
|
392 | + 'Cardinal' => [196, 30, 58], |
|
393 | + 'Caribbean Green' => [0, 204, 153], |
|
394 | + 'Carmine' => [150, 0, 24], |
|
395 | + 'Carmine (M&P)' => [215, 0, 64], |
|
396 | + 'Carmine Pink' => [235, 76, 66], |
|
397 | + 'Carmine Red' => [255, 0, 56], |
|
398 | + 'Carnation Pink' => [255, 166, 201], |
|
399 | + 'Carnelian' => [179, 27, 27], |
|
400 | + 'Carolina Blue' => [86, 160, 211], |
|
401 | + 'Carrot Orange' => [237, 145, 33], |
|
402 | + 'Castleton Green' => [0, 86, 63], |
|
403 | + 'Catalina Blue' => [6, 42, 120], |
|
404 | + 'Catawba' => [112, 54, 66], |
|
405 | + 'Cedar Chest' => [201, 90, 73], |
|
406 | + 'Ceil' => [146, 161, 207], |
|
407 | + 'Celadon' => [172, 225, 175], |
|
408 | + 'Celadon Blue' => [0, 123, 167], |
|
409 | + 'Celadon Green' => [47, 132, 124], |
|
410 | + 'Celeste' => [178, 255, 255], |
|
411 | + 'Celestial Blue' => [73, 151, 208], |
|
412 | + 'Cerise' => [222, 49, 99], |
|
413 | + 'Cerise Pink' => [236, 59, 131], |
|
414 | + 'Cerulean' => [0, 123, 167], |
|
415 | + 'Cerulean Blue' => [42, 82, 190], |
|
416 | + 'Cerulean Frost' => [109, 155, 195], |
|
417 | + 'CG Blue' => [0, 122, 165], |
|
418 | + 'CG Red' => [224, 60, 49], |
|
419 | + 'Chamoisee' => [160, 120, 90], |
|
420 | + 'Champagne' => [247, 231, 206], |
|
421 | + 'Charcoal' => [54, 69, 79], |
|
422 | + 'Charleston Green' => [35, 43, 43], |
|
423 | + 'Charm Pink' => [230, 143, 172], |
|
424 | + 'Chartreuse (Traditional)' => [223, 255, 0], |
|
425 | + 'Chartreuse (Web)' => [127, 255, 0], |
|
426 | + 'Cherry' => [222, 49, 99], |
|
427 | + 'Cherry Blossom Pink' => [255, 183, 197], |
|
428 | + 'Chestnut' => [149, 69, 53], |
|
429 | + 'China Pink' => [222, 111, 161], |
|
430 | + 'China Rose' => [168, 81, 110], |
|
431 | + 'Chinese Red' => [170, 56, 30], |
|
432 | + 'Chinese Violet' => [133, 96, 136], |
|
433 | + 'Chocolate (Traditional)' => [123, 63, 0], |
|
434 | + 'Chocolate (Web)' => [210, 105, 30], |
|
435 | + 'Chrome Yellow' => [255, 167, 0], |
|
436 | + 'Cinereous' => [152, 129, 123], |
|
437 | + 'Cinnabar' => [227, 66, 52], |
|
438 | + 'Cinnamon[Citation Needed]' => [210, 105, 30], |
|
439 | + 'Citrine' => [228, 208, 10], |
|
440 | + 'Citron' => [159, 169, 31], |
|
441 | + 'Claret' => [127, 23, 52], |
|
442 | + 'Classic Rose' => [251, 204, 231], |
|
443 | + 'Cobalt Blue' => [0, 71, 171], |
|
444 | + 'Cocoa Brown' => [210, 105, 30], |
|
445 | + 'Coconut' => [150, 90, 62], |
|
446 | + 'Coffee' => [111, 78, 55], |
|
447 | + 'Columbia Blue' => [196, 216, 226], |
|
448 | + 'Congo Pink' => [248, 131, 121], |
|
449 | + 'Cool Black' => [0, 46, 99], |
|
450 | + 'Cool Grey' => [140, 146, 172], |
|
451 | + 'Copper' => [184, 115, 51], |
|
452 | + 'Copper (Crayola)' => [218, 138, 103], |
|
453 | + 'Copper Penny' => [173, 111, 105], |
|
454 | + 'Copper Red' => [203, 109, 81], |
|
455 | + 'Copper Rose' => [153, 102, 102], |
|
456 | + 'Coquelicot' => [255, 56, 0], |
|
457 | + 'Coral' => [255, 127, 80], |
|
458 | + 'Coral Pink' => [248, 131, 121], |
|
459 | + 'Coral Red' => [255, 64, 64], |
|
460 | + 'Cordovan' => [137, 63, 69], |
|
461 | + 'Corn' => [251, 236, 93], |
|
462 | + 'Cornell Red' => [179, 27, 27], |
|
463 | + 'Cornflower Blue' => [100, 149, 237], |
|
464 | + 'Cornsilk' => [255, 248, 220], |
|
465 | + 'Cosmic Latte' => [255, 248, 231], |
|
466 | + 'Coyote Brown' => [129, 97, 62], |
|
467 | + 'Cotton Candy' => [255, 188, 217], |
|
468 | + 'Cream' => [255, 253, 208], |
|
469 | + 'Crimson' => [220, 20, 60], |
|
470 | + 'Crimson Glory' => [190, 0, 50], |
|
471 | + 'Crimson Red' => [153, 0, 0], |
|
472 | + 'Cyan' => [0, 255, 255], |
|
473 | + 'Cyan Azure' => [78, 130, 180], |
|
474 | + 'Cyan-Blue Azure' => [70, 130, 191], |
|
475 | + 'Cyan Cobalt Blue' => [40, 88, 156], |
|
476 | + 'Cyan Cornflower Blue' => [24, 139, 194], |
|
477 | + 'Cyan (Process)' => [0, 183, 235], |
|
478 | + 'Cyber Grape' => [88, 66, 124], |
|
479 | + 'Cyber Yellow' => [255, 211, 0], |
|
480 | + 'Daffodil' => [255, 255, 49], |
|
481 | + 'Dandelion' => [240, 225, 48], |
|
482 | + 'Dark Blue' => [0, 0, 139], |
|
483 | + 'Dark Blue-Gray' => [102, 102, 153], |
|
484 | + 'Dark Brown' => [101, 67, 33], |
|
485 | + 'Dark Brown-Tangelo' => [136, 101, 78], |
|
486 | + 'Dark Byzantium' => [93, 57, 84], |
|
487 | + 'Dark Candy Apple Red' => [164, 0, 0], |
|
488 | + 'Dark Cerulean' => [8, 69, 126], |
|
489 | + 'Dark Chestnut' => [152, 105, 96], |
|
490 | + 'Dark Coral' => [205, 91, 69], |
|
491 | + 'Dark Cyan' => [0, 139, 139], |
|
492 | + 'Dark Electric Blue' => [83, 104, 120], |
|
493 | + 'Dark Goldenrod' => [184, 134, 11], |
|
494 | + 'Dark Gray (X11)' => [169, 169, 169], |
|
495 | + 'Dark Green' => [1, 50, 32], |
|
496 | + 'Dark Green (X11)' => [0, 100, 0], |
|
497 | + 'Dark Gunmetal' => [0, 100, 0], |
|
498 | + 'Dark Imperial Blue' => [110, 110, 249], |
|
499 | + 'Dark Jungle Green' => [26, 36, 33], |
|
500 | + 'Dark Khaki' => [189, 183, 107], |
|
501 | + 'Dark Lava' => [72, 60, 50], |
|
502 | + 'Dark Lavender' => [115, 79, 150], |
|
503 | + 'Dark Liver' => [83, 75, 79], |
|
504 | + 'Dark Liver (Horses)' => [84, 61, 55], |
|
505 | + 'Dark Magenta' => [139, 0, 139], |
|
506 | + 'Dark Medium Gray' => [169, 169, 169], |
|
507 | + 'Dark Midnight Blue' => [0, 51, 102], |
|
508 | + 'Dark Moss Green' => [74, 93, 35], |
|
509 | + 'Dark Olive Green' => [85, 107, 47], |
|
510 | + 'Dark Orange' => [255, 140, 0], |
|
511 | + 'Dark Orchid' => [153, 50, 204], |
|
512 | + 'Dark Pastel Blue' => [119, 158, 203], |
|
513 | + 'Dark Pastel Green' => [3, 192, 60], |
|
514 | + 'Dark Pastel Purple' => [150, 111, 214], |
|
515 | + 'Dark Pastel Red' => [194, 59, 34], |
|
516 | + 'Dark Pink' => [231, 84, 128], |
|
517 | + 'Dark Powder Blue' => [0, 51, 153], |
|
518 | + 'Dark Puce' => [79, 58, 60], |
|
519 | + 'Dark Purple' => [48, 25, 52], |
|
520 | + 'Dark Raspberry' => [135, 38, 87], |
|
521 | + 'Dark Red' => [139, 0, 0], |
|
522 | + 'Dark Salmon' => [233, 150, 122], |
|
523 | + 'Dark Scarlet' => [86, 3, 25], |
|
524 | + 'Dark Sea Green' => [143, 188, 143], |
|
525 | + 'Dark Sienna' => [60, 20, 20], |
|
526 | + 'Dark Sky Blue' => [140, 190, 214], |
|
527 | + 'Dark Slate Blue' => [72, 61, 139], |
|
528 | + 'Dark Slate Gray' => [47, 79, 79], |
|
529 | + 'Dark Spring Green' => [23, 114, 69], |
|
530 | + 'Dark Tan' => [145, 129, 81], |
|
531 | + 'Dark Tangerine' => [255, 168, 18], |
|
532 | + 'Dark Taupe' => [72, 60, 50], |
|
533 | + 'Dark Terra Cotta' => [204, 78, 92], |
|
534 | + 'Dark Turquoise' => [0, 206, 209], |
|
535 | + 'Dark Vanilla' => [209, 190, 168], |
|
536 | + 'Dark Violet' => [148, 0, 211], |
|
537 | + 'Dark Yellow' => [155, 135, 12], |
|
538 | + 'Dartmouth Green' => [0, 112, 60], |
|
539 | + 'Davy\'s Grey' => [85, 85, 85], |
|
540 | + 'Debian Red' => [215, 10, 83], |
|
541 | + 'Deep Aquamarine' => [64, 130, 109], |
|
542 | + 'Deep Carmine' => [169, 32, 62], |
|
543 | + 'Deep Carmine Pink' => [239, 48, 56], |
|
544 | + 'Deep Carrot Orange' => [233, 105, 44], |
|
545 | + 'Deep Cerise' => [218, 50, 135], |
|
546 | + 'Deep Champagne' => [250, 214, 165], |
|
547 | + 'Deep Chestnut' => [185, 78, 72], |
|
548 | + 'Deep Coffee' => [112, 66, 65], |
|
549 | + 'Deep Fuchsia' => [193, 84, 193], |
|
550 | + 'Deep Green' => [5, 102, 8], |
|
551 | + 'Deep Green-Cyan Turquoise' => [14, 124, 97], |
|
552 | + 'Deep Jungle Green' => [0, 75, 73], |
|
553 | + 'Deep Koamaru' => [51, 51, 102], |
|
554 | + 'Deep Lemon' => [245, 199, 26], |
|
555 | + 'Deep Lilac' => [153, 85, 187], |
|
556 | + 'Deep Magenta' => [204, 0, 204], |
|
557 | + 'Deep Maroon' => [130, 0, 0], |
|
558 | + 'Deep Mauve' => [212, 115, 212], |
|
559 | + 'Deep Moss Green' => [53, 94, 59], |
|
560 | + 'Deep Peach' => [255, 203, 164], |
|
561 | + 'Deep Pink' => [255, 20, 147], |
|
562 | + 'Deep Puce' => [169, 92, 104], |
|
563 | + 'Deep Red' => [133, 1, 1], |
|
564 | + 'Deep Ruby' => [132, 63, 91], |
|
565 | + 'Deep Saffron' => [255, 153, 51], |
|
566 | + 'Deep Sky Blue' => [0, 191, 255], |
|
567 | + 'Deep Space Sparkle' => [74, 100, 108], |
|
568 | + 'Deep Spring Bud' => [85, 107, 47], |
|
569 | + 'Deep Taupe' => [126, 94, 96], |
|
570 | + 'Deep Tuscan Red' => [102, 66, 77], |
|
571 | + 'Deep Violet' => [51, 0, 102], |
|
572 | + 'Deer' => [186, 135, 89], |
|
573 | + 'Denim' => [21, 96, 189], |
|
574 | + 'Desaturated Cyan' => [102, 153, 153], |
|
575 | + 'Desert' => [193, 154, 107], |
|
576 | + 'Desert Sand' => [237, 201, 175], |
|
577 | + 'Desire' => [234, 60, 83], |
|
578 | + 'Diamond' => [185, 242, 255], |
|
579 | + 'Dim Gray' => [105, 105, 105], |
|
580 | + 'Dirt' => [155, 118, 83], |
|
581 | + 'Dodger Blue' => [30, 144, 255], |
|
582 | + 'Dogwood Rose' => [215, 24, 104], |
|
583 | + 'Dollar Bill' => [133, 187, 101], |
|
584 | + 'Donkey Brown' => [102, 76, 40], |
|
585 | + 'Drab' => [150, 113, 23], |
|
586 | + 'Duke Blue' => [0, 0, 156], |
|
587 | + 'Dust Storm' => [229, 204, 201], |
|
588 | + 'Dutch White' => [239, 223, 187], |
|
589 | + 'Earth Yellow' => [225, 169, 95], |
|
590 | + 'Ebony' => [85, 93, 80], |
|
591 | + 'Ecru' => [194, 178, 128], |
|
592 | + 'Eerie Black' => [27, 27, 27], |
|
593 | + 'Eggplant' => [97, 64, 81], |
|
594 | + 'Eggshell' => [240, 234, 214], |
|
595 | + 'Egyptian Blue' => [16, 52, 166], |
|
596 | + 'Electric Blue' => [125, 249, 255], |
|
597 | + 'Electric Crimson' => [255, 0, 63], |
|
598 | + 'Electric Cyan' => [0, 255, 255], |
|
599 | + 'Electric Green' => [0, 255, 0], |
|
600 | + 'Electric Indigo' => [111, 0, 255], |
|
601 | + 'Electric Lavender' => [244, 187, 255], |
|
602 | + 'Electric Lime' => [204, 255, 0], |
|
603 | + 'Electric Purple' => [191, 0, 255], |
|
604 | + 'Electric Ultramarine' => [63, 0, 255], |
|
605 | + 'Electric Violet' => [143, 0, 255], |
|
606 | + 'Electric Yellow' => [255, 255, 51], |
|
607 | + 'Emerald' => [80, 200, 120], |
|
608 | + 'Eminence' => [108, 48, 130], |
|
609 | + 'English Green' => [27, 77, 62], |
|
610 | + 'English Lavender' => [180, 131, 149], |
|
611 | + 'English Red' => [171, 75, 82], |
|
612 | + 'English Violet' => [86, 60, 92], |
|
613 | + 'Eton Blue' => [150, 200, 162], |
|
614 | + 'Eucalyptus' => [68, 215, 168], |
|
615 | + 'Fallow' => [193, 154, 107], |
|
616 | + 'Falu Red' => [128, 24, 24], |
|
617 | + 'Fandango' => [181, 51, 137], |
|
618 | + 'Fandango Pink' => [222, 82, 133], |
|
619 | + 'Fashion Fuchsia' => [244, 0, 161], |
|
620 | + 'Fawn' => [229, 170, 112], |
|
621 | + 'Feldgrau' => [77, 93, 83], |
|
622 | + 'Feldspar' => [253, 213, 177], |
|
623 | + 'Fern Green' => [79, 121, 66], |
|
624 | + 'Ferrari Red' => [255, 40, 0], |
|
625 | + 'Field Drab' => [108, 84, 30], |
|
626 | + 'Firebrick' => [178, 34, 34], |
|
627 | + 'Fire Engine Red' => [206, 32, 41], |
|
628 | + 'Flame' => [226, 88, 34], |
|
629 | + 'Flamingo Pink' => [252, 142, 172], |
|
630 | + 'Flattery' => [107, 68, 35], |
|
631 | + 'Flavescent' => [247, 233, 142], |
|
632 | + 'Flax' => [238, 220, 130], |
|
633 | + 'Flirt' => [162, 0, 109], |
|
634 | + 'Floral White' => [255, 250, 240], |
|
635 | + 'Fluorescent Orange' => [255, 191, 0], |
|
636 | + 'Fluorescent Pink' => [255, 20, 147], |
|
637 | + 'Fluorescent Yellow' => [204, 255, 0], |
|
638 | + 'Folly' => [255, 0, 79], |
|
639 | + 'Forest Green (Traditional)' => [1, 68, 33], |
|
640 | + 'Forest Green (Web)' => [34, 139, 34], |
|
641 | + 'French Beige' => [166, 123, 91], |
|
642 | + 'French Bistre' => [133, 109, 77], |
|
643 | + 'French Blue' => [0, 114, 187], |
|
644 | + 'French Fuchsia' => [253, 63, 146], |
|
645 | + 'French Lilac' => [134, 96, 142], |
|
646 | + 'French Lime' => [158, 253, 56], |
|
647 | + 'French Mauve' => [212, 115, 212], |
|
648 | + 'French Pink' => [253, 108, 158], |
|
649 | + 'French Plum' => [129, 20, 83], |
|
650 | + 'French Puce' => [78, 22, 9], |
|
651 | + 'French Raspberry' => [199, 44, 72], |
|
652 | + 'French Rose' => [246, 74, 138], |
|
653 | + 'French Sky Blue' => [119, 181, 254], |
|
654 | + 'French Violet' => [136, 6, 206], |
|
655 | + 'French Wine' => [172, 30, 68], |
|
656 | + 'Fresh Air' => [166, 231, 255], |
|
657 | + 'Fuchsia' => [255, 0, 255], |
|
658 | + 'Fuchsia (Crayola)' => [193, 84, 193], |
|
659 | + 'Fuchsia Pink' => [255, 119, 255], |
|
660 | + 'Fuchsia Purple' => [204, 57, 123], |
|
661 | + 'Fuchsia Rose' => [199, 67, 117], |
|
662 | + 'Fulvous' => [228, 132, 0], |
|
663 | + 'Fuzzy Wuzzy' => [204, 102, 102], |
|
664 | + 'Gainsboro' => [220, 220, 220], |
|
665 | + 'Gamboge' => [228, 155, 15], |
|
666 | + 'Gamboge Orange (Brown)' => [153, 102, 0], |
|
667 | + 'Generic Viridian' => [0, 127, 102], |
|
668 | + 'Ghost White' => [248, 248, 255], |
|
669 | + 'Giants Orange' => [254, 90, 29], |
|
670 | + 'Ginger' => [176, 101, 0], |
|
671 | + 'Glaucous' => [96, 130, 182], |
|
672 | + 'Glitter' => [230, 232, 250], |
|
673 | + 'GO Green' => [0, 171, 102], |
|
674 | + 'Gold (Metallic)' => [212, 175, 55], |
|
675 | + 'Gold (Web) (Golden)' => [255, 215, 0], |
|
676 | + 'Gold Fusion' => [133, 117, 78], |
|
677 | + 'Golden Brown' => [153, 101, 21], |
|
678 | + 'Golden Poppy' => [252, 194, 0], |
|
679 | + 'Golden Yellow' => [255, 223, 0], |
|
680 | + 'Goldenrod' => [218, 165, 32], |
|
681 | + 'Granny Smith Apple' => [168, 228, 160], |
|
682 | + 'Grape' => [111, 45, 168], |
|
683 | + 'Gray' => [128, 128, 128], |
|
684 | + 'Gray (HTML/CSS Gray)' => [128, 128, 128], |
|
685 | + 'Gray (X11 Gray)' => [190, 190, 190], |
|
686 | + 'Gray-Asparagus' => [70, 89, 69], |
|
687 | + 'Gray-Blue' => [140, 146, 172], |
|
688 | + 'Green (Color Wheel) (X11 Green)' => [0, 255, 0], |
|
689 | + 'Green (Crayola)' => [28, 172, 120], |
|
690 | + 'Green (HTML/CSS Color)' => [0, 128, 0], |
|
691 | + 'Green (Munsell)' => [0, 168, 119], |
|
692 | + 'Green (NCS)' => [0, 159, 107], |
|
693 | + 'Green (Pantone)' => [0, 173, 67], |
|
694 | + 'Green (Pigment)' => [0, 165, 80], |
|
695 | + 'Green (RYB)' => [102, 176, 50], |
|
696 | + 'Green-Blue' => [17, 100, 180], |
|
697 | + 'Green-Cyan' => [0, 153, 102], |
|
698 | + 'Green-Yellow' => [173, 255, 47], |
|
699 | + 'Grizzly' => [136, 88, 24], |
|
700 | + 'Grullo' => [169, 154, 134], |
|
701 | + 'Guppie Green' => [0, 255, 127], |
|
702 | + 'Gunmetal' => [42, 52, 57], |
|
703 | + 'Halayà Úbe' => [102, 56, 84], |
|
704 | + 'Han Blue' => [68, 108, 207], |
|
705 | + 'Han Purple' => [82, 24, 250], |
|
706 | + 'Hansa Yellow' => [233, 214, 107], |
|
707 | + 'Harlequin' => [63, 255, 0], |
|
708 | + 'Harlequin Green' => [70, 203, 24], |
|
709 | + 'Harvard Crimson' => [201, 0, 22], |
|
710 | + 'Harvest Gold' => [218, 145, 0], |
|
711 | + 'Heart Gold' => [128, 128, 0], |
|
712 | + 'Heliotrope' => [223, 115, 255], |
|
713 | + 'Heliotrope Gray' => [170, 152, 169], |
|
714 | + 'Heliotrope Magenta' => [170, 0, 187], |
|
715 | + 'Hollywood Cerise' => [244, 0, 161], |
|
716 | + 'Honeydew' => [240, 255, 240], |
|
717 | + 'Honolulu Blue' => [0, 109, 176], |
|
718 | + 'Hooker\'s Green' => [73, 121, 107], |
|
719 | + 'Hot Magenta' => [255, 29, 206], |
|
720 | + 'Hot Pink' => [255, 105, 180], |
|
721 | + 'Hunter Green' => [53, 94, 59], |
|
722 | + 'Iceberg' => [113, 166, 210], |
|
723 | + 'Icterine' => [252, 247, 94], |
|
724 | + 'Illuminating Emerald' => [49, 145, 119], |
|
725 | + 'Imperial' => [96, 47, 107], |
|
726 | + 'Imperial Blue' => [0, 35, 149], |
|
727 | + 'Imperial Purple' => [102, 2, 60], |
|
728 | + 'Imperial Red' => [237, 41, 57], |
|
729 | + 'Inchworm' => [178, 236, 93], |
|
730 | + 'Independence' => [76, 81, 109], |
|
731 | + 'India Green' => [19, 136, 8], |
|
732 | + 'Indian Red' => [205, 92, 92], |
|
733 | + 'Indian Yellow' => [227, 168, 87], |
|
734 | + 'Indigo' => [75, 0, 130], |
|
735 | + 'Indigo Dye' => [9, 31, 146], |
|
736 | + 'Indigo (Web)' => [75, 0, 130], |
|
737 | + 'International Klein Blue' => [0, 47, 167], |
|
738 | + 'International Orange (Aerospace)' => [255, 79, 0], |
|
739 | + 'International Orange (Engineering)' => [186, 22, 12], |
|
740 | + 'International Orange (Golden Gate Bridge)' => [192, 54, 44], |
|
741 | + 'Iris' => [90, 79, 207], |
|
742 | + 'Irresistible' => [179, 68, 108], |
|
743 | + 'Isabelline' => [244, 240, 236], |
|
744 | + 'Islamic Green' => [0, 144, 0], |
|
745 | + 'Italian Sky Blue' => [178, 255, 255], |
|
746 | + 'Ivory' => [255, 255, 240], |
|
747 | + 'Jade' => [0, 168, 107], |
|
748 | + 'Japanese Carmine' => [157, 41, 51], |
|
749 | + 'Japanese Indigo' => [38, 67, 72], |
|
750 | + 'Japanese Violet' => [91, 50, 86], |
|
751 | + 'Jasmine' => [248, 222, 126], |
|
752 | + 'Jasper' => [215, 59, 62], |
|
753 | + 'Jazzberry Jam' => [165, 11, 94], |
|
754 | + 'Jelly Bean' => [218, 97, 78], |
|
755 | + 'Jet' => [52, 52, 52], |
|
756 | + 'Jonquil' => [244, 202, 22], |
|
757 | + 'Jordy Blue' => [138, 185, 241], |
|
758 | + 'June Bud' => [189, 218, 87], |
|
759 | + 'Jungle Green' => [41, 171, 135], |
|
760 | + 'Kelly Green' => [76, 187, 23], |
|
761 | + 'Kenyan Copper' => [124, 28, 5], |
|
762 | + 'Keppel' => [58, 176, 158], |
|
763 | + 'Khaki (HTML/CSS) (Khaki)' => [195, 176, 145], |
|
764 | + 'Khaki (X11) (Light Khaki)' => [240, 230, 140], |
|
765 | + 'Kobe' => [136, 45, 23], |
|
766 | + 'Kobi' => [231, 159, 196], |
|
767 | + 'Kobicha' => [107, 68, 35], |
|
768 | + 'Kombu Green' => [53, 66, 48], |
|
769 | + 'KU Crimson' => [232, 0, 13], |
|
770 | + 'La Salle Green' => [8, 120, 48], |
|
771 | + 'Languid Lavender' => [214, 202, 221], |
|
772 | + 'Lapis Lazuli' => [38, 97, 156], |
|
773 | + 'Laser Lemon' => [255, 255, 102], |
|
774 | + 'Laurel Green' => [169, 186, 157], |
|
775 | + 'Lava' => [207, 16, 32], |
|
776 | + 'Lavender (Floral)' => [181, 126, 220], |
|
777 | + 'Lavender (Web)' => [230, 230, 250], |
|
778 | + 'Lavender Blue' => [204, 204, 255], |
|
779 | + 'Lavender Blush' => [255, 240, 245], |
|
780 | + 'Lavender Gray' => [196, 195, 208], |
|
781 | + 'Lavender Indigo' => [148, 87, 235], |
|
782 | + 'Lavender Magenta' => [238, 130, 238], |
|
783 | + 'Lavender Mist' => [230, 230, 250], |
|
784 | + 'Lavender Pink' => [251, 174, 210], |
|
785 | + 'Lavender Purple' => [150, 123, 182], |
|
786 | + 'Lavender Rose' => [251, 160, 227], |
|
787 | + 'Lawn Green' => [124, 252, 0], |
|
788 | + 'Lemon' => [255, 247, 0], |
|
789 | + 'Lemon Chiffon' => [255, 250, 205], |
|
790 | + 'Lemon Curry' => [204, 160, 29], |
|
791 | + 'Lemon Glacier' => [253, 255, 0], |
|
792 | + 'Lemon Lime' => [227, 255, 0], |
|
793 | + 'Lemon Meringue' => [246, 234, 190], |
|
794 | + 'Lemon Yellow' => [255, 244, 79], |
|
795 | + 'Lenurple' => [186, 147, 216], |
|
796 | + 'Licorice' => [26, 17, 16], |
|
797 | + 'Liberty' => [84, 90, 167], |
|
798 | + 'Light Apricot' => [253, 213, 177], |
|
799 | + 'Light Blue' => [173, 216, 230], |
|
800 | + 'Light Brilliant Red' => [254, 46, 46], |
|
801 | + 'Light Brown' => [181, 101, 29], |
|
802 | + 'Light Carmine Pink' => [230, 103, 113], |
|
803 | + 'Light Cobalt Blue' => [136, 172, 224], |
|
804 | + 'Light Coral' => [240, 128, 128], |
|
805 | + 'Light Cornflower Blue' => [147, 204, 234], |
|
806 | + 'Light Crimson' => [245, 105, 145], |
|
807 | + 'Light Cyan' => [224, 255, 255], |
|
808 | + 'Light Deep Pink' => [255, 92, 205], |
|
809 | + 'Light French Beige' => [200, 173, 127], |
|
810 | + 'Light Fuchsia Pink' => [249, 132, 239], |
|
811 | + 'Light Goldenrod Yellow' => [250, 250, 210], |
|
812 | + 'Light Gray' => [211, 211, 211], |
|
813 | + 'Light Grayish Magenta' => [204, 153, 204], |
|
814 | + 'Light Green' => [144, 238, 144], |
|
815 | + 'Light Hot Pink' => [255, 179, 222], |
|
816 | + 'Light Khaki' => [240, 230, 140], |
|
817 | + 'Light Medium Orchid' => [211, 155, 203], |
|
818 | + 'Light Moss Green' => [173, 223, 173], |
|
819 | + 'Light Orchid' => [230, 168, 215], |
|
820 | + 'Light Pastel Purple' => [177, 156, 217], |
|
821 | + 'Light Pink' => [255, 182, 193], |
|
822 | + 'Light Red Ochre' => [233, 116, 81], |
|
823 | + 'Light Salmon' => [255, 160, 122], |
|
824 | + 'Light Salmon Pink' => [255, 153, 153], |
|
825 | + 'Light Sea Green' => [32, 178, 170], |
|
826 | + 'Light Sky Blue' => [135, 206, 250], |
|
827 | + 'Light Slate Gray' => [119, 136, 153], |
|
828 | + 'Light Steel Blue' => [176, 196, 222], |
|
829 | + 'Light Taupe' => [179, 139, 109], |
|
830 | + 'Light Thulian Pink' => [230, 143, 172], |
|
831 | + 'Light Yellow' => [255, 255, 224], |
|
832 | + 'Lilac' => [200, 162, 200], |
|
833 | + 'Lime (Color Wheel)' => [191, 255, 0], |
|
834 | + 'Lime (Web) (X11 Green)' => [0, 255, 0], |
|
835 | + 'Lime Green' => [50, 205, 50], |
|
836 | + 'Limerick' => [157, 194, 9], |
|
837 | + 'Lincoln Green' => [25, 89, 5], |
|
838 | + 'Linen' => [250, 240, 230], |
|
839 | + 'Lion' => [193, 154, 107], |
|
840 | + 'Liseran Purple' => [222, 111, 161], |
|
841 | + 'Little Boy Blue' => [108, 160, 220], |
|
842 | + 'Liver' => [103, 76, 71], |
|
843 | + 'Liver (Dogs)' => [184, 109, 41], |
|
844 | + 'Liver (Organ)' => [108, 46, 31], |
|
845 | + 'Liver Chestnut' => [152, 116, 86], |
|
846 | + 'Livid' => [102, 153, 204], |
|
847 | + 'Lumber' => [255, 228, 205], |
|
848 | + 'Lust' => [230, 32, 32], |
|
849 | + 'Macaroni And Cheese' => [255, 189, 136], |
|
850 | + 'Magenta' => [255, 0, 255], |
|
851 | + 'Magenta (Crayola)' => [255, 85, 163], |
|
852 | + 'Magenta (Dye)' => [202, 31, 123], |
|
853 | + 'Magenta (Pantone)' => [208, 65, 126], |
|
854 | + 'Magenta (Process)' => [255, 0, 144], |
|
855 | + 'Magenta Haze' => [159, 69, 118], |
|
856 | + 'Magenta-Pink' => [204, 51, 139], |
|
857 | + 'Magic Mint' => [170, 240, 209], |
|
858 | + 'Magnolia' => [248, 244, 255], |
|
859 | + 'Mahogany' => [192, 64, 0], |
|
860 | + 'Maize' => [251, 236, 93], |
|
861 | + 'Majorelle Blue' => [96, 80, 220], |
|
862 | + 'Malachite' => [11, 218, 81], |
|
863 | + 'Manatee' => [151, 154, 170], |
|
864 | + 'Mango Tango' => [255, 130, 67], |
|
865 | + 'Mantis' => [116, 195, 101], |
|
866 | + 'Mardi Gras' => [136, 0, 133], |
|
867 | + 'Marigold' => [234, 162, 33], |
|
868 | + 'Maroon (Crayola)' => [195, 33, 72], |
|
869 | + 'Maroon (HTML/CSS)' => [128, 0, 0], |
|
870 | + 'Maroon (X11)' => [176, 48, 96], |
|
871 | + 'Mauve' => [224, 176, 255], |
|
872 | + 'Mauve Taupe' => [145, 95, 109], |
|
873 | + 'Mauvelous' => [239, 152, 170], |
|
874 | + 'May Green' => [76, 145, 65], |
|
875 | + 'Maya Blue' => [115, 194, 251], |
|
876 | + 'Meat Brown' => [229, 183, 59], |
|
877 | + 'Medium Aquamarine' => [102, 221, 170], |
|
878 | + 'Medium Blue' => [0, 0, 205], |
|
879 | + 'Medium Candy Apple Red' => [226, 6, 44], |
|
880 | + 'Medium Carmine' => [175, 64, 53], |
|
881 | + 'Medium Champagne' => [243, 229, 171], |
|
882 | + 'Medium Electric Blue' => [3, 80, 150], |
|
883 | + 'Medium Jungle Green' => [28, 53, 45], |
|
884 | + 'Medium Lavender Magenta' => [221, 160, 221], |
|
885 | + 'Medium Orchid' => [186, 85, 211], |
|
886 | + 'Medium Persian Blue' => [0, 103, 165], |
|
887 | + 'Medium Purple' => [147, 112, 219], |
|
888 | + 'Medium Red-Violet' => [187, 51, 133], |
|
889 | + 'Medium Ruby' => [170, 64, 105], |
|
890 | + 'Medium Sea Green' => [60, 179, 113], |
|
891 | + 'Medium Sky Blue' => [128, 218, 235], |
|
892 | + 'Medium Slate Blue' => [123, 104, 238], |
|
893 | + 'Medium Spring Bud' => [201, 220, 135], |
|
894 | + 'Medium Spring Green' => [0, 250, 154], |
|
895 | + 'Medium Taupe' => [103, 76, 71], |
|
896 | + 'Medium Turquoise' => [72, 209, 204], |
|
897 | + 'Medium Tuscan Red' => [121, 68, 59], |
|
898 | + 'Medium Vermilion' => [217, 96, 59], |
|
899 | + 'Medium Violet-Red' => [199, 21, 133], |
|
900 | + 'Mellow Apricot' => [248, 184, 120], |
|
901 | + 'Mellow Yellow' => [248, 222, 126], |
|
902 | + 'Melon' => [253, 188, 180], |
|
903 | + 'Metallic Seaweed' => [10, 126, 140], |
|
904 | + 'Metallic Sunburst' => [156, 124, 56], |
|
905 | + 'Mexican Pink' => [228, 0, 124], |
|
906 | + 'Midnight Blue' => [25, 25, 112], |
|
907 | + 'Midnight Green (Eagle Green)' => [0, 73, 83], |
|
908 | + 'Mikado Yellow' => [255, 196, 12], |
|
909 | + 'Mindaro' => [227, 249, 136], |
|
910 | + 'Ming' => [54, 116, 125], |
|
911 | + 'Mint' => [62, 180, 137], |
|
912 | + 'Mint Cream' => [245, 255, 250], |
|
913 | + 'Mint Green' => [152, 255, 152], |
|
914 | + 'Misty Rose' => [255, 228, 225], |
|
915 | + 'Moccasin' => [250, 235, 215], |
|
916 | + 'Mode Beige' => [150, 113, 23], |
|
917 | + 'Moonstone Blue' => [115, 169, 194], |
|
918 | + 'Mordant Red 19' => [174, 12, 0], |
|
919 | + 'Moss Green' => [138, 154, 91], |
|
920 | + 'Mountain Meadow' => [48, 186, 143], |
|
921 | + 'Mountbatten Pink' => [153, 122, 141], |
|
922 | + 'MSU Green' => [24, 69, 59], |
|
923 | + 'Mughal Green' => [48, 96, 48], |
|
924 | + 'Mulberry' => [197, 75, 140], |
|
925 | + 'Mustard' => [255, 219, 88], |
|
926 | + 'Myrtle Green' => [49, 120, 115], |
|
927 | + 'Nadeshiko Pink' => [246, 173, 198], |
|
928 | + 'Napier Green' => [42, 128, 0], |
|
929 | + 'Naples Yellow' => [250, 218, 94], |
|
930 | + 'Navajo White' => [255, 222, 173], |
|
931 | + 'Navy' => [0, 0, 128], |
|
932 | + 'Navy Purple' => [148, 87, 235], |
|
933 | + 'Neon Carrot' => [255, 163, 67], |
|
934 | + 'Neon Fuchsia' => [254, 65, 100], |
|
935 | + 'Neon Green' => [57, 255, 20], |
|
936 | + 'New Car' => [33, 79, 198], |
|
937 | + 'New York Pink' => [215, 131, 127], |
|
938 | + 'Non-Photo Blue' => [164, 221, 237], |
|
939 | + 'North Texas Green' => [5, 144, 51], |
|
940 | + 'Nyanza' => [233, 255, 219], |
|
941 | + 'Ocean Boat Blue' => [0, 119, 190], |
|
942 | + 'Ochre' => [204, 119, 34], |
|
943 | + 'Office Green' => [0, 128, 0], |
|
944 | + 'Old Burgundy' => [67, 48, 46], |
|
945 | + 'Old Gold' => [207, 181, 59], |
|
946 | + 'Old Heliotrope' => [86, 60, 92], |
|
947 | + 'Old Lace' => [253, 245, 230], |
|
948 | + 'Old Lavender' => [121, 104, 120], |
|
949 | + 'Old Mauve' => [103, 49, 71], |
|
950 | + 'Old Moss Green' => [134, 126, 54], |
|
951 | + 'Old Rose' => [192, 128, 129], |
|
952 | + 'Old Silver' => [132, 132, 130], |
|
953 | + 'Olive' => [128, 128, 0], |
|
954 | + 'Olive Drab (' => [107, 142, 35], |
|
955 | + 'Olive Drab' => [60, 52, 31], |
|
956 | + 'Olivine' => [154, 185, 115], |
|
957 | + 'Onyx' => [53, 56, 57], |
|
958 | + 'Opera Mauve' => [183, 132, 167], |
|
959 | + 'Orange (Color Wheel)' => [255, 127, 0], |
|
960 | + 'Orange (Crayola)' => [255, 117, 56], |
|
961 | + 'Orange (Pantone)' => [255, 88, 0], |
|
962 | + 'Orange (RYB)' => [251, 153, 2], |
|
963 | + 'Orange (Web)' => [255, 165, 0], |
|
964 | + 'Orange Peel' => [255, 159, 0], |
|
965 | + 'Orange-Red' => [255, 69, 0], |
|
966 | + 'Orange-Yellow' => [248, 213, 104], |
|
967 | + 'Orchid' => [218, 112, 214], |
|
968 | + 'Orchid Pink' => [242, 189, 205], |
|
969 | + 'Orioles Orange' => [251, 79, 20], |
|
970 | + 'Otter Brown' => [101, 67, 33], |
|
971 | + 'Outer Space' => [65, 74, 76], |
|
972 | + 'Outrageous Orange' => [255, 110, 74], |
|
973 | + 'Oxford Blue' => [0, 33, 71], |
|
974 | + 'OU Crimson Red' => [153, 0, 0], |
|
975 | + 'Pacific Blue' => [28, 169, 201], |
|
976 | + 'Pakistan Green' => [0, 102, 0], |
|
977 | + 'Palatinate Blue' => [39, 59, 226], |
|
978 | + 'Palatinate Purple' => [104, 40, 96], |
|
979 | + 'Pale Aqua' => [188, 212, 230], |
|
980 | + 'Pale Blue' => [175, 238, 238], |
|
981 | + 'Pale Brown' => [152, 118, 84], |
|
982 | + 'Pale Carmine' => [175, 64, 53], |
|
983 | + 'Pale Cerulean' => [155, 196, 226], |
|
984 | + 'Pale Chestnut' => [221, 173, 175], |
|
985 | + 'Pale Copper' => [218, 138, 103], |
|
986 | + 'Pale Cornflower Blue' => [171, 205, 239], |
|
987 | + 'Pale Cyan' => [135, 211, 248], |
|
988 | + 'Pale Gold' => [230, 190, 138], |
|
989 | + 'Pale Goldenrod' => [238, 232, 170], |
|
990 | + 'Pale Green' => [152, 251, 152], |
|
991 | + 'Pale Lavender' => [220, 208, 255], |
|
992 | + 'Pale Magenta' => [249, 132, 229], |
|
993 | + 'Pale Magenta-Pink' => [255, 153, 204], |
|
994 | + 'Pale Pink' => [250, 218, 221], |
|
995 | + 'Pale Plum' => [221, 160, 221], |
|
996 | + 'Pale Red-Violet' => [219, 112, 147], |
|
997 | + 'Pale Robin Egg Blue' => [150, 222, 209], |
|
998 | + 'Pale Silver' => [201, 192, 187], |
|
999 | + 'Pale Spring Bud' => [236, 235, 189], |
|
1000 | + 'Pale Taupe' => [188, 152, 126], |
|
1001 | + 'Pale Turquoise' => [175, 238, 238], |
|
1002 | + 'Pale Violet' => [204, 153, 255], |
|
1003 | + 'Pale Violet-Red' => [219, 112, 147], |
|
1004 | + 'Pansy Purple' => [120, 24, 74], |
|
1005 | + 'Paolo Veronese Green' => [0, 155, 125], |
|
1006 | + 'Papaya Whip' => [255, 239, 213], |
|
1007 | + 'Paradise Pink' => [230, 62, 98], |
|
1008 | + 'Paris Green' => [80, 200, 120], |
|
1009 | + 'Pastel Blue' => [174, 198, 207], |
|
1010 | + 'Pastel Brown' => [131, 105, 83], |
|
1011 | + 'Pastel Gray' => [207, 207, 196], |
|
1012 | + 'Pastel Green' => [119, 221, 119], |
|
1013 | + 'Pastel Magenta' => [244, 154, 194], |
|
1014 | + 'Pastel Orange' => [255, 179, 71], |
|
1015 | + 'Pastel Pink' => [222, 165, 164], |
|
1016 | + 'Pastel Purple' => [179, 158, 181], |
|
1017 | + 'Pastel Red' => [255, 105, 97], |
|
1018 | + 'Pastel Violet' => [203, 153, 201], |
|
1019 | + 'Pastel Yellow' => [253, 253, 150], |
|
1020 | + 'Patriarch' => [128, 0, 128], |
|
1021 | + 'Payne\'s Grey' => [83, 104, 120], |
|
1022 | + 'Peach' => [255, 203, 164], |
|
1023 | + 'Peach-Orange' => [255, 204, 153], |
|
1024 | + 'Peach Puff' => [255, 218, 185], |
|
1025 | + 'Peach-Yellow' => [250, 223, 173], |
|
1026 | + 'Pear' => [209, 226, 49], |
|
1027 | + 'Pearl' => [234, 224, 200], |
|
1028 | + 'Pearl Aqua' => [136, 216, 192], |
|
1029 | + 'Pearly Purple' => [183, 104, 162], |
|
1030 | + 'Peridot' => [230, 226, 0], |
|
1031 | + 'Periwinkle' => [204, 204, 255], |
|
1032 | + 'Permanent Geranium Lake' => [225, 44, 44], |
|
1033 | + 'Persian Blue' => [28, 57, 187], |
|
1034 | + 'Persian Green' => [0, 166, 147], |
|
1035 | + 'Persian Indigo' => [50, 18, 122], |
|
1036 | + 'Persian Orange' => [217, 144, 88], |
|
1037 | + 'Persian Pink' => [247, 127, 190], |
|
1038 | + 'Persian Plum' => [112, 28, 28], |
|
1039 | + 'Persian Red' => [204, 51, 51], |
|
1040 | + 'Persian Rose' => [254, 40, 162], |
|
1041 | + 'Persimmon' => [236, 88, 0], |
|
1042 | + 'Peru' => [205, 133, 63], |
|
1043 | + 'Phlox' => [223, 0, 255], |
|
1044 | + 'Phthalo Blue' => [0, 15, 137], |
|
1045 | + 'Phthalo Green' => [18, 53, 36], |
|
1046 | + 'Picton Blue' => [69, 177, 232], |
|
1047 | + 'Pictorial Carmine' => [195, 11, 78], |
|
1048 | + 'Piggy Pink' => [253, 221, 230], |
|
1049 | + 'Pine Green' => [1, 121, 111], |
|
1050 | + 'Pineapple' => [86, 60, 92], |
|
1051 | + 'Pink' => [255, 192, 203], |
|
1052 | + 'Pink (Pantone)' => [215, 72, 148], |
|
1053 | + 'Pink Flamingo' => [252, 116, 253], |
|
1054 | + 'Pink Lace' => [255, 221, 244], |
|
1055 | + 'Pink Lavender' => [216, 178, 209], |
|
1056 | + 'Pink-Orange' => [255, 153, 102], |
|
1057 | + 'Pink Pearl' => [231, 172, 207], |
|
1058 | + 'Pink Raspberry' => [152, 0, 54], |
|
1059 | + 'Pink Sherbet' => [247, 143, 167], |
|
1060 | + 'Pistachio' => [147, 197, 114], |
|
1061 | + 'Platinum' => [229, 228, 226], |
|
1062 | + 'Plum' => [142, 69, 133], |
|
1063 | + 'Plum (Web)' => [221, 160, 221], |
|
1064 | + 'Pomp And Power' => [134, 96, 142], |
|
1065 | + 'Popstar' => [190, 79, 98], |
|
1066 | + 'Portland Orange' => [255, 90, 54], |
|
1067 | + 'Powder Blue' => [176, 224, 230], |
|
1068 | + 'Princeton Orange' => [245, 128, 37], |
|
1069 | + 'Prune' => [112, 28, 28], |
|
1070 | + 'Prussian Blue' => [0, 49, 83], |
|
1071 | + 'Psychedelic Purple' => [223, 0, 255], |
|
1072 | + 'Puce' => [204, 136, 153], |
|
1073 | + 'Puce Red' => [114, 47, 55], |
|
1074 | + 'Pullman Brown (UPS Brown)' => [100, 65, 23], |
|
1075 | + 'Pullman Green' => [59, 51, 28], |
|
1076 | + 'Pumpkin' => [255, 117, 24], |
|
1077 | + 'Purple (HTML)' => [128, 0, 128], |
|
1078 | + 'Purple (Munsell)' => [159, 0, 197], |
|
1079 | + 'Purple (X11)' => [160, 32, 240], |
|
1080 | + 'Purple Heart' => [105, 53, 156], |
|
1081 | + 'Purple Mountain Majesty' => [150, 120, 182], |
|
1082 | + 'Purple Navy' => [78, 81, 128], |
|
1083 | + 'Purple Pizzazz' => [254, 78, 218], |
|
1084 | + 'Purple Taupe' => [80, 64, 77], |
|
1085 | + 'Purpureus' => [154, 78, 174], |
|
1086 | + 'Quartz' => [81, 72, 79], |
|
1087 | + 'Queen Blue' => [67, 107, 149], |
|
1088 | + 'Queen Pink' => [232, 204, 215], |
|
1089 | + 'Quinacridone Magenta' => [142, 58, 89], |
|
1090 | + 'Rackley' => [93, 138, 168], |
|
1091 | + 'Radical Red' => [255, 53, 94], |
|
1092 | + 'Raisin Black' => [36, 33, 36], |
|
1093 | + 'Rajah' => [251, 171, 96], |
|
1094 | + 'Raspberry' => [227, 11, 93], |
|
1095 | + 'Raspberry Glace' => [145, 95, 109], |
|
1096 | + 'Raspberry Pink' => [226, 80, 152], |
|
1097 | + 'Raspberry Rose' => [179, 68, 108], |
|
1098 | + 'Raw Sienna' => [214, 138, 89], |
|
1099 | + 'Raw Umber' => [130, 102, 68], |
|
1100 | + 'Razzle Dazzle Rose' => [255, 51, 204], |
|
1101 | + 'Razzmatazz' => [227, 37, 107], |
|
1102 | + 'Razzmic Berry' => [141, 78, 133], |
|
1103 | + 'Rebecca Purple' => [102, 51, 153], |
|
1104 | + 'Red' => [255, 0, 0], |
|
1105 | + 'Red (Crayola)' => [238, 32, 77], |
|
1106 | + 'Red (Munsell)' => [242, 0, 60], |
|
1107 | + 'Red (NCS)' => [196, 2, 51], |
|
1108 | + 'Red (Pantone)' => [237, 41, 57], |
|
1109 | + 'Red (Pigment)' => [237, 28, 36], |
|
1110 | + 'Red (RYB)' => [254, 39, 18], |
|
1111 | + 'Red-Brown' => [165, 42, 42], |
|
1112 | + 'Red Devil' => [134, 1, 17], |
|
1113 | + 'Red-Orange' => [255, 83, 73], |
|
1114 | + 'Red-Purple' => [228, 0, 120], |
|
1115 | + 'Red-Violet' => [199, 21, 133], |
|
1116 | + 'Redwood' => [164, 90, 82], |
|
1117 | + 'Regalia' => [82, 45, 128], |
|
1118 | + 'Registration Black' => [0, 0, 0], |
|
1119 | + 'Resolution Blue' => [0, 35, 135], |
|
1120 | + 'Rhythm' => [119, 118, 150], |
|
1121 | + 'Rich Black' => [0, 64, 64], |
|
1122 | + 'Rich Black (FOGRA29)' => [1, 11, 19], |
|
1123 | + 'Rich Black (FOGRA39)' => [1, 2, 3], |
|
1124 | + 'Rich Brilliant Lavender' => [241, 167, 254], |
|
1125 | + 'Rich Carmine' => [215, 0, 64], |
|
1126 | + 'Rich Electric Blue' => [8, 146, 208], |
|
1127 | + 'Rich Lavender' => [167, 107, 207], |
|
1128 | + 'Rich Lilac' => [182, 102, 210], |
|
1129 | + 'Rich Maroon' => [176, 48, 96], |
|
1130 | + 'Rifle Green' => [68, 76, 56], |
|
1131 | + 'Roast Coffee' => [112, 66, 65], |
|
1132 | + 'Robin Egg Blue' => [0, 204, 204], |
|
1133 | + 'Rocket Metallic' => [138, 127, 128], |
|
1134 | + 'Roman Silver' => [131, 137, 150], |
|
1135 | + 'Rose' => [255, 0, 127], |
|
1136 | + 'Rose Bonbon' => [249, 66, 158], |
|
1137 | + 'Rose Ebony' => [103, 72, 70], |
|
1138 | + 'Rose Gold' => [183, 110, 121], |
|
1139 | + 'Rose Madder' => [227, 38, 54], |
|
1140 | + 'Rose Pink' => [255, 102, 204], |
|
1141 | + 'Rose Quartz' => [170, 152, 169], |
|
1142 | + 'Rose Red' => [194, 30, 86], |
|
1143 | + 'Rose Taupe' => [144, 93, 93], |
|
1144 | + 'Rose Vale' => [171, 78, 82], |
|
1145 | + 'Rosewood' => [101, 0, 11], |
|
1146 | + 'Rosso Corsa' => [212, 0, 0], |
|
1147 | + 'Rosy Brown' => [188, 143, 143], |
|
1148 | + 'Royal Azure' => [0, 56, 168], |
|
1149 | + 'Royal Blue' => [65, 105, 225], |
|
1150 | + 'Royal Fuchsia' => [202, 44, 146], |
|
1151 | + 'Royal Purple' => [120, 81, 169], |
|
1152 | + 'Royal Yellow' => [250, 218, 94], |
|
1153 | + 'Ruber' => [206, 70, 118], |
|
1154 | + 'Rubine Red' => [209, 0, 86], |
|
1155 | + 'Ruby' => [224, 17, 95], |
|
1156 | + 'Ruby Red' => [155, 17, 30], |
|
1157 | + 'Ruddy' => [255, 0, 40], |
|
1158 | + 'Ruddy Brown' => [187, 101, 40], |
|
1159 | + 'Ruddy Pink' => [225, 142, 150], |
|
1160 | + 'Rufous' => [168, 28, 7], |
|
1161 | + 'Russet' => [128, 70, 27], |
|
1162 | + 'Russian Green' => [103, 146, 103], |
|
1163 | + 'Russian Violet' => [50, 23, 77], |
|
1164 | + 'Rust' => [183, 65, 14], |
|
1165 | + 'Rusty Red' => [218, 44, 67], |
|
1166 | + 'Sacramento State Green' => [0, 86, 63], |
|
1167 | + 'Saddle Brown' => [139, 69, 19], |
|
1168 | + 'Safety Orange' => [255, 120, 0], |
|
1169 | + 'Safety Orange (Blaze Orange)' => [255, 103, 0], |
|
1170 | + 'Safety Yellow' => [238, 210, 2], |
|
1171 | + 'Saffron' => [244, 196, 48], |
|
1172 | + 'Sage' => [188, 184, 138], |
|
1173 | + 'St. Patrick\'s Blue' => [35, 41, 122], |
|
1174 | + 'Salmon' => [250, 128, 114], |
|
1175 | + 'Salmon Pink' => [255, 145, 164], |
|
1176 | + 'Sand' => [194, 178, 128], |
|
1177 | + 'Sand Dune' => [150, 113, 23], |
|
1178 | + 'Sandstorm' => [236, 213, 64], |
|
1179 | + 'Sandy Brown' => [244, 164, 96], |
|
1180 | + 'Sandy Taupe' => [150, 113, 23], |
|
1181 | + 'Sangria' => [146, 0, 10], |
|
1182 | + 'Sap Green' => [80, 125, 42], |
|
1183 | + 'Sapphire' => [15, 82, 186], |
|
1184 | + 'Sapphire Blue' => [0, 103, 165], |
|
1185 | + 'Satin Sheen Gold' => [203, 161, 53], |
|
1186 | + 'Scarlet' => [253, 14, 53], |
|
1187 | + 'Schauss Pink' => [255, 145, 175], |
|
1188 | + 'School Bus Yellow' => [255, 216, 0], |
|
1189 | + 'Screamin\' Green' => [118, 255, 122], |
|
1190 | + 'Sea Blue' => [0, 105, 148], |
|
1191 | + 'Sea Green' => [46, 139, 87], |
|
1192 | + 'Seal Brown' => [89, 38, 11], |
|
1193 | + 'Seashell' => [255, 245, 238], |
|
1194 | + 'Selective Yellow' => [255, 186, 0], |
|
1195 | + 'Sepia' => [112, 66, 20], |
|
1196 | + 'Shadow' => [138, 121, 93], |
|
1197 | + 'Shadow Blue' => [119, 139, 165], |
|
1198 | + 'Shampoo' => [255, 207, 241], |
|
1199 | + 'Shamrock Green' => [0, 158, 96], |
|
1200 | + 'Sheen Green' => [143, 212, 0], |
|
1201 | + 'Shimmering Blush' => [217, 134, 149], |
|
1202 | + 'Shocking Pink' => [252, 15, 192], |
|
1203 | + 'Shocking Pink (Crayola)' => [255, 111, 255], |
|
1204 | + 'Sienna' => [136, 45, 23], |
|
1205 | + 'Silver' => [192, 192, 192], |
|
1206 | + 'Silver Chalice' => [172, 172, 172], |
|
1207 | + 'Silver Lake Blue' => [93, 137, 186], |
|
1208 | + 'Silver Pink' => [196, 174, 173], |
|
1209 | + 'Silver Sand' => [191, 193, 194], |
|
1210 | + 'Sinopia' => [203, 65, 11], |
|
1211 | + 'Skobeloff' => [0, 116, 116], |
|
1212 | + 'Sky Blue' => [135, 206, 235], |
|
1213 | + 'Sky Magenta' => [207, 113, 175], |
|
1214 | + 'Slate Blue' => [106, 90, 205], |
|
1215 | + 'Slate Gray' => [112, 128, 144], |
|
1216 | + 'Smalt (Dark Powder Blue)' => [0, 51, 153], |
|
1217 | + 'Smitten' => [200, 65, 134], |
|
1218 | + 'Smoke' => [115, 130, 118], |
|
1219 | + 'Smoky Black' => [16, 12, 8], |
|
1220 | + 'Smoky Topaz' => [147, 61, 65], |
|
1221 | + 'Snow' => [255, 250, 250], |
|
1222 | + 'Soap' => [206, 200, 239], |
|
1223 | + 'Solid Pink' => [137, 56, 67], |
|
1224 | + 'Sonic Silver' => [117, 117, 117], |
|
1225 | + 'Spartan Crimson' => [158, 19, 22], |
|
1226 | + 'Space Cadet' => [29, 41, 81], |
|
1227 | + 'Spanish Bistre' => [128, 117, 50], |
|
1228 | + 'Spanish Blue' => [0, 112, 184], |
|
1229 | + 'Spanish Carmine' => [209, 0, 71], |
|
1230 | + 'Spanish Crimson' => [229, 26, 76], |
|
1231 | + 'Spanish Gray' => [152, 152, 152], |
|
1232 | + 'Spanish Green' => [0, 145, 80], |
|
1233 | + 'Spanish Orange' => [232, 97, 0], |
|
1234 | + 'Spanish Pink' => [247, 191, 190], |
|
1235 | + 'Spanish Red' => [230, 0, 38], |
|
1236 | + 'Spanish Sky Blue' => [0, 255, 255], |
|
1237 | + 'Spanish Violet' => [76, 40, 130], |
|
1238 | + 'Spanish Viridian' => [0, 127, 92], |
|
1239 | + 'Spicy Mix' => [139, 95, 77], |
|
1240 | + 'Spiro Disco Ball' => [15, 192, 252], |
|
1241 | + 'Spring Bud' => [167, 252, 0], |
|
1242 | + 'Spring Green' => [0, 255, 127], |
|
1243 | + 'Star Command Blue' => [0, 123, 184], |
|
1244 | + 'Steel Blue' => [70, 130, 180], |
|
1245 | + 'Steel Pink' => [204, 51, 204], |
|
1246 | + 'Stil De Grain Yellow' => [250, 218, 94], |
|
1247 | + 'Stizza' => [153, 0, 0], |
|
1248 | + 'Stormcloud' => [79, 102, 106], |
|
1249 | + 'Straw' => [228, 217, 111], |
|
1250 | + 'Strawberry' => [252, 90, 141], |
|
1251 | + 'Sunglow' => [255, 204, 51], |
|
1252 | + 'Sunray' => [227, 171, 87], |
|
1253 | + 'Sunset' => [250, 214, 165], |
|
1254 | + 'Sunset Orange' => [253, 94, 83], |
|
1255 | + 'Super Pink' => [207, 107, 169], |
|
1256 | + 'Tan' => [210, 180, 140], |
|
1257 | + 'Tangelo' => [249, 77, 0], |
|
1258 | + 'Tangerine' => [242, 133, 0], |
|
1259 | + 'Tangerine Yellow' => [255, 204, 0], |
|
1260 | + 'Tango Pink' => [228, 113, 122], |
|
1261 | + 'Taupe' => [72, 60, 50], |
|
1262 | + 'Taupe Gray' => [139, 133, 137], |
|
1263 | + 'Tea Green' => [208, 240, 192], |
|
1264 | + 'Tea Rose' => [244, 194, 194], |
|
1265 | + 'Teal' => [0, 128, 128], |
|
1266 | + 'Teal Blue' => [54, 117, 136], |
|
1267 | + 'Teal Deer' => [153, 230, 179], |
|
1268 | + 'Teal Green' => [0, 130, 127], |
|
1269 | + 'Telemagenta' => [207, 52, 118], |
|
1270 | + 'Tenné' => [205, 87, 0], |
|
1271 | + 'Terra Cotta' => [226, 114, 91], |
|
1272 | + 'Thistle' => [216, 191, 216], |
|
1273 | + 'Thulian Pink' => [222, 111, 161], |
|
1274 | + 'Tickle Me Pink' => [252, 137, 172], |
|
1275 | + 'Tiffany Blue' => [10, 186, 181], |
|
1276 | + 'Tiger\'s Eye' => [224, 141, 60], |
|
1277 | + 'Timberwolf' => [219, 215, 210], |
|
1278 | + 'Titanium Yellow' => [238, 230, 0], |
|
1279 | + 'Tomato' => [255, 99, 71], |
|
1280 | + 'Toolbox' => [116, 108, 192], |
|
1281 | + 'Topaz' => [255, 200, 124], |
|
1282 | + 'Tractor Red' => [253, 14, 53], |
|
1283 | + 'Trolley Grey' => [128, 128, 128], |
|
1284 | + 'Tropical Rain Forest' => [0, 117, 94], |
|
1285 | + 'Tropical Violet' => [205, 164, 222], |
|
1286 | + 'True Blue' => [0, 115, 207], |
|
1287 | + 'Tufts Blue' => [65, 125, 193], |
|
1288 | + 'Tulip' => [255, 135, 141], |
|
1289 | + 'Tumbleweed' => [222, 170, 136], |
|
1290 | + 'Turkish Rose' => [181, 114, 129], |
|
1291 | + 'Turquoise' => [64, 224, 208], |
|
1292 | + 'Turquoise Blue' => [0, 255, 239], |
|
1293 | + 'Turquoise Green' => [160, 214, 180], |
|
1294 | + 'Tuscan' => [250, 214, 165], |
|
1295 | + 'Tuscan Brown' => [111, 78, 55], |
|
1296 | + 'Tuscan Red' => [124, 72, 72], |
|
1297 | + 'Tuscan Tan' => [166, 123, 91], |
|
1298 | + 'Tuscany' => [192, 153, 153], |
|
1299 | + 'Twilight Lavender' => [138, 73, 107], |
|
1300 | + 'Tyrian Purple' => [102, 2, 60], |
|
1301 | + 'UA Blue' => [0, 51, 170], |
|
1302 | + 'UA Red' => [217, 0, 76], |
|
1303 | + 'Ube' => [136, 120, 195], |
|
1304 | + 'UCLA Blue' => [83, 104, 149], |
|
1305 | + 'UCLA Gold' => [255, 179, 0], |
|
1306 | + 'UFO Green' => [60, 208, 112], |
|
1307 | + 'Ultramarine' => [63, 0, 255], |
|
1308 | + 'Ultramarine Blue' => [65, 102, 245], |
|
1309 | + 'Ultra Pink' => [255, 111, 255], |
|
1310 | + 'Ultra Red' => [252, 108, 133], |
|
1311 | + 'Umber' => [99, 81, 71], |
|
1312 | + 'Unbleached Silk' => [255, 221, 202], |
|
1313 | + 'United Nations Blue' => [91, 146, 229], |
|
1314 | + 'University Of California Gold' => [183, 135, 39], |
|
1315 | + 'Unmellow Yellow' => [255, 255, 102], |
|
1316 | + 'UP Forest Green' => [1, 68, 33], |
|
1317 | + 'UP Maroon' => [123, 17, 19], |
|
1318 | + 'Upsdell Red' => [174, 32, 41], |
|
1319 | + 'Urobilin' => [225, 173, 33], |
|
1320 | + 'USAFA Blue' => [0, 79, 152], |
|
1321 | + 'USC Cardinal' => [153, 0, 0], |
|
1322 | + 'USC Gold' => [255, 204, 0], |
|
1323 | + 'University Of Tennessee Orange' => [247, 127, 0], |
|
1324 | + 'Utah Crimson' => [211, 0, 63], |
|
1325 | + 'Vanilla' => [243, 229, 171], |
|
1326 | + 'Vanilla Ice' => [243, 143, 169], |
|
1327 | + 'Vegas Gold' => [197, 179, 88], |
|
1328 | + 'Venetian Red' => [200, 8, 21], |
|
1329 | + 'Verdigris' => [67, 179, 174], |
|
1330 | + 'Vermilion' => [217, 56, 30], |
|
1331 | + 'Veronica' => [160, 32, 240], |
|
1332 | + 'Very Light Azure' => [116, 187, 251], |
|
1333 | + 'Very Light Blue' => [102, 102, 255], |
|
1334 | + 'Very Light Malachite Green' => [100, 233, 134], |
|
1335 | + 'Very Light Tangelo' => [255, 176, 119], |
|
1336 | + 'Very Pale Orange' => [255, 223, 191], |
|
1337 | + 'Very Pale Yellow' => [255, 255, 191], |
|
1338 | + 'Violet' => [143, 0, 255], |
|
1339 | + 'Violet (Color Wheel)' => [127, 0, 255], |
|
1340 | + 'Violet (RYB)' => [134, 1, 175], |
|
1341 | + 'Violet (Web)' => [238, 130, 238], |
|
1342 | + 'Violet-Blue' => [50, 74, 178], |
|
1343 | + 'Violet-Red' => [247, 83, 148], |
|
1344 | + 'Viridian' => [64, 130, 109], |
|
1345 | + 'Viridian Green' => [0, 150, 152], |
|
1346 | + 'Vista Blue' => [124, 158, 217], |
|
1347 | + 'Vivid Amber' => [204, 153, 0], |
|
1348 | + 'Vivid Auburn' => [146, 39, 36], |
|
1349 | + 'Vivid Burgundy' => [159, 29, 53], |
|
1350 | + 'Vivid Cerise' => [218, 29, 129], |
|
1351 | + 'Vivid Cerulean' => [0, 170, 238], |
|
1352 | + 'Vivid Crimson' => [204, 0, 51], |
|
1353 | + 'Vivid Gamboge' => [255, 153, 0], |
|
1354 | + 'Vivid Lime Green' => [166, 214, 8], |
|
1355 | + 'Vivid Malachite' => [0, 204, 51], |
|
1356 | + 'Vivid Mulberry' => [184, 12, 227], |
|
1357 | + 'Vivid Orange' => [255, 95, 0], |
|
1358 | + 'Vivid Orange Peel' => [255, 160, 0], |
|
1359 | + 'Vivid Orchid' => [204, 0, 255], |
|
1360 | + 'Vivid Raspberry' => [255, 0, 108], |
|
1361 | + 'Vivid Red' => [247, 13, 26], |
|
1362 | + 'Vivid Red-Tangelo' => [223, 97, 36], |
|
1363 | + 'Vivid Sky Blue' => [0, 204, 255], |
|
1364 | + 'Vivid Tangelo' => [240, 116, 39], |
|
1365 | + 'Vivid Tangerine' => [255, 160, 137], |
|
1366 | + 'Vivid Vermilion' => [229, 96, 36], |
|
1367 | + 'Vivid Violet' => [159, 0, 255], |
|
1368 | + 'Vivid Yellow' => [255, 227, 2], |
|
1369 | + 'Volt' => [206, 255, 0], |
|
1370 | + 'Warm Black' => [0, 66, 66], |
|
1371 | + 'Waterspout' => [164, 244, 249], |
|
1372 | + 'Weldon Blue' => [124, 152, 171], |
|
1373 | + 'Wenge' => [100, 84, 82], |
|
1374 | + 'Wheat' => [245, 222, 179], |
|
1375 | + 'White' => [255, 255, 255], |
|
1376 | + 'White Smoke' => [245, 245, 245], |
|
1377 | + 'Wild Blue Yonder' => [162, 173, 208], |
|
1378 | + 'Wild Orchid' => [212, 112, 162], |
|
1379 | + 'Wild Strawberry' => [255, 67, 164], |
|
1380 | + 'Wild Watermelon' => [252, 108, 133], |
|
1381 | + 'Willpower Orange' => [253, 88, 0], |
|
1382 | + 'Windsor Tan' => [167, 85, 2], |
|
1383 | + 'Wine' => [114, 47, 55], |
|
1384 | + 'Wine Dregs' => [103, 49, 71], |
|
1385 | + 'Wisteria' => [201, 160, 220], |
|
1386 | + 'Wood Brown' => [193, 154, 107], |
|
1387 | + 'Xanadu' => [115, 134, 120], |
|
1388 | + 'Yale Blue' => [15, 77, 146], |
|
1389 | + 'Yankees Blue' => [28, 40, 65], |
|
1390 | + 'Yellow' => [255, 255, 0], |
|
1391 | + 'Yellow (Crayola)' => [252, 232, 131], |
|
1392 | + 'Yellow (Munsell)' => [239, 204, 0], |
|
1393 | + 'Yellow (NCS)' => [255, 211, 0], |
|
1394 | + 'Yellow (Pantone)' => [254, 223, 0], |
|
1395 | + 'Yellow (Process)' => [255, 239, 0], |
|
1396 | + 'Yellow (RYB)' => [254, 254, 51], |
|
1397 | + 'Yellow-Green' => [154, 205, 50], |
|
1398 | + 'Yellow Orange' => [255, 174, 66], |
|
1399 | + 'Yellow Rose' => [255, 240, 0], |
|
1400 | + 'Zaffre' => [0, 20, 168], |
|
1401 | + 'Zinnwaldite Brown' => [44, 22, 8], |
|
1402 | + 'Zomp' => [57, 167, 14] |
|
1403 | 1403 | ]; |
1404 | 1404 | |
1405 | 1405 | } |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | { |
47 | 47 | $hex = $this->normalize($hex); |
48 | 48 | |
49 | - if(!$this->isValidHex($hex)) { |
|
49 | + if (!$this->isValidHex($hex)) { |
|
50 | 50 | throw new \InvalidArgumentException(sprintf('Given hex value %s is invalid', $hex)); |
51 | 51 | } |
52 | 52 | |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | public function toRGB() |
72 | 72 | { |
73 | 73 | list($r, $g, $b) = sscanf($this->color, "%02x%02x%02x"); |
74 | - return [ $r, $g, $b ]; |
|
74 | + return [$r, $g, $b]; |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | /** |
@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | * |
128 | 128 | * @return self |
129 | 129 | */ |
130 | - public static function fromRGB($r,$g,$b) |
|
130 | + public static function fromRGB($r, $g, $b) |
|
131 | 131 | { |
132 | 132 | $hex = dechex($r).dechex($g).dechex($b); |
133 | 133 | |
@@ -157,9 +157,9 @@ discard block |
||
157 | 157 | private function distanceL2(array $color1, array $color2) |
158 | 158 | { |
159 | 159 | return sqrt( |
160 | - pow($color1[0]-$color2[0], 2) + |
|
161 | - pow($color1[1]-$color2[1], 2) + |
|
162 | - pow($color1[2]-$color2[2], 2) |
|
160 | + pow($color1[0] - $color2[0], 2) + |
|
161 | + pow($color1[1] - $color2[1], 2) + |
|
162 | + pow($color1[2] - $color2[2], 2) |
|
163 | 163 | ); |
164 | 164 | } |
165 | 165 | |
@@ -211,11 +211,11 @@ discard block |
||
211 | 211 | private function normalize($hex) |
212 | 212 | { |
213 | 213 | // Get rid of first # sign if it exists |
214 | - if($hex[0] === '#') { |
|
214 | + if ($hex[0] === '#') { |
|
215 | 215 | $hex = substr($hex, 1); |
216 | 216 | } |
217 | 217 | |
218 | - if(strlen($hex) === 3) { |
|
218 | + if (strlen($hex) === 3) { |
|
219 | 219 | // Convert to 6 digit version |
220 | 220 | $hex = $hex[0].$hex[0].$hex[1].$hex[1].$hex[2].$hex[2]; |
221 | 221 | } |