Shades of Puce #C58696
Tints of Puce #C58696
RGB
CMYK
RGB Variations
Color information
#C58696 (or 0xC58696) is known color: Puce. HEX triplet: C5, 86 and 96. RGB value is (197,134,150). Sum of RGB (Red+Green+Blue) = 197+134+150=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C58696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58696 is #3A7969. Grayscale: #9A9A9A. Windows color (decimal): -3832170 or 9864901. OLE color: 9864901.
HSL color Cylindrical-coordinate representation of color #C58696: hue angle of 344.76º 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 #C58696 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 150 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.23 |
| HSL | 344.76º | 0.35% | 0.65% | - |
| HSV(B) | 344.76º | 0.32% | 0.77% | - |
| XYZ | 37.06 | 31.12 | 32.91 | - |
| YUV | 154.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 150 | 0 | 0.32 | 0.24 | 0.23 | 344.76 | 0.35 | 0.65 |
| Hex | C5 | 86 | 96 | 0 | 20 | 18 | 17 | 159 | 23 | 41 |
| Octal | 305 | 206 | 226 | 0 | 40 | 30 | 27 | 531 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10010110 | 0 | 100000 | 11000 | 10111 | 101011001 | 100011 | 1000001 |
Color Harmonies of #C58696
Complementary color
Monochromatic Colors of #C58696
Black with #C58696
Text Example
Text Example
White with #C58696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58696; }
p { color: rgb(197,134,150); }
H1.HeaderClassName
{
color: #C58696;
}
.AnyTagClassName
{
color: #C58696;
}
</style>
background-color css
<style>
a { background-color: #C58696; }
a { background-color: rgb(197,134,150); }
div.DivClassName
{
background-color: #C58696;
}
.BgClassName
{
background-color: #C58696;
}
</style>
border-color css
<style>
span { border-color: #C58696; }
span { border-color: rgb(197,134,150); }
td.TdClassName
{
border-color: #C58696;
}
.TagClassName
{
border-color: #C58696;
}
</style>