Shades of Puce #C58399
Tints of Puce #C58399
RGB
CMYK
RGB Variations
Color information
#C58399 (or 0xC58399) is known color: Puce. HEX triplet: C5, 83 and 99. RGB value is (197,131,153). Sum of RGB (Red+Green+Blue) = 197+131+153=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C58399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58399 is #3A7C66. Grayscale: #999999. Windows color (decimal): -3832935 or 10060741. OLE color: 10060741.
HSL color Cylindrical-coordinate representation of color #C58399: hue angle of 340º 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 #C58399 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 153 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.23 |
| HSL | 340º | 0.36% | 0.64% | - |
| HSV(B) | 340º | 0.34% | 0.77% | - |
| XYZ | 36.89 | 30.4 | 34.06 | - |
| YUV | 153.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 153 | 0 | 0.34 | 0.22 | 0.23 | 340 | 0.36 | 0.64 |
| Hex | C5 | 83 | 99 | 0 | 22 | 16 | 17 | 154 | 24 | 40 |
| Octal | 305 | 203 | 231 | 0 | 42 | 26 | 27 | 524 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10011001 | 0 | 100010 | 10110 | 10111 | 101010100 | 100100 | 1000000 |
Color Harmonies of #C58399
Complementary color
Monochromatic Colors of #C58399
Black with #C58399
Text Example
Text Example
White with #C58399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58399; }
p { color: rgb(197,131,153); }
H1.HeaderClassName
{
color: #C58399;
}
.AnyTagClassName
{
color: #C58399;
}
</style>
background-color css
<style>
a { background-color: #C58399; }
a { background-color: rgb(197,131,153); }
div.DivClassName
{
background-color: #C58399;
}
.BgClassName
{
background-color: #C58399;
}
</style>
border-color css
<style>
span { border-color: #C58399; }
span { border-color: rgb(197,131,153); }
td.TdClassName
{
border-color: #C58399;
}
.TagClassName
{
border-color: #C58399;
}
</style>