Shades of Puce #C58489
Tints of Puce #C58489
RGB
CMYK
RGB Variations
Color information
#C58489 (or 0xC58489) is known color: Puce. HEX triplet: C5, 84 and 89. RGB value is (197,132,137). Sum of RGB (Red+Green+Blue) = 197+132+137=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C58489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58489 is #3A7B76. Grayscale: #989898. Windows color (decimal): -3832695 or 9012421. OLE color: 9012421.
HSL color Cylindrical-coordinate representation of color #C58489: hue angle of 355.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58489 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 137 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.23 |
| HSL | 355.38º | 0.36% | 0.65% | - |
| HSV(B) | 355.38º | 0.33% | 0.77% | - |
| XYZ | 35.79 | 30.18 | 27.61 | - |
| YUV | 152.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 137 | 0 | 0.33 | 0.30 | 0.23 | 355.38 | 0.36 | 0.65 |
| Hex | C5 | 84 | 89 | 0 | 21 | 1E | 17 | 163 | 24 | 41 |
| Octal | 305 | 204 | 211 | 0 | 41 | 36 | 27 | 543 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10001001 | 0 | 100001 | 11110 | 10111 | 101100011 | 100100 | 1000001 |
Color Harmonies of #C58489
Complementary color
Monochromatic Colors of #C58489
Black with #C58489
Text Example
Text Example
White with #C58489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58489; }
p { color: rgb(197,132,137); }
H1.HeaderClassName
{
color: #C58489;
}
.AnyTagClassName
{
color: #C58489;
}
</style>
background-color css
<style>
a { background-color: #C58489; }
a { background-color: rgb(197,132,137); }
div.DivClassName
{
background-color: #C58489;
}
.BgClassName
{
background-color: #C58489;
}
</style>
border-color css
<style>
span { border-color: #C58489; }
span { border-color: rgb(197,132,137); }
td.TdClassName
{
border-color: #C58489;
}
.TagClassName
{
border-color: #C58489;
}
</style>