Shades of Puce #C2808E
Tints of Puce #C2808E
RGB
CMYK
RGB Variations
Color information
#C2808E (or 0xC2808E) is known color: Puce. HEX triplet: C2, 80 and 8E. RGB value is (194,128,142). Sum of RGB (Red+Green+Blue) = 194+128+142=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2808E is #3D7F71. Grayscale: #959595. Windows color (decimal): -4030322 or 9339074. OLE color: 9339074.
HSL color Cylindrical-coordinate representation of color #C2808E: hue angle of 347.27º 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 #C2808E is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 142 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.24 |
| HSL | 347.27º | 0.35% | 0.63% | - |
| HSV(B) | 347.27º | 0.34% | 0.76% | - |
| XYZ | 34.85 | 28.86 | 29.33 | - |
| YUV | 149.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 142 | 0 | 0.34 | 0.27 | 0.24 | 347.27 | 0.35 | 0.63 |
| Hex | C2 | 80 | 8E | 0 | 22 | 1B | 18 | 15B | 23 | 3F |
| Octal | 302 | 200 | 216 | 0 | 42 | 33 | 30 | 533 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10001110 | 0 | 100010 | 11011 | 11000 | 101011011 | 100011 | 111111 |
Color Harmonies of #C2808E
Complementary color
Monochromatic Colors of #C2808E
Black with #C2808E
Text Example
Text Example
White with #C2808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2808E; }
p { color: rgb(194,128,142); }
H1.HeaderClassName
{
color: #C2808E;
}
.AnyTagClassName
{
color: #C2808E;
}
</style>
background-color css
<style>
a { background-color: #C2808E; }
a { background-color: rgb(194,128,142); }
div.DivClassName
{
background-color: #C2808E;
}
.BgClassName
{
background-color: #C2808E;
}
</style>
border-color css
<style>
span { border-color: #C2808E; }
span { border-color: rgb(194,128,142); }
td.TdClassName
{
border-color: #C2808E;
}
.TagClassName
{
border-color: #C2808E;
}
</style>