Shades of Puce #C58895
Tints of Puce #C58895
RGB
CMYK
RGB Variations
Color information
#C58895 (or 0xC58895) is known color: Puce. HEX triplet: C5, 88 and 95. RGB value is (197,136,149). Sum of RGB (Red+Green+Blue) = 197+136+149=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58895 is #3A776A. Grayscale: #9B9B9B. Windows color (decimal): -3831659 or 9799877. OLE color: 9799877.
HSL color Cylindrical-coordinate representation of color #C58895: hue angle of 347.21º 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 #C58895 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 149 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.23 |
| HSL | 347.21º | 0.34% | 0.65% | - |
| HSV(B) | 347.21º | 0.31% | 0.77% | - |
| XYZ | 37.25 | 31.65 | 32.58 | - |
| YUV | 155.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 149 | 0 | 0.31 | 0.24 | 0.23 | 347.21 | 0.34 | 0.65 |
| Hex | C5 | 88 | 95 | 0 | 1F | 18 | 17 | 15B | 22 | 41 |
| Octal | 305 | 210 | 225 | 0 | 37 | 30 | 27 | 533 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10010101 | 0 | 11111 | 11000 | 10111 | 101011011 | 100010 | 1000001 |
Color Harmonies of #C58895
Complementary color
Monochromatic Colors of #C58895
Black with #C58895
Text Example
Text Example
White with #C58895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58895; }
p { color: rgb(197,136,149); }
H1.HeaderClassName
{
color: #C58895;
}
.AnyTagClassName
{
color: #C58895;
}
</style>
background-color css
<style>
a { background-color: #C58895; }
a { background-color: rgb(197,136,149); }
div.DivClassName
{
background-color: #C58895;
}
.BgClassName
{
background-color: #C58895;
}
</style>
border-color css
<style>
span { border-color: #C58895; }
span { border-color: rgb(197,136,149); }
td.TdClassName
{
border-color: #C58895;
}
.TagClassName
{
border-color: #C58895;
}
</style>