Shades of Charm #C57377
Tints of Charm #C57377
RGB
CMYK
RGB Variations
Color information
#C57377 (or 0xC57377) is known color: Charm. HEX triplet: C5, 73 and 77. RGB value is (197,115,119). Sum of RGB (Red+Green+Blue) = 197+115+119=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C57377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57377 is #3A8C88. Grayscale: #8C8C8C. Windows color (decimal): -3837065 or 7828421. OLE color: 7828421.
HSL color Cylindrical-coordinate representation of color #C57377: hue angle of 357.07º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57377 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 119 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.23 |
| HSL | 357.07º | 0.41% | 0.61% | - |
| HSV(B) | 357.07º | 0.42% | 0.77% | - |
| XYZ | 32.49 | 25.46 | 20.66 | - |
| YUV | 139.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 119 | 0 | 0.42 | 0.40 | 0.23 | 357.07 | 0.41 | 0.61 |
| Hex | C5 | 73 | 77 | 0 | 2A | 28 | 17 | 165 | 29 | 3D |
| Octal | 305 | 163 | 167 | 0 | 52 | 50 | 27 | 545 | 51 | 75 |
| Binary | 11000101 | 1110011 | 1110111 | 0 | 101010 | 101000 | 10111 | 101100101 | 101001 | 111101 |
Color Harmonies of #C57377
Complementary color
Monochromatic Colors of #C57377
Black with #C57377
Text Example
Text Example
White with #C57377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57377; }
p { color: rgb(197,115,119); }
H1.HeaderClassName
{
color: #C57377;
}
.AnyTagClassName
{
color: #C57377;
}
</style>
background-color css
<style>
a { background-color: #C57377; }
a { background-color: rgb(197,115,119); }
div.DivClassName
{
background-color: #C57377;
}
.BgClassName
{
background-color: #C57377;
}
</style>
border-color css
<style>
span { border-color: #C57377; }
span { border-color: rgb(197,115,119); }
td.TdClassName
{
border-color: #C57377;
}
.TagClassName
{
border-color: #C57377;
}
</style>