Shades of Puce #C57F9E
Tints of Puce #C57F9E
RGB
CMYK
RGB Variations
Color information
#C57F9E (or 0xC57F9E) is known color: Puce. HEX triplet: C5, 7F and 9E. RGB value is (197,127,158). Sum of RGB (Red+Green+Blue) = 197+127+158=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F9E is #3A8061. Grayscale: #979797. Windows color (decimal): -3833954 or 10387397. OLE color: 10387397.
HSL color Cylindrical-coordinate representation of color #C57F9E: hue angle of 333.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57F9E is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 158 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.23 |
| HSL | 333.43º | 0.38% | 0.64% | - |
| HSV(B) | 333.43º | 0.36% | 0.77% | - |
| XYZ | 36.79 | 29.52 | 36.11 | - |
| YUV | 151.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 158 | 0 | 0.36 | 0.20 | 0.23 | 333.43 | 0.38 | 0.64 |
| Hex | C5 | 7F | 9E | 0 | 24 | 14 | 17 | 14D | 26 | 40 |
| Octal | 305 | 177 | 236 | 0 | 44 | 24 | 27 | 515 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10011110 | 0 | 100100 | 10100 | 10111 | 101001101 | 100110 | 1000000 |
Color Harmonies of #C57F9E
Complementary color
Monochromatic Colors of #C57F9E
Black with #C57F9E
Text Example
Text Example
White with #C57F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F9E; }
p { color: rgb(197,127,158); }
H1.HeaderClassName
{
color: #C57F9E;
}
.AnyTagClassName
{
color: #C57F9E;
}
</style>
background-color css
<style>
a { background-color: #C57F9E; }
a { background-color: rgb(197,127,158); }
div.DivClassName
{
background-color: #C57F9E;
}
.BgClassName
{
background-color: #C57F9E;
}
</style>
border-color css
<style>
span { border-color: #C57F9E; }
span { border-color: rgb(197,127,158); }
td.TdClassName
{
border-color: #C57F9E;
}
.TagClassName
{
border-color: #C57F9E;
}
</style>