Shades of Puce #C58998
Tints of Puce #C58998
RGB
CMYK
RGB Variations
Color information
#C58998 (or 0xC58998) is known color: Puce. HEX triplet: C5, 89 and 98. RGB value is (197,137,152). Sum of RGB (Red+Green+Blue) = 197+137+152=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C58998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58998 is #3A7667. Grayscale: #9C9C9C. Windows color (decimal): -3831400 or 9996741. OLE color: 9996741.
HSL color Cylindrical-coordinate representation of color #C58998: hue angle of 345º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58998 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 152 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.23 |
| HSL | 345º | 0.34% | 0.65% | - |
| HSV(B) | 345º | 0.3% | 0.77% | - |
| XYZ | 37.64 | 32.03 | 33.9 | - |
| YUV | 156.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 152 | 0 | 0.30 | 0.23 | 0.23 | 345 | 0.34 | 0.65 |
| Hex | C5 | 89 | 98 | 0 | 1E | 17 | 17 | 159 | 22 | 41 |
| Octal | 305 | 211 | 230 | 0 | 36 | 27 | 27 | 531 | 42 | 101 |
| Binary | 11000101 | 10001001 | 10011000 | 0 | 11110 | 10111 | 10111 | 101011001 | 100010 | 1000001 |
Color Harmonies of #C58998
Complementary color
Monochromatic Colors of #C58998
Black with #C58998
Text Example
Text Example
White with #C58998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58998; }
p { color: rgb(197,137,152); }
H1.HeaderClassName
{
color: #C58998;
}
.AnyTagClassName
{
color: #C58998;
}
</style>
background-color css
<style>
a { background-color: #C58998; }
a { background-color: rgb(197,137,152); }
div.DivClassName
{
background-color: #C58998;
}
.BgClassName
{
background-color: #C58998;
}
</style>
border-color css
<style>
span { border-color: #C58998; }
span { border-color: rgb(197,137,152); }
td.TdClassName
{
border-color: #C58998;
}
.TagClassName
{
border-color: #C58998;
}
</style>