Shades of Puce #C57D95
Tints of Puce #C57D95
RGB
CMYK
RGB Variations
Color information
#C57D95 (or 0xC57D95) is known color: Puce. HEX triplet: C5, 7D and 95. RGB value is (197,125,149). Sum of RGB (Red+Green+Blue) = 197+125+149=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57D95 is #3A826A. Grayscale: #959595. Windows color (decimal): -3834475 or 9797061. OLE color: 9797061.
HSL color Cylindrical-coordinate representation of color #C57D95: hue angle of 340º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57D95 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 149 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.23 |
| HSL | 340º | 0.38% | 0.63% | - |
| HSV(B) | 340º | 0.37% | 0.77% | - |
| XYZ | 35.78 | 28.71 | 32.09 | - |
| YUV | 149.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 149 | 0 | 0.37 | 0.24 | 0.23 | 340 | 0.38 | 0.63 |
| Hex | C5 | 7D | 95 | 0 | 25 | 18 | 17 | 154 | 26 | 3F |
| Octal | 305 | 175 | 225 | 0 | 45 | 30 | 27 | 524 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10010101 | 0 | 100101 | 11000 | 10111 | 101010100 | 100110 | 111111 |
Color Harmonies of #C57D95
Complementary color
Monochromatic Colors of #C57D95
Black with #C57D95
Text Example
Text Example
White with #C57D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D95; }
p { color: rgb(197,125,149); }
H1.HeaderClassName
{
color: #C57D95;
}
.AnyTagClassName
{
color: #C57D95;
}
</style>
background-color css
<style>
a { background-color: #C57D95; }
a { background-color: rgb(197,125,149); }
div.DivClassName
{
background-color: #C57D95;
}
.BgClassName
{
background-color: #C57D95;
}
</style>
border-color css
<style>
span { border-color: #C57D95; }
span { border-color: rgb(197,125,149); }
td.TdClassName
{
border-color: #C57D95;
}
.TagClassName
{
border-color: #C57D95;
}
</style>