Shades of Charm #C56C84
Tints of Charm #C56C84
RGB
CMYK
RGB Variations
Color information
#C56C84 (or 0xC56C84) is known color: Charm. HEX triplet: C5, 6C and 84. RGB value is (197,108,132). Sum of RGB (Red+Green+Blue) = 197+108+132=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56C84 is #3A937B. Grayscale: #898989. Windows color (decimal): -3838844 or 8678597. OLE color: 8678597.
HSL color Cylindrical-coordinate representation of color #C56C84: hue angle of 343.82º 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 #C56C84 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 132 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.23 |
| HSL | 343.82º | 0.43% | 0.6% | - |
| HSV(B) | 343.82º | 0.45% | 0.77% | - |
| XYZ | 32.55 | 24.26 | 24.8 | - |
| YUV | 137.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 132 | 0 | 0.45 | 0.33 | 0.23 | 343.82 | 0.43 | 0.6 |
| Hex | C5 | 6C | 84 | 0 | 2D | 21 | 17 | 158 | 2B | 3C |
| Octal | 305 | 154 | 204 | 0 | 55 | 41 | 27 | 530 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10000100 | 0 | 101101 | 100001 | 10111 | 101011000 | 101011 | 111100 |
Color Harmonies of #C56C84
Complementary color
Monochromatic Colors of #C56C84
Black with #C56C84
Text Example
Text Example
White with #C56C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C84; }
p { color: rgb(197,108,132); }
H1.HeaderClassName
{
color: #C56C84;
}
.AnyTagClassName
{
color: #C56C84;
}
</style>
background-color css
<style>
a { background-color: #C56C84; }
a { background-color: rgb(197,108,132); }
div.DivClassName
{
background-color: #C56C84;
}
.BgClassName
{
background-color: #C56C84;
}
</style>
border-color css
<style>
span { border-color: #C56C84; }
span { border-color: rgb(197,108,132); }
td.TdClassName
{
border-color: #C56C84;
}
.TagClassName
{
border-color: #C56C84;
}
</style>