Shades of Puce #C58588
Tints of Puce #C58588
RGB
CMYK
RGB Variations
Color information
#C58588 (or 0xC58588) is known color: Puce. HEX triplet: C5, 85 and 88. RGB value is (197,133,136). Sum of RGB (Red+Green+Blue) = 197+133+136=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C58588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58588 is #3A7A77. Grayscale: #989898. Windows color (decimal): -3832440 or 8947141. OLE color: 8947141.
HSL color Cylindrical-coordinate representation of color #C58588: hue angle of 357.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58588 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 136 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.23 |
| HSL | 357.19º | 0.36% | 0.65% | - |
| HSV(B) | 357.19º | 0.32% | 0.77% | - |
| XYZ | 35.86 | 30.42 | 27.27 | - |
| YUV | 152.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 136 | 0 | 0.32 | 0.31 | 0.23 | 357.19 | 0.36 | 0.65 |
| Hex | C5 | 85 | 88 | 0 | 20 | 1F | 17 | 165 | 24 | 41 |
| Octal | 305 | 205 | 210 | 0 | 40 | 37 | 27 | 545 | 44 | 101 |
| Binary | 11000101 | 10000101 | 10001000 | 0 | 100000 | 11111 | 10111 | 101100101 | 100100 | 1000001 |
Color Harmonies of #C58588
Complementary color
Monochromatic Colors of #C58588
Black with #C58588
Text Example
Text Example
White with #C58588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58588; }
p { color: rgb(197,133,136); }
H1.HeaderClassName
{
color: #C58588;
}
.AnyTagClassName
{
color: #C58588;
}
</style>
background-color css
<style>
a { background-color: #C58588; }
a { background-color: rgb(197,133,136); }
div.DivClassName
{
background-color: #C58588;
}
.BgClassName
{
background-color: #C58588;
}
</style>
border-color css
<style>
span { border-color: #C58588; }
span { border-color: rgb(197,133,136); }
td.TdClassName
{
border-color: #C58588;
}
.TagClassName
{
border-color: #C58588;
}
</style>