Shades of Puce #C9888E
Tints of Puce #C9888E
RGB
CMYK
RGB Variations
Color information
#C9888E (or 0xC9888E) is known color: Puce. HEX triplet: C9, 88 and 8E. RGB value is (201,136,142). Sum of RGB (Red+Green+Blue) = 201+136+142=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9888E is #367771. Grayscale: #9C9C9C. Windows color (decimal): -3569522 or 9341129. OLE color: 9341129.
HSL color Cylindrical-coordinate representation of color #C9888E: hue angle of 354.46º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9888E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 142 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.21 |
| HSL | 354.46º | 0.38% | 0.66% | - |
| HSV(B) | 354.46º | 0.32% | 0.79% | - |
| XYZ | 37.77 | 31.98 | 29.77 | - |
| YUV | 156.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 142 | 0 | 0.32 | 0.29 | 0.21 | 354.46 | 0.38 | 0.66 |
| Hex | C9 | 88 | 8E | 0 | 20 | 1D | 15 | 162 | 26 | 42 |
| Octal | 311 | 210 | 216 | 0 | 40 | 35 | 25 | 542 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10001110 | 0 | 100000 | 11101 | 10101 | 101100010 | 100110 | 1000010 |
Color Harmonies of #C9888E
Complementary color
Monochromatic Colors of #C9888E
Black with #C9888E
Text Example
Text Example
White with #C9888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9888E; }
p { color: rgb(201,136,142); }
H1.HeaderClassName
{
color: #C9888E;
}
.AnyTagClassName
{
color: #C9888E;
}
</style>
background-color css
<style>
a { background-color: #C9888E; }
a { background-color: rgb(201,136,142); }
div.DivClassName
{
background-color: #C9888E;
}
.BgClassName
{
background-color: #C9888E;
}
</style>
border-color css
<style>
span { border-color: #C9888E; }
span { border-color: rgb(201,136,142); }
td.TdClassName
{
border-color: #C9888E;
}
.TagClassName
{
border-color: #C9888E;
}
</style>