Shades of Puce #C58697
Tints of Puce #C58697
RGB
CMYK
RGB Variations
Color information
#C58697 (or 0xC58697) is known color: Puce. HEX triplet: C5, 86 and 97. RGB value is (197,134,151). Sum of RGB (Red+Green+Blue) = 197+134+151=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58697 is #3A7968. Grayscale: #9A9A9A. Windows color (decimal): -3832169 or 9930437. OLE color: 9930437.
HSL color Cylindrical-coordinate representation of color #C58697: hue angle of 343.81º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58697 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 151 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.23 |
| HSL | 343.81º | 0.35% | 0.65% | - |
| HSV(B) | 343.81º | 0.32% | 0.77% | - |
| XYZ | 37.14 | 31.15 | 33.33 | - |
| YUV | 154.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 151 | 0 | 0.32 | 0.23 | 0.23 | 343.81 | 0.35 | 0.65 |
| Hex | C5 | 86 | 97 | 0 | 20 | 17 | 17 | 158 | 23 | 41 |
| Octal | 305 | 206 | 227 | 0 | 40 | 27 | 27 | 530 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10010111 | 0 | 100000 | 10111 | 10111 | 101011000 | 100011 | 1000001 |
Color Harmonies of #C58697
Complementary color
Monochromatic Colors of #C58697
Black with #C58697
Text Example
Text Example
White with #C58697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58697; }
p { color: rgb(197,134,151); }
H1.HeaderClassName
{
color: #C58697;
}
.AnyTagClassName
{
color: #C58697;
}
</style>
background-color css
<style>
a { background-color: #C58697; }
a { background-color: rgb(197,134,151); }
div.DivClassName
{
background-color: #C58697;
}
.BgClassName
{
background-color: #C58697;
}
</style>
border-color css
<style>
span { border-color: #C58697; }
span { border-color: rgb(197,134,151); }
td.TdClassName
{
border-color: #C58697;
}
.TagClassName
{
border-color: #C58697;
}
</style>