Shades of Puce #C5809C
Tints of Puce #C5809C
RGB
CMYK
RGB Variations
Color information
#C5809C (or 0xC5809C) is known color: Puce. HEX triplet: C5, 80 and 9C. RGB value is (197,128,156). Sum of RGB (Red+Green+Blue) = 197+128+156=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5809C is #3A7F63. Grayscale: #979797. Windows color (decimal): -3833700 or 10256581. OLE color: 10256581.
HSL color Cylindrical-coordinate representation of color #C5809C: hue angle of 335.65º 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 #C5809C is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 156 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.23 |
| HSL | 335.65º | 0.37% | 0.64% | - |
| HSV(B) | 335.65º | 0.35% | 0.77% | - |
| XYZ | 36.75 | 29.71 | 35.25 | - |
| YUV | 151.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 156 | 0 | 0.35 | 0.21 | 0.23 | 335.65 | 0.37 | 0.64 |
| Hex | C5 | 80 | 9C | 0 | 23 | 15 | 17 | 150 | 25 | 40 |
| Octal | 305 | 200 | 234 | 0 | 43 | 25 | 27 | 520 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10011100 | 0 | 100011 | 10101 | 10111 | 101010000 | 100101 | 1000000 |
Color Harmonies of #C5809C
Complementary color
Monochromatic Colors of #C5809C
Black with #C5809C
Text Example
Text Example
White with #C5809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5809C; }
p { color: rgb(197,128,156); }
H1.HeaderClassName
{
color: #C5809C;
}
.AnyTagClassName
{
color: #C5809C;
}
</style>
background-color css
<style>
a { background-color: #C5809C; }
a { background-color: rgb(197,128,156); }
div.DivClassName
{
background-color: #C5809C;
}
.BgClassName
{
background-color: #C5809C;
}
</style>
border-color css
<style>
span { border-color: #C5809C; }
span { border-color: rgb(197,128,156); }
td.TdClassName
{
border-color: #C5809C;
}
.TagClassName
{
border-color: #C5809C;
}
</style>