Shades of Puce #C9878E
Tints of Puce #C9878E
RGB
CMYK
RGB Variations
Color information
#C9878E (or 0xC9878E) is known color: Puce. HEX triplet: C9, 87 and 8E. RGB value is (201,135,142). Sum of RGB (Red+Green+Blue) = 201+135+142=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9878E is #367871. Grayscale: #9B9B9B. Windows color (decimal): -3569778 or 9340873. OLE color: 9340873.
HSL color Cylindrical-coordinate representation of color #C9878E: hue angle of 353.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9878E is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 142 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.21 |
| HSL | 353.64º | 0.38% | 0.66% | - |
| HSV(B) | 353.64º | 0.33% | 0.79% | - |
| XYZ | 37.63 | 31.7 | 29.73 | - |
| YUV | 155.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 142 | 0 | 0.33 | 0.29 | 0.21 | 353.64 | 0.38 | 0.66 |
| Hex | C9 | 87 | 8E | 0 | 21 | 1D | 15 | 162 | 26 | 42 |
| Octal | 311 | 207 | 216 | 0 | 41 | 35 | 25 | 542 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10001110 | 0 | 100001 | 11101 | 10101 | 101100010 | 100110 | 1000010 |
Color Harmonies of #C9878E
Complementary color
Monochromatic Colors of #C9878E
Black with #C9878E
Text Example
Text Example
White with #C9878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9878E; }
p { color: rgb(201,135,142); }
H1.HeaderClassName
{
color: #C9878E;
}
.AnyTagClassName
{
color: #C9878E;
}
</style>
background-color css
<style>
a { background-color: #C9878E; }
a { background-color: rgb(201,135,142); }
div.DivClassName
{
background-color: #C9878E;
}
.BgClassName
{
background-color: #C9878E;
}
</style>
border-color css
<style>
span { border-color: #C9878E; }
span { border-color: rgb(201,135,142); }
td.TdClassName
{
border-color: #C9878E;
}
.TagClassName
{
border-color: #C9878E;
}
</style>