Shades of Puce #C9809C
Tints of Puce #C9809C
RGB
CMYK
RGB Variations
Color information
#C9809C (or 0xC9809C) is known color: Puce. HEX triplet: C9, 80 and 9C. RGB value is (201,128,156). Sum of RGB (Red+Green+Blue) = 201+128+156=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9809C is #367F63. Grayscale: #989898. Windows color (decimal): -3571556 or 10256585. OLE color: 10256585.
HSL color Cylindrical-coordinate representation of color #C9809C: hue angle of 336.99º 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 #C9809C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 156 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.21 |
| HSL | 336.99º | 0.4% | 0.65% | - |
| HSV(B) | 336.99º | 0.36% | 0.79% | - |
| XYZ | 37.81 | 30.26 | 35.3 | - |
| YUV | 153.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 156 | 0 | 0.36 | 0.22 | 0.21 | 336.99 | 0.4 | 0.65 |
| Hex | C9 | 80 | 9C | 0 | 24 | 16 | 15 | 151 | 28 | 41 |
| Octal | 311 | 200 | 234 | 0 | 44 | 26 | 25 | 521 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10011100 | 0 | 100100 | 10110 | 10101 | 101010001 | 101000 | 1000001 |
Color Harmonies of #C9809C
Complementary color
Monochromatic Colors of #C9809C
Black with #C9809C
Text Example
Text Example
White with #C9809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9809C; }
p { color: rgb(201,128,156); }
H1.HeaderClassName
{
color: #C9809C;
}
.AnyTagClassName
{
color: #C9809C;
}
</style>
background-color css
<style>
a { background-color: #C9809C; }
a { background-color: rgb(201,128,156); }
div.DivClassName
{
background-color: #C9809C;
}
.BgClassName
{
background-color: #C9809C;
}
</style>
border-color css
<style>
span { border-color: #C9809C; }
span { border-color: rgb(201,128,156); }
td.TdClassName
{
border-color: #C9809C;
}
.TagClassName
{
border-color: #C9809C;
}
</style>