Shades of Puce #C0878C
Tints of Puce #C0878C
RGB
CMYK
RGB Variations
Color information
#C0878C (or 0xC0878C) is known color: Puce. HEX triplet: C0, 87 and 8C. RGB value is (192,135,140). Sum of RGB (Red+Green+Blue) = 192+135+140=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0878C is #3F7873. Grayscale: #989898. Windows color (decimal): -4159604 or 9209792. OLE color: 9209792.
HSL color Cylindrical-coordinate representation of color #C0878C: hue angle of 354.74º 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 #C0878C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 140 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.25 |
| HSL | 354.74º | 0.31% | 0.64% | - |
| HSV(B) | 354.74º | 0.3% | 0.75% | - |
| XYZ | 35.14 | 30.43 | 28.83 | - |
| YUV | 152.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 140 | 0 | 0.30 | 0.27 | 0.25 | 354.74 | 0.31 | 0.64 |
| Hex | C0 | 87 | 8C | 0 | 1E | 1B | 19 | 163 | 1F | 40 |
| Octal | 300 | 207 | 214 | 0 | 36 | 33 | 31 | 543 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10001100 | 0 | 11110 | 11011 | 11001 | 101100011 | 11111 | 1000000 |
Color Harmonies of #C0878C
Complementary color
Monochromatic Colors of #C0878C
Black with #C0878C
Text Example
Text Example
White with #C0878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0878C; }
p { color: rgb(192,135,140); }
H1.HeaderClassName
{
color: #C0878C;
}
.AnyTagClassName
{
color: #C0878C;
}
</style>
background-color css
<style>
a { background-color: #C0878C; }
a { background-color: rgb(192,135,140); }
div.DivClassName
{
background-color: #C0878C;
}
.BgClassName
{
background-color: #C0878C;
}
</style>
border-color css
<style>
span { border-color: #C0878C; }
span { border-color: rgb(192,135,140); }
td.TdClassName
{
border-color: #C0878C;
}
.TagClassName
{
border-color: #C0878C;
}
</style>