Shades of Puce #C58D91
Tints of Puce #C58D91
RGB
CMYK
RGB Variations
Color information
#C58D91 (or 0xC58D91) is known color: Puce. HEX triplet: C5, 8D and 91. RGB value is (197,141,145). Sum of RGB (Red+Green+Blue) = 197+141+145=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D91 is #3A726E. Grayscale: #9E9E9E. Windows color (decimal): -3830383 or 9539013. OLE color: 9539013.
HSL color Cylindrical-coordinate representation of color #C58D91: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58D91 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 145 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.23 |
| HSL | 355.71º | 0.33% | 0.66% | - |
| HSV(B) | 355.71º | 0.28% | 0.77% | - |
| XYZ | 37.66 | 32.96 | 31.17 | - |
| YUV | 158.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 145 | 0 | 0.28 | 0.26 | 0.23 | 355.71 | 0.33 | 0.66 |
| Hex | C5 | 8D | 91 | 0 | 1C | 1A | 17 | 164 | 21 | 42 |
| Octal | 305 | 215 | 221 | 0 | 34 | 32 | 27 | 544 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10010001 | 0 | 11100 | 11010 | 10111 | 101100100 | 100001 | 1000010 |
Color Harmonies of #C58D91
Complementary color
Monochromatic Colors of #C58D91
Black with #C58D91
Text Example
Text Example
White with #C58D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D91; }
p { color: rgb(197,141,145); }
H1.HeaderClassName
{
color: #C58D91;
}
.AnyTagClassName
{
color: #C58D91;
}
</style>
background-color css
<style>
a { background-color: #C58D91; }
a { background-color: rgb(197,141,145); }
div.DivClassName
{
background-color: #C58D91;
}
.BgClassName
{
background-color: #C58D91;
}
</style>
border-color css
<style>
span { border-color: #C58D91; }
span { border-color: rgb(197,141,145); }
td.TdClassName
{
border-color: #C58D91;
}
.TagClassName
{
border-color: #C58D91;
}
</style>