Shades of Puce #C9858D
Tints of Puce #C9858D
RGB
CMYK
RGB Variations
Color information
#C9858D (or 0xC9858D) is known color: Puce. HEX triplet: C9, 85 and 8D. RGB value is (201,133,141). Sum of RGB (Red+Green+Blue) = 201+133+141=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9858D is #367A72. Grayscale: #9A9A9A. Windows color (decimal): -3570291 or 9274825. OLE color: 9274825.
HSL color Cylindrical-coordinate representation of color #C9858D: hue angle of 352.94º 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 #C9858D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 141 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.21 |
| HSL | 352.94º | 0.39% | 0.65% | - |
| HSV(B) | 352.94º | 0.34% | 0.79% | - |
| XYZ | 37.28 | 31.12 | 29.24 | - |
| YUV | 154.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 141 | 0 | 0.34 | 0.30 | 0.21 | 352.94 | 0.39 | 0.65 |
| Hex | C9 | 85 | 8D | 0 | 22 | 1E | 15 | 161 | 27 | 41 |
| Octal | 311 | 205 | 215 | 0 | 42 | 36 | 25 | 541 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10001101 | 0 | 100010 | 11110 | 10101 | 101100001 | 100111 | 1000001 |
Color Harmonies of #C9858D
Complementary color
Monochromatic Colors of #C9858D
Black with #C9858D
Text Example
Text Example
White with #C9858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9858D; }
p { color: rgb(201,133,141); }
H1.HeaderClassName
{
color: #C9858D;
}
.AnyTagClassName
{
color: #C9858D;
}
</style>
background-color css
<style>
a { background-color: #C9858D; }
a { background-color: rgb(201,133,141); }
div.DivClassName
{
background-color: #C9858D;
}
.BgClassName
{
background-color: #C9858D;
}
</style>
border-color css
<style>
span { border-color: #C9858D; }
span { border-color: rgb(201,133,141); }
td.TdClassName
{
border-color: #C9858D;
}
.TagClassName
{
border-color: #C9858D;
}
</style>