Shades of Puce #C0868E
Tints of Puce #C0868E
RGB
CMYK
RGB Variations
Color information
#C0868E (or 0xC0868E) is known color: Puce. HEX triplet: C0, 86 and 8E. RGB value is (192,134,142). Sum of RGB (Red+Green+Blue) = 192+134+142=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0868E is #3F7971. Grayscale: #989898. Windows color (decimal): -4159858 or 9340608. OLE color: 9340608.
HSL color Cylindrical-coordinate representation of color #C0868E: hue angle of 351.72º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0868E is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 142 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.25 |
| HSL | 351.72º | 0.32% | 0.64% | - |
| HSV(B) | 351.72º | 0.3% | 0.75% | - |
| XYZ | 35.15 | 30.21 | 29.57 | - |
| YUV | 152.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 142 | 0 | 0.30 | 0.26 | 0.25 | 351.72 | 0.32 | 0.64 |
| Hex | C0 | 86 | 8E | 0 | 1E | 1A | 19 | 160 | 20 | 40 |
| Octal | 300 | 206 | 216 | 0 | 36 | 32 | 31 | 540 | 40 | 100 |
| Binary | 11000000 | 10000110 | 10001110 | 0 | 11110 | 11010 | 11001 | 101100000 | 100000 | 1000000 |
Color Harmonies of #C0868E
Complementary color
Monochromatic Colors of #C0868E
Black with #C0868E
Text Example
Text Example
White with #C0868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0868E; }
p { color: rgb(192,134,142); }
H1.HeaderClassName
{
color: #C0868E;
}
.AnyTagClassName
{
color: #C0868E;
}
</style>
background-color css
<style>
a { background-color: #C0868E; }
a { background-color: rgb(192,134,142); }
div.DivClassName
{
background-color: #C0868E;
}
.BgClassName
{
background-color: #C0868E;
}
</style>
border-color css
<style>
span { border-color: #C0868E; }
span { border-color: rgb(192,134,142); }
td.TdClassName
{
border-color: #C0868E;
}
.TagClassName
{
border-color: #C0868E;
}
</style>