Shades of Charm #C57E8E
Tints of Charm #C57E8E
RGB
CMYK
RGB Variations
Color information
#C57E8E (or 0xC57E8E) is known color: Charm. HEX triplet: C5, 7E and 8E. RGB value is (197,126,142). Sum of RGB (Red+Green+Blue) = 197+126+142=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E8E is #3A8171. Grayscale: #959595. Windows color (decimal): -3834226 or 9338565. OLE color: 9338565.
HSL color Cylindrical-coordinate representation of color #C57E8E: hue angle of 346.48º 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 #C57E8E is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 142 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.23 |
| HSL | 346.48º | 0.38% | 0.63% | - |
| HSV(B) | 346.48º | 0.36% | 0.77% | - |
| XYZ | 35.37 | 28.75 | 29.28 | - |
| YUV | 149.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 142 | 0 | 0.36 | 0.28 | 0.23 | 346.48 | 0.38 | 0.63 |
| Hex | C5 | 7E | 8E | 0 | 24 | 1C | 17 | 15A | 26 | 3F |
| Octal | 305 | 176 | 216 | 0 | 44 | 34 | 27 | 532 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10001110 | 0 | 100100 | 11100 | 10111 | 101011010 | 100110 | 111111 |
Color Harmonies of #C57E8E
Complementary color
Monochromatic Colors of #C57E8E
Black with #C57E8E
Text Example
Text Example
White with #C57E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E8E; }
p { color: rgb(197,126,142); }
H1.HeaderClassName
{
color: #C57E8E;
}
.AnyTagClassName
{
color: #C57E8E;
}
</style>
background-color css
<style>
a { background-color: #C57E8E; }
a { background-color: rgb(197,126,142); }
div.DivClassName
{
background-color: #C57E8E;
}
.BgClassName
{
background-color: #C57E8E;
}
</style>
border-color css
<style>
span { border-color: #C57E8E; }
span { border-color: rgb(197,126,142); }
td.TdClassName
{
border-color: #C57E8E;
}
.TagClassName
{
border-color: #C57E8E;
}
</style>