Shades of Charm #C56C86
Tints of Charm #C56C86
RGB
CMYK
RGB Variations
Color information
#C56C86 (or 0xC56C86) is known color: Charm. HEX triplet: C5, 6C and 86. RGB value is (197,108,134). Sum of RGB (Red+Green+Blue) = 197+108+134=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56C86 is #3A9379. Grayscale: #898989. Windows color (decimal): -3838842 or 8809669. OLE color: 8809669.
HSL color Cylindrical-coordinate representation of color #C56C86: hue angle of 342.47º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56C86 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 134 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.23 |
| HSL | 342.47º | 0.43% | 0.6% | - |
| HSV(B) | 342.47º | 0.45% | 0.77% | - |
| XYZ | 32.69 | 24.32 | 25.52 | - |
| YUV | 137.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 134 | 0 | 0.45 | 0.32 | 0.23 | 342.47 | 0.43 | 0.6 |
| Hex | C5 | 6C | 86 | 0 | 2D | 20 | 17 | 156 | 2B | 3C |
| Octal | 305 | 154 | 206 | 0 | 55 | 40 | 27 | 526 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10000110 | 0 | 101101 | 100000 | 10111 | 101010110 | 101011 | 111100 |
Color Harmonies of #C56C86
Complementary color
Monochromatic Colors of #C56C86
Black with #C56C86
Text Example
Text Example
White with #C56C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C86; }
p { color: rgb(197,108,134); }
H1.HeaderClassName
{
color: #C56C86;
}
.AnyTagClassName
{
color: #C56C86;
}
</style>
background-color css
<style>
a { background-color: #C56C86; }
a { background-color: rgb(197,108,134); }
div.DivClassName
{
background-color: #C56C86;
}
.BgClassName
{
background-color: #C56C86;
}
</style>
border-color css
<style>
span { border-color: #C56C86; }
span { border-color: rgb(197,108,134); }
td.TdClassName
{
border-color: #C56C86;
}
.TagClassName
{
border-color: #C56C86;
}
</style>