Shades of Puce #C57E92
Tints of Puce #C57E92
RGB
CMYK
RGB Variations
Color information
#C57E92 (or 0xC57E92) is known color: Puce. HEX triplet: C5, 7E and 92. RGB value is (197,126,146). Sum of RGB (Red+Green+Blue) = 197+126+146=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E92 is #3A816D. Grayscale: #959595. Windows color (decimal): -3834222 or 9600709. OLE color: 9600709.
HSL color Cylindrical-coordinate representation of color #C57E92: hue angle of 343.1º 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 #C57E92 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 146 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.23 |
| HSL | 343.1º | 0.38% | 0.63% | - |
| HSV(B) | 343.1º | 0.36% | 0.77% | - |
| XYZ | 35.68 | 28.87 | 30.89 | - |
| YUV | 149.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 146 | 0 | 0.36 | 0.26 | 0.23 | 343.1 | 0.38 | 0.63 |
| Hex | C5 | 7E | 92 | 0 | 24 | 1A | 17 | 157 | 26 | 3F |
| Octal | 305 | 176 | 222 | 0 | 44 | 32 | 27 | 527 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10010010 | 0 | 100100 | 11010 | 10111 | 101010111 | 100110 | 111111 |
Color Harmonies of #C57E92
Complementary color
Monochromatic Colors of #C57E92
Black with #C57E92
Text Example
Text Example
White with #C57E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E92; }
p { color: rgb(197,126,146); }
H1.HeaderClassName
{
color: #C57E92;
}
.AnyTagClassName
{
color: #C57E92;
}
</style>
background-color css
<style>
a { background-color: #C57E92; }
a { background-color: rgb(197,126,146); }
div.DivClassName
{
background-color: #C57E92;
}
.BgClassName
{
background-color: #C57E92;
}
</style>
border-color css
<style>
span { border-color: #C57E92; }
span { border-color: rgb(197,126,146); }
td.TdClassName
{
border-color: #C57E92;
}
.TagClassName
{
border-color: #C57E92;
}
</style>