Shades of Puce #C9809F
Tints of Puce #C9809F
RGB
CMYK
RGB Variations
Color information
#C9809F (or 0xC9809F) is known color: Puce. HEX triplet: C9, 80 and 9F. RGB value is (201,128,159). Sum of RGB (Red+Green+Blue) = 201+128+159=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9809F is #367F60. Grayscale: #999999. Windows color (decimal): -3571553 or 10453193. OLE color: 10453193.
HSL color Cylindrical-coordinate representation of color #C9809F: hue angle of 334.52º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9809F is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 159 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.21 |
| HSL | 334.52º | 0.4% | 0.65% | - |
| HSV(B) | 334.52º | 0.36% | 0.79% | - |
| XYZ | 38.06 | 30.36 | 36.65 | - |
| YUV | 153.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 159 | 0 | 0.36 | 0.21 | 0.21 | 334.52 | 0.4 | 0.65 |
| Hex | C9 | 80 | 9F | 0 | 24 | 15 | 15 | 14F | 28 | 41 |
| Octal | 311 | 200 | 237 | 0 | 44 | 25 | 25 | 517 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10011111 | 0 | 100100 | 10101 | 10101 | 101001111 | 101000 | 1000001 |
Color Harmonies of #C9809F
Complementary color
Monochromatic Colors of #C9809F
Black with #C9809F
Text Example
Text Example
White with #C9809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9809F; }
p { color: rgb(201,128,159); }
H1.HeaderClassName
{
color: #C9809F;
}
.AnyTagClassName
{
color: #C9809F;
}
</style>
background-color css
<style>
a { background-color: #C9809F; }
a { background-color: rgb(201,128,159); }
div.DivClassName
{
background-color: #C9809F;
}
.BgClassName
{
background-color: #C9809F;
}
</style>
border-color css
<style>
span { border-color: #C9809F; }
span { border-color: rgb(201,128,159); }
td.TdClassName
{
border-color: #C9809F;
}
.TagClassName
{
border-color: #C9809F;
}
</style>