Shades of Charm #C57C84
Tints of Charm #C57C84
RGB
CMYK
RGB Variations
Color information
#C57C84 (or 0xC57C84) is known color: Charm. HEX triplet: C5, 7C and 84. RGB value is (197,124,132). Sum of RGB (Red+Green+Blue) = 197+124+132=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57C84 is #3A837B. Grayscale: #929292. Windows color (decimal): -3834748 or 8682693. OLE color: 8682693.
HSL color Cylindrical-coordinate representation of color #C57C84: hue angle of 353.42º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57C84 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 132 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.23 |
| HSL | 353.42º | 0.39% | 0.63% | - |
| HSV(B) | 353.42º | 0.37% | 0.77% | - |
| XYZ | 34.4 | 27.95 | 25.41 | - |
| YUV | 146.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 132 | 0 | 0.37 | 0.33 | 0.23 | 353.42 | 0.39 | 0.63 |
| Hex | C5 | 7C | 84 | 0 | 25 | 21 | 17 | 161 | 27 | 3F |
| Octal | 305 | 174 | 204 | 0 | 45 | 41 | 27 | 541 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10000100 | 0 | 100101 | 100001 | 10111 | 101100001 | 100111 | 111111 |
Color Harmonies of #C57C84
Complementary color
Monochromatic Colors of #C57C84
Black with #C57C84
Text Example
Text Example
White with #C57C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C84; }
p { color: rgb(197,124,132); }
H1.HeaderClassName
{
color: #C57C84;
}
.AnyTagClassName
{
color: #C57C84;
}
</style>
background-color css
<style>
a { background-color: #C57C84; }
a { background-color: rgb(197,124,132); }
div.DivClassName
{
background-color: #C57C84;
}
.BgClassName
{
background-color: #C57C84;
}
</style>
border-color css
<style>
span { border-color: #C57C84; }
span { border-color: rgb(197,124,132); }
td.TdClassName
{
border-color: #C57C84;
}
.TagClassName
{
border-color: #C57C84;
}
</style>