Shades of Puce #C5839E
Tints of Puce #C5839E
RGB
CMYK
RGB Variations
Color information
#C5839E (or 0xC5839E) is known color: Puce. HEX triplet: C5, 83 and 9E. RGB value is (197,131,158). Sum of RGB (Red+Green+Blue) = 197+131+158=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5839E is #3A7C61. Grayscale: #999999. Windows color (decimal): -3832930 or 10388421. OLE color: 10388421.
HSL color Cylindrical-coordinate representation of color #C5839E: hue angle of 335.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5839E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 158 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.23 |
| HSL | 335.45º | 0.36% | 0.64% | - |
| HSV(B) | 335.45º | 0.34% | 0.77% | - |
| XYZ | 37.31 | 30.57 | 36.28 | - |
| YUV | 153.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 158 | 0 | 0.34 | 0.20 | 0.23 | 335.45 | 0.36 | 0.64 |
| Hex | C5 | 83 | 9E | 0 | 22 | 14 | 17 | 14F | 24 | 40 |
| Octal | 305 | 203 | 236 | 0 | 42 | 24 | 27 | 517 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10011110 | 0 | 100010 | 10100 | 10111 | 101001111 | 100100 | 1000000 |
Color Harmonies of #C5839E
Complementary color
Monochromatic Colors of #C5839E
Black with #C5839E
Text Example
Text Example
White with #C5839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5839E; }
p { color: rgb(197,131,158); }
H1.HeaderClassName
{
color: #C5839E;
}
.AnyTagClassName
{
color: #C5839E;
}
</style>
background-color css
<style>
a { background-color: #C5839E; }
a { background-color: rgb(197,131,158); }
div.DivClassName
{
background-color: #C5839E;
}
.BgClassName
{
background-color: #C5839E;
}
</style>
border-color css
<style>
span { border-color: #C5839E; }
span { border-color: rgb(197,131,158); }
td.TdClassName
{
border-color: #C5839E;
}
.TagClassName
{
border-color: #C5839E;
}
</style>