Shades of Puce #C9858B
Tints of Puce #C9858B
RGB
CMYK
RGB Variations
Color information
#C9858B (or 0xC9858B) is known color: Puce. HEX triplet: C9, 85 and 8B. RGB value is (201,133,139). Sum of RGB (Red+Green+Blue) = 201+133+139=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9858B is #367A74. Grayscale: #9A9A9A. Windows color (decimal): -3570293 or 9143753. OLE color: 9143753.
HSL color Cylindrical-coordinate representation of color #C9858B: hue angle of 354.71º 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 #C9858B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 139 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.21 |
| HSL | 354.71º | 0.39% | 0.65% | - |
| HSV(B) | 354.71º | 0.34% | 0.79% | - |
| XYZ | 37.14 | 31.06 | 28.46 | - |
| YUV | 154.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 139 | 0 | 0.34 | 0.31 | 0.21 | 354.71 | 0.39 | 0.65 |
| Hex | C9 | 85 | 8B | 0 | 22 | 1F | 15 | 163 | 27 | 41 |
| Octal | 311 | 205 | 213 | 0 | 42 | 37 | 25 | 543 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10001011 | 0 | 100010 | 11111 | 10101 | 101100011 | 100111 | 1000001 |
Color Harmonies of #C9858B
Complementary color
Monochromatic Colors of #C9858B
Black with #C9858B
Text Example
Text Example
White with #C9858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9858B; }
p { color: rgb(201,133,139); }
H1.HeaderClassName
{
color: #C9858B;
}
.AnyTagClassName
{
color: #C9858B;
}
</style>
background-color css
<style>
a { background-color: #C9858B; }
a { background-color: rgb(201,133,139); }
div.DivClassName
{
background-color: #C9858B;
}
.BgClassName
{
background-color: #C9858B;
}
</style>
border-color css
<style>
span { border-color: #C9858B; }
span { border-color: rgb(201,133,139); }
td.TdClassName
{
border-color: #C9858B;
}
.TagClassName
{
border-color: #C9858B;
}
</style>