Shades of Puce #C2818E
Tints of Puce #C2818E
RGB
CMYK
RGB Variations
Color information
#C2818E (or 0xC2818E) is known color: Puce. HEX triplet: C2, 81 and 8E. RGB value is (194,129,142). Sum of RGB (Red+Green+Blue) = 194+129+142=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2818E is #3D7E71. Grayscale: #959595. Windows color (decimal): -4030066 or 9339330. OLE color: 9339330.
HSL color Cylindrical-coordinate representation of color #C2818E: hue angle of 348º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2818E is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 142 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.24 |
| HSL | 348º | 0.35% | 0.63% | - |
| HSV(B) | 348º | 0.34% | 0.76% | - |
| XYZ | 34.98 | 29.12 | 29.37 | - |
| YUV | 149.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 142 | 0 | 0.34 | 0.27 | 0.24 | 348 | 0.35 | 0.63 |
| Hex | C2 | 81 | 8E | 0 | 22 | 1B | 18 | 15C | 23 | 3F |
| Octal | 302 | 201 | 216 | 0 | 42 | 33 | 30 | 534 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10001110 | 0 | 100010 | 11011 | 11000 | 101011100 | 100011 | 111111 |
Color Harmonies of #C2818E
Complementary color
Monochromatic Colors of #C2818E
Black with #C2818E
Text Example
Text Example
White with #C2818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2818E; }
p { color: rgb(194,129,142); }
H1.HeaderClassName
{
color: #C2818E;
}
.AnyTagClassName
{
color: #C2818E;
}
</style>
background-color css
<style>
a { background-color: #C2818E; }
a { background-color: rgb(194,129,142); }
div.DivClassName
{
background-color: #C2818E;
}
.BgClassName
{
background-color: #C2818E;
}
</style>
border-color css
<style>
span { border-color: #C2818E; }
span { border-color: rgb(194,129,142); }
td.TdClassName
{
border-color: #C2818E;
}
.TagClassName
{
border-color: #C2818E;
}
</style>