Shades of Puce #C8868E
Tints of Puce #C8868E
RGB
CMYK
RGB Variations
Color information
#C8868E (or 0xC8868E) is known color: Puce. HEX triplet: C8, 86 and 8E. RGB value is (200,134,142). Sum of RGB (Red+Green+Blue) = 200+134+142=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8868E is #377971. Grayscale: #9A9A9A. Windows color (decimal): -3635570 or 9340616. OLE color: 9340616.
HSL color Cylindrical-coordinate representation of color #C8868E: hue angle of 352.73º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8868E is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 142 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.22 |
| HSL | 352.73º | 0.38% | 0.65% | - |
| HSV(B) | 352.73º | 0.33% | 0.78% | - |
| XYZ | 37.23 | 31.28 | 29.67 | - |
| YUV | 154.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 142 | 0 | 0.33 | 0.29 | 0.22 | 352.73 | 0.38 | 0.65 |
| Hex | C8 | 86 | 8E | 0 | 21 | 1D | 16 | 161 | 26 | 41 |
| Octal | 310 | 206 | 216 | 0 | 41 | 35 | 26 | 541 | 46 | 101 |
| Binary | 11001000 | 10000110 | 10001110 | 0 | 100001 | 11101 | 10110 | 101100001 | 100110 | 1000001 |
Color Harmonies of #C8868E
Complementary color
Monochromatic Colors of #C8868E
Black with #C8868E
Text Example
Text Example
White with #C8868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8868E; }
p { color: rgb(200,134,142); }
H1.HeaderClassName
{
color: #C8868E;
}
.AnyTagClassName
{
color: #C8868E;
}
</style>
background-color css
<style>
a { background-color: #C8868E; }
a { background-color: rgb(200,134,142); }
div.DivClassName
{
background-color: #C8868E;
}
.BgClassName
{
background-color: #C8868E;
}
</style>
border-color css
<style>
span { border-color: #C8868E; }
span { border-color: rgb(200,134,142); }
td.TdClassName
{
border-color: #C8868E;
}
.TagClassName
{
border-color: #C8868E;
}
</style>