Shades of Charm #C57F84
Tints of Charm #C57F84
RGB
CMYK
RGB Variations
Color information
#C57F84 (or 0xC57F84) is known color: Charm. HEX triplet: C5, 7F and 84. RGB value is (197,127,132). Sum of RGB (Red+Green+Blue) = 197+127+132=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F84 is #3A807B. Grayscale: #949494. Windows color (decimal): -3833980 or 8683461. OLE color: 8683461.
HSL color Cylindrical-coordinate representation of color #C57F84: hue angle of 355.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57F84 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 132 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.23 |
| HSL | 355.71º | 0.38% | 0.64% | - |
| HSV(B) | 355.71º | 0.36% | 0.77% | - |
| XYZ | 34.78 | 28.72 | 25.54 | - |
| YUV | 148.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 132 | 0 | 0.36 | 0.33 | 0.23 | 355.71 | 0.38 | 0.64 |
| Hex | C5 | 7F | 84 | 0 | 24 | 21 | 17 | 164 | 26 | 40 |
| Octal | 305 | 177 | 204 | 0 | 44 | 41 | 27 | 544 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10000100 | 0 | 100100 | 100001 | 10111 | 101100100 | 100110 | 1000000 |
Color Harmonies of #C57F84
Complementary color
Monochromatic Colors of #C57F84
Black with #C57F84
Text Example
Text Example
White with #C57F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F84; }
p { color: rgb(197,127,132); }
H1.HeaderClassName
{
color: #C57F84;
}
.AnyTagClassName
{
color: #C57F84;
}
</style>
background-color css
<style>
a { background-color: #C57F84; }
a { background-color: rgb(197,127,132); }
div.DivClassName
{
background-color: #C57F84;
}
.BgClassName
{
background-color: #C57F84;
}
</style>
border-color css
<style>
span { border-color: #C57F84; }
span { border-color: rgb(197,127,132); }
td.TdClassName
{
border-color: #C57F84;
}
.TagClassName
{
border-color: #C57F84;
}
</style>