Shades of Puce #C57E90
Tints of Puce #C57E90
RGB
CMYK
RGB Variations
Color information
#C57E90 (or 0xC57E90) is known color: Puce. HEX triplet: C5, 7E and 90. RGB value is (197,126,144). Sum of RGB (Red+Green+Blue) = 197+126+144=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E90 is #3A816F. Grayscale: #959595. Windows color (decimal): -3834224 or 9469637. OLE color: 9469637.
HSL color Cylindrical-coordinate representation of color #C57E90: hue angle of 344.79º 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 #C57E90 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 144 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.23 |
| HSL | 344.79º | 0.38% | 0.63% | - |
| HSV(B) | 344.79º | 0.36% | 0.77% | - |
| XYZ | 35.52 | 28.81 | 30.07 | - |
| YUV | 149.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 144 | 0 | 0.36 | 0.27 | 0.23 | 344.79 | 0.38 | 0.63 |
| Hex | C5 | 7E | 90 | 0 | 24 | 1B | 17 | 159 | 26 | 3F |
| Octal | 305 | 176 | 220 | 0 | 44 | 33 | 27 | 531 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10010000 | 0 | 100100 | 11011 | 10111 | 101011001 | 100110 | 111111 |
Color Harmonies of #C57E90
Complementary color
Monochromatic Colors of #C57E90
Black with #C57E90
Text Example
Text Example
White with #C57E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E90; }
p { color: rgb(197,126,144); }
H1.HeaderClassName
{
color: #C57E90;
}
.AnyTagClassName
{
color: #C57E90;
}
</style>
background-color css
<style>
a { background-color: #C57E90; }
a { background-color: rgb(197,126,144); }
div.DivClassName
{
background-color: #C57E90;
}
.BgClassName
{
background-color: #C57E90;
}
</style>
border-color css
<style>
span { border-color: #C57E90; }
span { border-color: rgb(197,126,144); }
td.TdClassName
{
border-color: #C57E90;
}
.TagClassName
{
border-color: #C57E90;
}
</style>