Shades of Puce #C58587
Tints of Puce #C58587
RGB
CMYK
RGB Variations
Color information
#C58587 (or 0xC58587) is known color: Puce. HEX triplet: C5, 85 and 87. RGB value is (197,133,135). Sum of RGB (Red+Green+Blue) = 197+133+135=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C58587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58587 is #3A7A78. Grayscale: #989898. Windows color (decimal): -3832441 or 8881605. OLE color: 8881605.
HSL color Cylindrical-coordinate representation of color #C58587: hue angle of 358.12º 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 #C58587 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 135 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.23 |
| HSL | 358.13º | 0.36% | 0.65% | - |
| HSV(B) | 358.13º | 0.32% | 0.77% | - |
| XYZ | 35.79 | 30.39 | 26.9 | - |
| YUV | 152.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 135 | 0 | 0.32 | 0.31 | 0.23 | 358.13 | 0.36 | 0.65 |
| Hex | C5 | 85 | 87 | 0 | 20 | 1F | 17 | 166 | 24 | 41 |
| Octal | 305 | 205 | 207 | 0 | 40 | 37 | 27 | 546 | 44 | 101 |
| Binary | 11000101 | 10000101 | 10000111 | 0 | 100000 | 11111 | 10111 | 101100110 | 100100 | 1000001 |
Color Harmonies of #C58587
Complementary color
Monochromatic Colors of #C58587
Black with #C58587
Text Example
Text Example
White with #C58587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58587; }
p { color: rgb(197,133,135); }
H1.HeaderClassName
{
color: #C58587;
}
.AnyTagClassName
{
color: #C58587;
}
</style>
background-color css
<style>
a { background-color: #C58587; }
a { background-color: rgb(197,133,135); }
div.DivClassName
{
background-color: #C58587;
}
.BgClassName
{
background-color: #C58587;
}
</style>
border-color css
<style>
span { border-color: #C58587; }
span { border-color: rgb(197,133,135); }
td.TdClassName
{
border-color: #C58587;
}
.TagClassName
{
border-color: #C58587;
}
</style>