Shades of Puce #C5858E
Tints of Puce #C5858E
RGB
CMYK
RGB Variations
Color information
#C5858E (or 0xC5858E) is known color: Puce. HEX triplet: C5, 85 and 8E. RGB value is (197,133,142). Sum of RGB (Red+Green+Blue) = 197+133+142=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5858E is #3A7A71. Grayscale: #999999. Windows color (decimal): -3832434 or 9340357. OLE color: 9340357.
HSL color Cylindrical-coordinate representation of color #C5858E: hue angle of 351.56º 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 #C5858E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 142 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.23 |
| HSL | 351.56º | 0.36% | 0.65% | - |
| HSV(B) | 351.56º | 0.32% | 0.77% | - |
| XYZ | 36.3 | 30.6 | 29.58 | - |
| YUV | 153.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 142 | 0 | 0.32 | 0.28 | 0.23 | 351.56 | 0.36 | 0.65 |
| Hex | C5 | 85 | 8E | 0 | 20 | 1C | 17 | 160 | 24 | 41 |
| Octal | 305 | 205 | 216 | 0 | 40 | 34 | 27 | 540 | 44 | 101 |
| Binary | 11000101 | 10000101 | 10001110 | 0 | 100000 | 11100 | 10111 | 101100000 | 100100 | 1000001 |
Color Harmonies of #C5858E
Complementary color
Monochromatic Colors of #C5858E
Black with #C5858E
Text Example
Text Example
White with #C5858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5858E; }
p { color: rgb(197,133,142); }
H1.HeaderClassName
{
color: #C5858E;
}
.AnyTagClassName
{
color: #C5858E;
}
</style>
background-color css
<style>
a { background-color: #C5858E; }
a { background-color: rgb(197,133,142); }
div.DivClassName
{
background-color: #C5858E;
}
.BgClassName
{
background-color: #C5858E;
}
</style>
border-color css
<style>
span { border-color: #C5858E; }
span { border-color: rgb(197,133,142); }
td.TdClassName
{
border-color: #C5858E;
}
.TagClassName
{
border-color: #C5858E;
}
</style>