Shades of Charm #C57386
Tints of Charm #C57386
RGB
CMYK
RGB Variations
Color information
#C57386 (or 0xC57386) is known color: Charm. HEX triplet: C5, 73 and 86. RGB value is (197,115,134). Sum of RGB (Red+Green+Blue) = 197+115+134=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C57386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57386 is #3A8C79. Grayscale: #8D8D8D. Windows color (decimal): -3837050 or 8811461. OLE color: 8811461.
HSL color Cylindrical-coordinate representation of color #C57386: hue angle of 346.1º 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 #C57386 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 134 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.23 |
| HSL | 346.1º | 0.41% | 0.61% | - |
| HSV(B) | 346.1º | 0.42% | 0.77% | - |
| XYZ | 33.46 | 25.85 | 25.78 | - |
| YUV | 141.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 134 | 0 | 0.42 | 0.32 | 0.23 | 346.1 | 0.41 | 0.61 |
| Hex | C5 | 73 | 86 | 0 | 2A | 20 | 17 | 15A | 29 | 3D |
| Octal | 305 | 163 | 206 | 0 | 52 | 40 | 27 | 532 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10000110 | 0 | 101010 | 100000 | 10111 | 101011010 | 101001 | 111101 |
Color Harmonies of #C57386
Complementary color
Monochromatic Colors of #C57386
Black with #C57386
Text Example
Text Example
White with #C57386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57386; }
p { color: rgb(197,115,134); }
H1.HeaderClassName
{
color: #C57386;
}
.AnyTagClassName
{
color: #C57386;
}
</style>
background-color css
<style>
a { background-color: #C57386; }
a { background-color: rgb(197,115,134); }
div.DivClassName
{
background-color: #C57386;
}
.BgClassName
{
background-color: #C57386;
}
</style>
border-color css
<style>
span { border-color: #C57386; }
span { border-color: rgb(197,115,134); }
td.TdClassName
{
border-color: #C57386;
}
.TagClassName
{
border-color: #C57386;
}
</style>