Shades of Puce #C9899A
Tints of Puce #C9899A
RGB
CMYK
RGB Variations
Color information
#C9899A (or 0xC9899A) is known color: Puce. HEX triplet: C9, 89 and 9A. RGB value is (201,137,154). Sum of RGB (Red+Green+Blue) = 201+137+154=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9899A is #367665. Grayscale: #9E9E9E. Windows color (decimal): -3569254 or 10127817. OLE color: 10127817.
HSL color Cylindrical-coordinate representation of color #C9899A: hue angle of 344.06º degrees, saturation: 0.37, 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 #C9899A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 154 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.21 |
| HSL | 344.06º | 0.37% | 0.66% | - |
| HSV(B) | 344.06º | 0.32% | 0.79% | - |
| XYZ | 38.87 | 32.64 | 34.82 | - |
| YUV | 158.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 154 | 0 | 0.32 | 0.23 | 0.21 | 344.06 | 0.37 | 0.66 |
| Hex | C9 | 89 | 9A | 0 | 20 | 17 | 15 | 158 | 25 | 42 |
| Octal | 311 | 211 | 232 | 0 | 40 | 27 | 25 | 530 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10011010 | 0 | 100000 | 10111 | 10101 | 101011000 | 100101 | 1000010 |
Color Harmonies of #C9899A
Complementary color
Monochromatic Colors of #C9899A
Black with #C9899A
Text Example
Text Example
White with #C9899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9899A; }
p { color: rgb(201,137,154); }
H1.HeaderClassName
{
color: #C9899A;
}
.AnyTagClassName
{
color: #C9899A;
}
</style>
background-color css
<style>
a { background-color: #C9899A; }
a { background-color: rgb(201,137,154); }
div.DivClassName
{
background-color: #C9899A;
}
.BgClassName
{
background-color: #C9899A;
}
</style>
border-color css
<style>
span { border-color: #C9899A; }
span { border-color: rgb(201,137,154); }
td.TdClassName
{
border-color: #C9899A;
}
.TagClassName
{
border-color: #C9899A;
}
</style>