Shades of Puce #C8808E
Tints of Puce #C8808E
RGB
CMYK
RGB Variations
Color information
#C8808E (or 0xC8808E) is known color: Puce. HEX triplet: C8, 80 and 8E. RGB value is (200,128,142). Sum of RGB (Red+Green+Blue) = 200+128+142=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8808E is #377F71. Grayscale: #979797. Windows color (decimal): -3637106 or 9339080. OLE color: 9339080.
HSL color Cylindrical-coordinate representation of color #C8808E: hue angle of 348.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8808E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 142 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.22 |
| HSL | 348.33º | 0.4% | 0.64% | - |
| HSV(B) | 348.33º | 0.36% | 0.78% | - |
| XYZ | 36.42 | 29.67 | 29.4 | - |
| YUV | 151.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 142 | 0 | 0.36 | 0.29 | 0.22 | 348.33 | 0.4 | 0.64 |
| Hex | C8 | 80 | 8E | 0 | 24 | 1D | 16 | 15C | 28 | 40 |
| Octal | 310 | 200 | 216 | 0 | 44 | 35 | 26 | 534 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10001110 | 0 | 100100 | 11101 | 10110 | 101011100 | 101000 | 1000000 |
Color Harmonies of #C8808E
Complementary color
Monochromatic Colors of #C8808E
Black with #C8808E
Text Example
Text Example
White with #C8808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8808E; }
p { color: rgb(200,128,142); }
H1.HeaderClassName
{
color: #C8808E;
}
.AnyTagClassName
{
color: #C8808E;
}
</style>
background-color css
<style>
a { background-color: #C8808E; }
a { background-color: rgb(200,128,142); }
div.DivClassName
{
background-color: #C8808E;
}
.BgClassName
{
background-color: #C8808E;
}
</style>
border-color css
<style>
span { border-color: #C8808E; }
span { border-color: rgb(200,128,142); }
td.TdClassName
{
border-color: #C8808E;
}
.TagClassName
{
border-color: #C8808E;
}
</style>