Shades of Puce #C9859C
Tints of Puce #C9859C
RGB
CMYK
RGB Variations
Color information
#C9859C (or 0xC9859C) is known color: Puce. HEX triplet: C9, 85 and 9C. RGB value is (201,133,156). Sum of RGB (Red+Green+Blue) = 201+133+156=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9859C is #367A63. Grayscale: #9B9B9B. Windows color (decimal): -3570276 or 10257865. OLE color: 10257865.
HSL color Cylindrical-coordinate representation of color #C9859C: hue angle of 339.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 #C9859C is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 156 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.21 |
| HSL | 339.71º | 0.39% | 0.65% | - |
| HSV(B) | 339.71º | 0.34% | 0.79% | - |
| XYZ | 38.48 | 31.59 | 35.52 | - |
| YUV | 155.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 156 | 0 | 0.34 | 0.22 | 0.21 | 339.71 | 0.39 | 0.65 |
| Hex | C9 | 85 | 9C | 0 | 22 | 16 | 15 | 154 | 27 | 41 |
| Octal | 311 | 205 | 234 | 0 | 42 | 26 | 25 | 524 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10011100 | 0 | 100010 | 10110 | 10101 | 101010100 | 100111 | 1000001 |
Color Harmonies of #C9859C
Complementary color
Monochromatic Colors of #C9859C
Black with #C9859C
Text Example
Text Example
White with #C9859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9859C; }
p { color: rgb(201,133,156); }
H1.HeaderClassName
{
color: #C9859C;
}
.AnyTagClassName
{
color: #C9859C;
}
</style>
background-color css
<style>
a { background-color: #C9859C; }
a { background-color: rgb(201,133,156); }
div.DivClassName
{
background-color: #C9859C;
}
.BgClassName
{
background-color: #C9859C;
}
</style>
border-color css
<style>
span { border-color: #C9859C; }
span { border-color: rgb(201,133,156); }
td.TdClassName
{
border-color: #C9859C;
}
.TagClassName
{
border-color: #C9859C;
}
</style>