Shades of Charm #C57074
Tints of Charm #C57074
RGB
CMYK
RGB Variations
Color information
#C57074 (or 0xC57074) is known color: Charm. HEX triplet: C5, 70 and 74. RGB value is (197,112,116). Sum of RGB (Red+Green+Blue) = 197+112+116=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C57074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57074 is #3A8F8B. Grayscale: #898989. Windows color (decimal): -3837836 or 7631045. OLE color: 7631045.
HSL color Cylindrical-coordinate representation of color #C57074: hue angle of 357.18º 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 #C57074 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 116 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.23 |
| HSL | 357.18º | 0.42% | 0.61% | - |
| HSV(B) | 357.18º | 0.43% | 0.77% | - |
| XYZ | 31.97 | 24.72 | 19.61 | - |
| YUV | 137.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 116 | 0 | 0.43 | 0.41 | 0.23 | 357.18 | 0.42 | 0.61 |
| Hex | C5 | 70 | 74 | 0 | 2B | 29 | 17 | 165 | 2A | 3D |
| Octal | 305 | 160 | 164 | 0 | 53 | 51 | 27 | 545 | 52 | 75 |
| Binary | 11000101 | 1110000 | 1110100 | 0 | 101011 | 101001 | 10111 | 101100101 | 101010 | 111101 |
Color Harmonies of #C57074
Complementary color
Monochromatic Colors of #C57074
Black with #C57074
Text Example
Text Example
White with #C57074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57074; }
p { color: rgb(197,112,116); }
H1.HeaderClassName
{
color: #C57074;
}
.AnyTagClassName
{
color: #C57074;
}
</style>
background-color css
<style>
a { background-color: #C57074; }
a { background-color: rgb(197,112,116); }
div.DivClassName
{
background-color: #C57074;
}
.BgClassName
{
background-color: #C57074;
}
</style>
border-color css
<style>
span { border-color: #C57074; }
span { border-color: rgb(197,112,116); }
td.TdClassName
{
border-color: #C57074;
}
.TagClassName
{
border-color: #C57074;
}
</style>