Shades of Charm #C56984
Tints of Charm #C56984
RGB
CMYK
RGB Variations
Color information
#C56984 (or 0xC56984) is known color: Charm. HEX triplet: C5, 69 and 84. RGB value is (197,105,132). Sum of RGB (Red+Green+Blue) = 197+105+132=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C56984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56984 is #3A967B. Grayscale: #878787. Windows color (decimal): -3839612 or 8677829. OLE color: 8677829.
HSL color Cylindrical-coordinate representation of color #C56984: hue angle of 342.39º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56984 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 132 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.23 |
| HSL | 342.39º | 0.44% | 0.59% | - |
| HSV(B) | 342.39º | 0.47% | 0.77% | - |
| XYZ | 32.24 | 23.64 | 24.69 | - |
| YUV | 135.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 132 | 0 | 0.47 | 0.33 | 0.23 | 342.39 | 0.44 | 0.59 |
| Hex | C5 | 69 | 84 | 0 | 2F | 21 | 17 | 156 | 2C | 3B |
| Octal | 305 | 151 | 204 | 0 | 57 | 41 | 27 | 526 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10000100 | 0 | 101111 | 100001 | 10111 | 101010110 | 101100 | 111011 |
Color Harmonies of #C56984
Complementary color
Monochromatic Colors of #C56984
Black with #C56984
Text Example
Text Example
White with #C56984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56984; }
p { color: rgb(197,105,132); }
H1.HeaderClassName
{
color: #C56984;
}
.AnyTagClassName
{
color: #C56984;
}
</style>
background-color css
<style>
a { background-color: #C56984; }
a { background-color: rgb(197,105,132); }
div.DivClassName
{
background-color: #C56984;
}
.BgClassName
{
background-color: #C56984;
}
</style>
border-color css
<style>
span { border-color: #C56984; }
span { border-color: rgb(197,105,132); }
td.TdClassName
{
border-color: #C56984;
}
.TagClassName
{
border-color: #C56984;
}
</style>