Shades of Puce #C58891
Tints of Puce #C58891
RGB
CMYK
RGB Variations
Color information
#C58891 (or 0xC58891) is known color: Puce. HEX triplet: C5, 88 and 91. RGB value is (197,136,145). Sum of RGB (Red+Green+Blue) = 197+136+145=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58891 is #3A776E. Grayscale: #9B9B9B. Windows color (decimal): -3831663 or 9537733. OLE color: 9537733.
HSL color Cylindrical-coordinate representation of color #C58891: hue angle of 351.15º 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 #C58891 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 145 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.23 |
| HSL | 351.15º | 0.34% | 0.65% | - |
| HSV(B) | 351.15º | 0.31% | 0.77% | - |
| XYZ | 36.94 | 31.52 | 30.93 | - |
| YUV | 155.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 145 | 0 | 0.31 | 0.26 | 0.23 | 351.15 | 0.34 | 0.65 |
| Hex | C5 | 88 | 91 | 0 | 1F | 1A | 17 | 15F | 22 | 41 |
| Octal | 305 | 210 | 221 | 0 | 37 | 32 | 27 | 537 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10010001 | 0 | 11111 | 11010 | 10111 | 101011111 | 100010 | 1000001 |
Color Harmonies of #C58891
Complementary color
Monochromatic Colors of #C58891
Black with #C58891
Text Example
Text Example
White with #C58891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58891; }
p { color: rgb(197,136,145); }
H1.HeaderClassName
{
color: #C58891;
}
.AnyTagClassName
{
color: #C58891;
}
</style>
background-color css
<style>
a { background-color: #C58891; }
a { background-color: rgb(197,136,145); }
div.DivClassName
{
background-color: #C58891;
}
.BgClassName
{
background-color: #C58891;
}
</style>
border-color css
<style>
span { border-color: #C58891; }
span { border-color: rgb(197,136,145); }
td.TdClassName
{
border-color: #C58891;
}
.TagClassName
{
border-color: #C58891;
}
</style>