Shades of Puce #C9858E
Tints of Puce #C9858E
RGB
CMYK
RGB Variations
Color information
#C9858E (or 0xC9858E) is known color: Puce. HEX triplet: C9, 85 and 8E. RGB value is (201,133,142). Sum of RGB (Red+Green+Blue) = 201+133+142=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9858E is #367A71. Grayscale: #9A9A9A. Windows color (decimal): -3570290 or 9340361. OLE color: 9340361.
HSL color Cylindrical-coordinate representation of color #C9858E: hue angle of 352.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9858E is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 142 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.21 |
| HSL | 352.06º | 0.39% | 0.65% | - |
| HSV(B) | 352.06º | 0.34% | 0.79% | - |
| XYZ | 37.36 | 31.15 | 29.63 | - |
| YUV | 154.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 142 | 0 | 0.34 | 0.29 | 0.21 | 352.06 | 0.39 | 0.65 |
| Hex | C9 | 85 | 8E | 0 | 22 | 1D | 15 | 160 | 27 | 41 |
| Octal | 311 | 205 | 216 | 0 | 42 | 35 | 25 | 540 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10001110 | 0 | 100010 | 11101 | 10101 | 101100000 | 100111 | 1000001 |
Color Harmonies of #C9858E
Complementary color
Monochromatic Colors of #C9858E
Black with #C9858E
Text Example
Text Example
White with #C9858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9858E; }
p { color: rgb(201,133,142); }
H1.HeaderClassName
{
color: #C9858E;
}
.AnyTagClassName
{
color: #C9858E;
}
</style>
background-color css
<style>
a { background-color: #C9858E; }
a { background-color: rgb(201,133,142); }
div.DivClassName
{
background-color: #C9858E;
}
.BgClassName
{
background-color: #C9858E;
}
</style>
border-color css
<style>
span { border-color: #C9858E; }
span { border-color: rgb(201,133,142); }
td.TdClassName
{
border-color: #C9858E;
}
.TagClassName
{
border-color: #C9858E;
}
</style>