Shades of Puce #C9859B
Tints of Puce #C9859B
RGB
CMYK
RGB Variations
Color information
#C9859B (or 0xC9859B) is known color: Puce. HEX triplet: C9, 85 and 9B. RGB value is (201,133,155). Sum of RGB (Red+Green+Blue) = 201+133+155=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9859B is #367A64. Grayscale: #9B9B9B. Windows color (decimal): -3570277 or 10192329. OLE color: 10192329.
HSL color Cylindrical-coordinate representation of color #C9859B: hue angle of 340.59º 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 #C9859B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 155 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.21 |
| HSL | 340.59º | 0.39% | 0.65% | - |
| HSV(B) | 340.59º | 0.34% | 0.79% | - |
| XYZ | 38.39 | 31.56 | 35.08 | - |
| YUV | 155.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 155 | 0 | 0.34 | 0.23 | 0.21 | 340.59 | 0.39 | 0.65 |
| Hex | C9 | 85 | 9B | 0 | 22 | 17 | 15 | 155 | 27 | 41 |
| Octal | 311 | 205 | 233 | 0 | 42 | 27 | 25 | 525 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10011011 | 0 | 100010 | 10111 | 10101 | 101010101 | 100111 | 1000001 |
Color Harmonies of #C9859B
Complementary color
Monochromatic Colors of #C9859B
Black with #C9859B
Text Example
Text Example
White with #C9859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9859B; }
p { color: rgb(201,133,155); }
H1.HeaderClassName
{
color: #C9859B;
}
.AnyTagClassName
{
color: #C9859B;
}
</style>
background-color css
<style>
a { background-color: #C9859B; }
a { background-color: rgb(201,133,155); }
div.DivClassName
{
background-color: #C9859B;
}
.BgClassName
{
background-color: #C9859B;
}
</style>
border-color css
<style>
span { border-color: #C9859B; }
span { border-color: rgb(201,133,155); }
td.TdClassName
{
border-color: #C9859B;
}
.TagClassName
{
border-color: #C9859B;
}
</style>