Shades of Puce #C9899D
Tints of Puce #C9899D
RGB
CMYK
RGB Variations
Color information
#C9899D (or 0xC9899D) is known color: Puce. HEX triplet: C9, 89 and 9D. RGB value is (201,137,157). Sum of RGB (Red+Green+Blue) = 201+137+157=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9899D is #367662. Grayscale: #9E9E9E. Windows color (decimal): -3569251 or 10324425. OLE color: 10324425.
HSL color Cylindrical-coordinate representation of color #C9899D: hue angle of 341.25º 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 #C9899D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 157 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.21 |
| HSL | 341.25º | 0.37% | 0.66% | - |
| HSV(B) | 341.25º | 0.32% | 0.79% | - |
| XYZ | 39.12 | 32.74 | 36.16 | - |
| YUV | 158.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 157 | 0 | 0.32 | 0.22 | 0.21 | 341.25 | 0.37 | 0.66 |
| Hex | C9 | 89 | 9D | 0 | 20 | 16 | 15 | 155 | 25 | 42 |
| Octal | 311 | 211 | 235 | 0 | 40 | 26 | 25 | 525 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10011101 | 0 | 100000 | 10110 | 10101 | 101010101 | 100101 | 1000010 |
Color Harmonies of #C9899D
Complementary color
Monochromatic Colors of #C9899D
Black with #C9899D
Text Example
Text Example
White with #C9899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9899D; }
p { color: rgb(201,137,157); }
H1.HeaderClassName
{
color: #C9899D;
}
.AnyTagClassName
{
color: #C9899D;
}
</style>
background-color css
<style>
a { background-color: #C9899D; }
a { background-color: rgb(201,137,157); }
div.DivClassName
{
background-color: #C9899D;
}
.BgClassName
{
background-color: #C9899D;
}
</style>
border-color css
<style>
span { border-color: #C9899D; }
span { border-color: rgb(201,137,157); }
td.TdClassName
{
border-color: #C9899D;
}
.TagClassName
{
border-color: #C9899D;
}
</style>