Shades of Charm #C57E87
Tints of Charm #C57E87
RGB
CMYK
RGB Variations
Color information
#C57E87 (or 0xC57E87) is known color: Charm. HEX triplet: C5, 7E and 87. RGB value is (197,126,135). Sum of RGB (Red+Green+Blue) = 197+126+135=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57E87 is #3A8178. Grayscale: #949494. Windows color (decimal): -3834233 or 8879813. OLE color: 8879813.
HSL color Cylindrical-coordinate representation of color #C57E87: hue angle of 352.39º 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 #C57E87 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 135 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.23 |
| HSL | 352.39º | 0.38% | 0.63% | - |
| HSV(B) | 352.39º | 0.36% | 0.77% | - |
| XYZ | 34.86 | 28.54 | 26.59 | - |
| YUV | 148.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 135 | 0 | 0.36 | 0.31 | 0.23 | 352.39 | 0.38 | 0.63 |
| Hex | C5 | 7E | 87 | 0 | 24 | 1F | 17 | 160 | 26 | 3F |
| Octal | 305 | 176 | 207 | 0 | 44 | 37 | 27 | 540 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10000111 | 0 | 100100 | 11111 | 10111 | 101100000 | 100110 | 111111 |
Color Harmonies of #C57E87
Complementary color
Monochromatic Colors of #C57E87
Black with #C57E87
Text Example
Text Example
White with #C57E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E87; }
p { color: rgb(197,126,135); }
H1.HeaderClassName
{
color: #C57E87;
}
.AnyTagClassName
{
color: #C57E87;
}
</style>
background-color css
<style>
a { background-color: #C57E87; }
a { background-color: rgb(197,126,135); }
div.DivClassName
{
background-color: #C57E87;
}
.BgClassName
{
background-color: #C57E87;
}
</style>
border-color css
<style>
span { border-color: #C57E87; }
span { border-color: rgb(197,126,135); }
td.TdClassName
{
border-color: #C57E87;
}
.TagClassName
{
border-color: #C57E87;
}
</style>