Shades of Puce #C5809F
Tints of Puce #C5809F
RGB
CMYK
RGB Variations
Color information
#C5809F (or 0xC5809F) is known color: Puce. HEX triplet: C5, 80 and 9F. RGB value is (197,128,159). Sum of RGB (Red+Green+Blue) = 197+128+159=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5809F is #3A7F60. Grayscale: #989898. Windows color (decimal): -3833697 or 10453189. OLE color: 10453189.
HSL color Cylindrical-coordinate representation of color #C5809F: hue angle of 333.04º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5809F is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 159 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.23 |
| HSL | 333.04º | 0.37% | 0.64% | - |
| HSV(B) | 333.04º | 0.35% | 0.77% | - |
| XYZ | 37 | 29.81 | 36.6 | - |
| YUV | 152.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 159 | 0 | 0.35 | 0.19 | 0.23 | 333.04 | 0.37 | 0.64 |
| Hex | C5 | 80 | 9F | 0 | 23 | 13 | 17 | 14D | 25 | 40 |
| Octal | 305 | 200 | 237 | 0 | 43 | 23 | 27 | 515 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10011111 | 0 | 100011 | 10011 | 10111 | 101001101 | 100101 | 1000000 |
Color Harmonies of #C5809F
Complementary color
Monochromatic Colors of #C5809F
Black with #C5809F
Text Example
Text Example
White with #C5809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5809F; }
p { color: rgb(197,128,159); }
H1.HeaderClassName
{
color: #C5809F;
}
.AnyTagClassName
{
color: #C5809F;
}
</style>
background-color css
<style>
a { background-color: #C5809F; }
a { background-color: rgb(197,128,159); }
div.DivClassName
{
background-color: #C5809F;
}
.BgClassName
{
background-color: #C5809F;
}
</style>
border-color css
<style>
span { border-color: #C5809F; }
span { border-color: rgb(197,128,159); }
td.TdClassName
{
border-color: #C5809F;
}
.TagClassName
{
border-color: #C5809F;
}
</style>