CPC Pantone/CMYK Colours (1 Viewer)

I recently needed that for finishing my color-matched inlays on the Paradise LA.
David from CPC gave me a few but with the addition that I shouldn't share them - for whatever reason, I didn't ask. So I'd recommend asking David.

When I designed my inlays way ahead of placing the order, what I did for approximation was I extracted the less-accurate RGB colors from the online chip design tool and used those until I got the CMYK ones. You can do that too. I've already extracted all the RGB values from it for myself so I'll repost them, but here's how I did it:

1) Select the color you want to get as the chip body color. Then do a right click, not on the color swatch (doesn't work) but on the "Color" label to the left. Choose "Inspect Element" or "Inspect", depending on whether you use Firefox or Chrome.
This will open the developer tools at the bottom of your screen as shown in the screenshot. Initially, a line containing <b></b> should be selected in the DOM tree on the left. What you want to do is get to the next sibling element of its parent <label> element, which is the <fieldset> Ive marked in red. Click the small triangle next to it to display its child elements.
cpc-color-extraction-1.png


Using this technique, drill down in the DOM tree forther until you reach a <label> element that looks as depicted. You should already see the RGB color values in the background-color: rgb(58, 39, 115) part I've circled on the left; you can also get the hexadecimal representation which will be displayed on the right (also circled) when you single-click the <label> line.
cpc-color-extraction-2.png

CPC White
HEX: #dad2ba
RGB: 218, 210, 186

CPC Red
HEX: #8e1c38
RGB: 142, 28, 56

CPC Mandarin Red
HEX: #bc2943
RGB: 188, 41, 67

CPC Light Blue
HEX: #7eb6c2
RGB: 126, 182, 194

CPC Imperial Blue
HEX: #007b93
RGB: 0, 123, 147

CPC Blue
HEX: #1d5e84
RGB: 29, 94, 132

CPC Dark Blue
HEX: #18344a
RGB: 24, 52, 74

CPC Light Green
HEX: #5cad7b
RGB: 92, 173, 123

CPC Green
HEX: #00794e
RGB: 0, 121, 78

CPC Dark Green
HEX: #093b27
RGB: 9, 59, 39

CPC Canary
HEX: #eec35d
RGB: 238, 195, 93

CPC Yellow
HEX: #c99b29
RGB: 201, 155, 41

CPC Butterscotch
HEX: #c07027
RGB: 192, 112, 39

CPC Orange
HEX: #ce4b29
RGB: 206, 75, 41

CPC Black
HEX: #231f20
RGB: 35, 31, 32

CPC Charcoal
HEX: #55595c
RGB: 85, 89, 92

CPC Gray
HEX: #92a4a4
RGB: 146, 164, 164

CPC Lavender
HEX: #7b5a94
RGB: 123, 90, 148

CPC Purple
HEX: #4b4b8b
RGB: 75, 75, 139

CPC Blurple
HEX: #3a2773
RGB: 58, 39, 115

CPC Pink
HEX: #d15485
RGB: 209, 84, 133

CPC Light Chocolate
HEX: #946031
RGB: 148, 96, 49

CPC Chocolate
HEX: #673d28
RGB: 103, 61, 40

CPC Maroon
HEX: #41060c
RGB: 65, 6, 12

CPC DG Yellow
HEX: #e4d16a
RGB: 228, 209, 106

CPC DG Saturn
HEX: #d5c431
RGB: 213, 196, 49

CPC DG Arc Yellow
HEX: #f99e4d
RGB: 249, 158, 77

CPC DG Green
HEX: #40b658
RGB: 64, 182, 88

CPC DG Peacock
HEX: #2a81bf
RGB: 42, 129, 191

CPC DG Peach
HEX: #f48059
RGB: 244, 128, 89

CPC DG Tiger
HEX: #ff463c
RGB: 255, 70, 60

CPC DG Orange
HEX: #bd391d
RGB: 189, 57, 29

CPC DG Pink
HEX: #f05582
RGB: 240, 85, 130

CPC Retro Red
HEX: #b4114b
RGB: 180, 17, 75

CPC Retro Blue
HEX: #0d2a60
RGB: 13, 42, 96

CPC Retro Green
HEX: #00634e
RGB: 0, 99, 78

CPC Retro Lavender
HEX: #af4c7a
RGB: 175, 76, 122

CPC Bright White
HEX: #f4ede3
RGB: 244, 237, 227

As said, these colors are not accurate. But they are a good starting point or substitute for while you're still experimenting.
 
Last edited:

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account and join our community. It's easy!

Log in

Already have an account? Log in here.

Back
Top Bottom