Shades of Charm #C57786
Tints of Charm #C57786
RGB
CMYK
RGB Variations
Color information
#C57786 (or 0xC57786) is known color: Charm. HEX triplet: C5, 77 and 86. RGB value is (197,119,134). Sum of RGB (Red+Green+Blue) = 197+119+134=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C57786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57786 is #3A8879. Grayscale: #909090. Windows color (decimal): -3836026 or 8812485. OLE color: 8812485.
HSL color Cylindrical-coordinate representation of color #C57786: hue angle of 348.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57786 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 134 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.23 |
| HSL | 348.46º | 0.4% | 0.62% | - |
| HSV(B) | 348.46º | 0.4% | 0.77% | - |
| XYZ | 33.93 | 26.79 | 25.94 | - |
| YUV | 144.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 134 | 0 | 0.40 | 0.32 | 0.23 | 348.46 | 0.4 | 0.62 |
| Hex | C5 | 77 | 86 | 0 | 28 | 20 | 17 | 15C | 28 | 3E |
| Octal | 305 | 167 | 206 | 0 | 50 | 40 | 27 | 534 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10000110 | 0 | 101000 | 100000 | 10111 | 101011100 | 101000 | 111110 |
Color Harmonies of #C57786
Complementary color
Monochromatic Colors of #C57786
Black with #C57786
Text Example
Text Example
White with #C57786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57786; }
p { color: rgb(197,119,134); }
H1.HeaderClassName
{
color: #C57786;
}
.AnyTagClassName
{
color: #C57786;
}
</style>
background-color css
<style>
a { background-color: #C57786; }
a { background-color: rgb(197,119,134); }
div.DivClassName
{
background-color: #C57786;
}
.BgClassName
{
background-color: #C57786;
}
</style>
border-color css
<style>
span { border-color: #C57786; }
span { border-color: rgb(197,119,134); }
td.TdClassName
{
border-color: #C57786;
}
.TagClassName
{
border-color: #C57786;
}
</style>