Shades of Charm #C57486
Tints of Charm #C57486
RGB
CMYK
RGB Variations
Color information
#C57486 (or 0xC57486) is known color: Charm. HEX triplet: C5, 74 and 86. RGB value is (197,116,134). Sum of RGB (Red+Green+Blue) = 197+116+134=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C57486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57486 is #3A8B79. Grayscale: #8E8E8E. Windows color (decimal): -3836794 or 8811717. OLE color: 8811717.
HSL color Cylindrical-coordinate representation of color #C57486: hue angle of 346.67º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57486 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 134 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.23 |
| HSL | 346.67º | 0.41% | 0.61% | - |
| HSV(B) | 346.67º | 0.41% | 0.77% | - |
| XYZ | 33.57 | 26.08 | 25.82 | - |
| YUV | 142.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 134 | 0 | 0.41 | 0.32 | 0.23 | 346.67 | 0.41 | 0.61 |
| Hex | C5 | 74 | 86 | 0 | 29 | 20 | 17 | 15B | 29 | 3D |
| Octal | 305 | 164 | 206 | 0 | 51 | 40 | 27 | 533 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10000110 | 0 | 101001 | 100000 | 10111 | 101011011 | 101001 | 111101 |
Color Harmonies of #C57486
Complementary color
Monochromatic Colors of #C57486
Black with #C57486
Text Example
Text Example
White with #C57486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57486; }
p { color: rgb(197,116,134); }
H1.HeaderClassName
{
color: #C57486;
}
.AnyTagClassName
{
color: #C57486;
}
</style>
background-color css
<style>
a { background-color: #C57486; }
a { background-color: rgb(197,116,134); }
div.DivClassName
{
background-color: #C57486;
}
.BgClassName
{
background-color: #C57486;
}
</style>
border-color css
<style>
span { border-color: #C57486; }
span { border-color: rgb(197,116,134); }
td.TdClassName
{
border-color: #C57486;
}
.TagClassName
{
border-color: #C57486;
}
</style>