Shades of Puce #C5809E
Tints of Puce #C5809E
RGB
CMYK
RGB Variations
Color information
#C5809E (or 0xC5809E) is known color: Puce. HEX triplet: C5, 80 and 9E. RGB value is (197,128,158). Sum of RGB (Red+Green+Blue) = 197+128+158=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5809E is #3A7F61. Grayscale: #989898. Windows color (decimal): -3833698 or 10387653. OLE color: 10387653.
HSL color Cylindrical-coordinate representation of color #C5809E: hue angle of 333.91º 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 #C5809E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 158 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.23 |
| HSL | 333.91º | 0.37% | 0.64% | - |
| HSV(B) | 333.91º | 0.35% | 0.77% | - |
| XYZ | 36.92 | 29.78 | 36.15 | - |
| YUV | 152.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 158 | 0 | 0.35 | 0.20 | 0.23 | 333.91 | 0.37 | 0.64 |
| Hex | C5 | 80 | 9E | 0 | 23 | 14 | 17 | 14E | 25 | 40 |
| Octal | 305 | 200 | 236 | 0 | 43 | 24 | 27 | 516 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10011110 | 0 | 100011 | 10100 | 10111 | 101001110 | 100101 | 1000000 |
Color Harmonies of #C5809E
Complementary color
Monochromatic Colors of #C5809E
Black with #C5809E
Text Example
Text Example
White with #C5809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5809E; }
p { color: rgb(197,128,158); }
H1.HeaderClassName
{
color: #C5809E;
}
.AnyTagClassName
{
color: #C5809E;
}
</style>
background-color css
<style>
a { background-color: #C5809E; }
a { background-color: rgb(197,128,158); }
div.DivClassName
{
background-color: #C5809E;
}
.BgClassName
{
background-color: #C5809E;
}
</style>
border-color css
<style>
span { border-color: #C5809E; }
span { border-color: rgb(197,128,158); }
td.TdClassName
{
border-color: #C5809E;
}
.TagClassName
{
border-color: #C5809E;
}
</style>