Shades of Puce #C57E9E
Tints of Puce #C57E9E
RGB
CMYK
RGB Variations
Color information
#C57E9E (or 0xC57E9E) is known color: Puce. HEX triplet: C5, 7E and 9E. RGB value is (197,126,158). Sum of RGB (Red+Green+Blue) = 197+126+158=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E9E is #3A8161. Grayscale: #969696. Windows color (decimal): -3834210 or 10387141. OLE color: 10387141.
HSL color Cylindrical-coordinate representation of color #C57E9E: hue angle of 332.96º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57E9E is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 158 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.23 |
| HSL | 332.96º | 0.38% | 0.63% | - |
| HSV(B) | 332.96º | 0.36% | 0.77% | - |
| XYZ | 36.66 | 29.26 | 36.06 | - |
| YUV | 150.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 158 | 0 | 0.36 | 0.20 | 0.23 | 332.96 | 0.38 | 0.63 |
| Hex | C5 | 7E | 9E | 0 | 24 | 14 | 17 | 14D | 26 | 3F |
| Octal | 305 | 176 | 236 | 0 | 44 | 24 | 27 | 515 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10011110 | 0 | 100100 | 10100 | 10111 | 101001101 | 100110 | 111111 |
Color Harmonies of #C57E9E
Complementary color
Monochromatic Colors of #C57E9E
Black with #C57E9E
Text Example
Text Example
White with #C57E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E9E; }
p { color: rgb(197,126,158); }
H1.HeaderClassName
{
color: #C57E9E;
}
.AnyTagClassName
{
color: #C57E9E;
}
</style>
background-color css
<style>
a { background-color: #C57E9E; }
a { background-color: rgb(197,126,158); }
div.DivClassName
{
background-color: #C57E9E;
}
.BgClassName
{
background-color: #C57E9E;
}
</style>
border-color css
<style>
span { border-color: #C57E9E; }
span { border-color: rgb(197,126,158); }
td.TdClassName
{
border-color: #C57E9E;
}
.TagClassName
{
border-color: #C57E9E;
}
</style>