Shades of Charm #C57A87
Tints of Charm #C57A87
RGB
CMYK
RGB Variations
Color information
#C57A87 (or 0xC57A87) is known color: Charm. HEX triplet: C5, 7A and 87. RGB value is (197,122,135). Sum of RGB (Red+Green+Blue) = 197+122+135=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A87 is #3A8578. Grayscale: #919191. Windows color (decimal): -3835257 or 8878789. OLE color: 8878789.
HSL color Cylindrical-coordinate representation of color #C57A87: hue angle of 349.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57A87 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 135 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.23 |
| HSL | 349.6º | 0.39% | 0.63% | - |
| HSV(B) | 349.6º | 0.38% | 0.77% | - |
| XYZ | 34.36 | 27.54 | 26.43 | - |
| YUV | 145.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 135 | 0 | 0.38 | 0.31 | 0.23 | 349.6 | 0.39 | 0.63 |
| Hex | C5 | 7A | 87 | 0 | 26 | 1F | 17 | 15E | 27 | 3F |
| Octal | 305 | 172 | 207 | 0 | 46 | 37 | 27 | 536 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10000111 | 0 | 100110 | 11111 | 10111 | 101011110 | 100111 | 111111 |
Color Harmonies of #C57A87
Complementary color
Monochromatic Colors of #C57A87
Black with #C57A87
Text Example
Text Example
White with #C57A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A87; }
p { color: rgb(197,122,135); }
H1.HeaderClassName
{
color: #C57A87;
}
.AnyTagClassName
{
color: #C57A87;
}
</style>
background-color css
<style>
a { background-color: #C57A87; }
a { background-color: rgb(197,122,135); }
div.DivClassName
{
background-color: #C57A87;
}
.BgClassName
{
background-color: #C57A87;
}
</style>
border-color css
<style>
span { border-color: #C57A87; }
span { border-color: rgb(197,122,135); }
td.TdClassName
{
border-color: #C57A87;
}
.TagClassName
{
border-color: #C57A87;
}
</style>