Shades of Charm #C57079
Tints of Charm #C57079
RGB
CMYK
RGB Variations
Color information
#C57079 (or 0xC57079) is known color: Charm. HEX triplet: C5, 70 and 79. RGB value is (197,112,121). Sum of RGB (Red+Green+Blue) = 197+112+121=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C57079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57079 is #3A8F86. Grayscale: #8A8A8A. Windows color (decimal): -3837831 or 7958725. OLE color: 7958725.
HSL color Cylindrical-coordinate representation of color #C57079: hue angle of 353.65º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57079 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 121 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.23 |
| HSL | 353.65º | 0.42% | 0.61% | - |
| HSV(B) | 353.65º | 0.43% | 0.77% | - |
| XYZ | 32.27 | 24.84 | 21.18 | - |
| YUV | 138.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 121 | 0 | 0.43 | 0.39 | 0.23 | 353.65 | 0.42 | 0.61 |
| Hex | C5 | 70 | 79 | 0 | 2B | 27 | 17 | 162 | 2A | 3D |
| Octal | 305 | 160 | 171 | 0 | 53 | 47 | 27 | 542 | 52 | 75 |
| Binary | 11000101 | 1110000 | 1111001 | 0 | 101011 | 100111 | 10111 | 101100010 | 101010 | 111101 |
Color Harmonies of #C57079
Complementary color
Monochromatic Colors of #C57079
Black with #C57079
Text Example
Text Example
White with #C57079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57079; }
p { color: rgb(197,112,121); }
H1.HeaderClassName
{
color: #C57079;
}
.AnyTagClassName
{
color: #C57079;
}
</style>
background-color css
<style>
a { background-color: #C57079; }
a { background-color: rgb(197,112,121); }
div.DivClassName
{
background-color: #C57079;
}
.BgClassName
{
background-color: #C57079;
}
</style>
border-color css
<style>
span { border-color: #C57079; }
span { border-color: rgb(197,112,121); }
td.TdClassName
{
border-color: #C57079;
}
.TagClassName
{
border-color: #C57079;
}
</style>