Shades of Puce #C58898
Tints of Puce #C58898
RGB
CMYK
RGB Variations
Color information
#C58898 (or 0xC58898) is known color: Puce. HEX triplet: C5, 88 and 98. RGB value is (197,136,152). Sum of RGB (Red+Green+Blue) = 197+136+152=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C58898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58898 is #3A7767. Grayscale: #9C9C9C. Windows color (decimal): -3831656 or 9996485. OLE color: 9996485.
HSL color Cylindrical-coordinate representation of color #C58898: hue angle of 344.26º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58898 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 152 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.23 |
| HSL | 344.26º | 0.34% | 0.65% | - |
| HSV(B) | 344.26º | 0.31% | 0.77% | - |
| XYZ | 37.5 | 31.75 | 33.86 | - |
| YUV | 156.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 152 | 0 | 0.31 | 0.23 | 0.23 | 344.26 | 0.34 | 0.65 |
| Hex | C5 | 88 | 98 | 0 | 1F | 17 | 17 | 158 | 22 | 41 |
| Octal | 305 | 210 | 230 | 0 | 37 | 27 | 27 | 530 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10011000 | 0 | 11111 | 10111 | 10111 | 101011000 | 100010 | 1000001 |
Color Harmonies of #C58898
Complementary color
Monochromatic Colors of #C58898
Black with #C58898
Text Example
Text Example
White with #C58898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58898; }
p { color: rgb(197,136,152); }
H1.HeaderClassName
{
color: #C58898;
}
.AnyTagClassName
{
color: #C58898;
}
</style>
background-color css
<style>
a { background-color: #C58898; }
a { background-color: rgb(197,136,152); }
div.DivClassName
{
background-color: #C58898;
}
.BgClassName
{
background-color: #C58898;
}
</style>
border-color css
<style>
span { border-color: #C58898; }
span { border-color: rgb(197,136,152); }
td.TdClassName
{
border-color: #C58898;
}
.TagClassName
{
border-color: #C58898;
}
</style>