Shades of Puce #C9809B
Tints of Puce #C9809B
RGB
CMYK
RGB Variations
Color information
#C9809B (or 0xC9809B) is known color: Puce. HEX triplet: C9, 80 and 9B. RGB value is (201,128,155). Sum of RGB (Red+Green+Blue) = 201+128+155=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C9809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9809B is #367F64. Grayscale: #989898. Windows color (decimal): -3571557 or 10191049. OLE color: 10191049.
HSL color Cylindrical-coordinate representation of color #C9809B: hue angle of 337.81º 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 #C9809B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 155 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.21 |
| HSL | 337.81º | 0.4% | 0.65% | - |
| HSV(B) | 337.81º | 0.36% | 0.79% | - |
| XYZ | 37.72 | 30.22 | 34.86 | - |
| YUV | 152.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 155 | 0 | 0.36 | 0.23 | 0.21 | 337.81 | 0.4 | 0.65 |
| Hex | C9 | 80 | 9B | 0 | 24 | 17 | 15 | 152 | 28 | 41 |
| Octal | 311 | 200 | 233 | 0 | 44 | 27 | 25 | 522 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10011011 | 0 | 100100 | 10111 | 10101 | 101010010 | 101000 | 1000001 |
Color Harmonies of #C9809B
Complementary color
Monochromatic Colors of #C9809B
Black with #C9809B
Text Example
Text Example
White with #C9809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9809B; }
p { color: rgb(201,128,155); }
H1.HeaderClassName
{
color: #C9809B;
}
.AnyTagClassName
{
color: #C9809B;
}
</style>
background-color css
<style>
a { background-color: #C9809B; }
a { background-color: rgb(201,128,155); }
div.DivClassName
{
background-color: #C9809B;
}
.BgClassName
{
background-color: #C9809B;
}
</style>
border-color css
<style>
span { border-color: #C9809B; }
span { border-color: rgb(201,128,155); }
td.TdClassName
{
border-color: #C9809B;
}
.TagClassName
{
border-color: #C9809B;
}
</style>