Shades of Puce #C0878E
Tints of Puce #C0878E
RGB
CMYK
RGB Variations
Color information
#C0878E (or 0xC0878E) is known color: Puce. HEX triplet: C0, 87 and 8E. RGB value is (192,135,142). Sum of RGB (Red+Green+Blue) = 192+135+142=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0878E is #3F7871. Grayscale: #989898. Windows color (decimal): -4159602 or 9340864. OLE color: 9340864.
HSL color Cylindrical-coordinate representation of color #C0878E: hue angle of 352.63º degrees, saturation: 0.31, 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 #C0878E is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 142 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.25 |
| HSL | 352.63º | 0.31% | 0.64% | - |
| HSV(B) | 352.63º | 0.3% | 0.75% | - |
| XYZ | 35.28 | 30.49 | 29.62 | - |
| YUV | 152.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 142 | 0 | 0.30 | 0.26 | 0.25 | 352.63 | 0.31 | 0.64 |
| Hex | C0 | 87 | 8E | 0 | 1E | 1A | 19 | 161 | 1F | 40 |
| Octal | 300 | 207 | 216 | 0 | 36 | 32 | 31 | 541 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10001110 | 0 | 11110 | 11010 | 11001 | 101100001 | 11111 | 1000000 |
Color Harmonies of #C0878E
Complementary color
Monochromatic Colors of #C0878E
Black with #C0878E
Text Example
Text Example
White with #C0878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0878E; }
p { color: rgb(192,135,142); }
H1.HeaderClassName
{
color: #C0878E;
}
.AnyTagClassName
{
color: #C0878E;
}
</style>
background-color css
<style>
a { background-color: #C0878E; }
a { background-color: rgb(192,135,142); }
div.DivClassName
{
background-color: #C0878E;
}
.BgClassName
{
background-color: #C0878E;
}
</style>
border-color css
<style>
span { border-color: #C0878E; }
span { border-color: rgb(192,135,142); }
td.TdClassName
{
border-color: #C0878E;
}
.TagClassName
{
border-color: #C0878E;
}
</style>