Shades of Puce #C57D94
Tints of Puce #C57D94
RGB
CMYK
RGB Variations
Color information
#C57D94 (or 0xC57D94) is known color: Puce. HEX triplet: C5, 7D and 94. RGB value is (197,125,148). Sum of RGB (Red+Green+Blue) = 197+125+148=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57D94 is #3A826B. Grayscale: #959595. Windows color (decimal): -3834476 or 9731525. OLE color: 9731525.
HSL color Cylindrical-coordinate representation of color #C57D94: hue angle of 340.83º 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 #C57D94 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 148 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.23 |
| HSL | 340.83º | 0.38% | 0.63% | - |
| HSV(B) | 340.83º | 0.37% | 0.77% | - |
| XYZ | 35.7 | 28.68 | 31.67 | - |
| YUV | 149.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 148 | 0 | 0.37 | 0.25 | 0.23 | 340.83 | 0.38 | 0.63 |
| Hex | C5 | 7D | 94 | 0 | 25 | 19 | 17 | 155 | 26 | 3F |
| Octal | 305 | 175 | 224 | 0 | 45 | 31 | 27 | 525 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10010100 | 0 | 100101 | 11001 | 10111 | 101010101 | 100110 | 111111 |
Color Harmonies of #C57D94
Complementary color
Monochromatic Colors of #C57D94
Black with #C57D94
Text Example
Text Example
White with #C57D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D94; }
p { color: rgb(197,125,148); }
H1.HeaderClassName
{
color: #C57D94;
}
.AnyTagClassName
{
color: #C57D94;
}
</style>
background-color css
<style>
a { background-color: #C57D94; }
a { background-color: rgb(197,125,148); }
div.DivClassName
{
background-color: #C57D94;
}
.BgClassName
{
background-color: #C57D94;
}
</style>
border-color css
<style>
span { border-color: #C57D94; }
span { border-color: rgb(197,125,148); }
td.TdClassName
{
border-color: #C57D94;
}
.TagClassName
{
border-color: #C57D94;
}
</style>