Shades of Puce #C9889A
Tints of Puce #C9889A
RGB
CMYK
RGB Variations
Color information
#C9889A (or 0xC9889A) is known color: Puce. HEX triplet: C9, 88 and 9A. RGB value is (201,136,154). Sum of RGB (Red+Green+Blue) = 201+136+154=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9889A is #367765. Grayscale: #9D9D9D. Windows color (decimal): -3569510 or 10127561. OLE color: 10127561.
HSL color Cylindrical-coordinate representation of color #C9889A: hue angle of 343.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9889A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 154 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.21 |
| HSL | 343.38º | 0.38% | 0.66% | - |
| HSV(B) | 343.38º | 0.32% | 0.79% | - |
| XYZ | 38.72 | 32.36 | 34.78 | - |
| YUV | 157.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 154 | 0 | 0.32 | 0.23 | 0.21 | 343.38 | 0.38 | 0.66 |
| Hex | C9 | 88 | 9A | 0 | 20 | 17 | 15 | 157 | 26 | 42 |
| Octal | 311 | 210 | 232 | 0 | 40 | 27 | 25 | 527 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10011010 | 0 | 100000 | 10111 | 10101 | 101010111 | 100110 | 1000010 |
Color Harmonies of #C9889A
Complementary color
Monochromatic Colors of #C9889A
Black with #C9889A
Text Example
Text Example
White with #C9889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9889A; }
p { color: rgb(201,136,154); }
H1.HeaderClassName
{
color: #C9889A;
}
.AnyTagClassName
{
color: #C9889A;
}
</style>
background-color css
<style>
a { background-color: #C9889A; }
a { background-color: rgb(201,136,154); }
div.DivClassName
{
background-color: #C9889A;
}
.BgClassName
{
background-color: #C9889A;
}
</style>
border-color css
<style>
span { border-color: #C9889A; }
span { border-color: rgb(201,136,154); }
td.TdClassName
{
border-color: #C9889A;
}
.TagClassName
{
border-color: #C9889A;
}
</style>