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