Shades of Charm #C56F84
Tints of Charm #C56F84
RGB
CMYK
RGB Variations
Color information
#C56F84 (or 0xC56F84) is known color: Charm. HEX triplet: C5, 6F and 84. RGB value is (197,111,132). Sum of RGB (Red+Green+Blue) = 197+111+132=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56F84 is #3A907B. Grayscale: #8B8B8B. Windows color (decimal): -3838076 or 8679365. OLE color: 8679365.
HSL color Cylindrical-coordinate representation of color #C56F84: hue angle of 345.35º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56F84 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 132 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.23 |
| HSL | 345.35º | 0.43% | 0.6% | - |
| HSV(B) | 345.35º | 0.44% | 0.77% | - |
| XYZ | 32.88 | 24.91 | 24.9 | - |
| YUV | 139.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 132 | 0 | 0.44 | 0.33 | 0.23 | 345.35 | 0.43 | 0.6 |
| Hex | C5 | 6F | 84 | 0 | 2C | 21 | 17 | 159 | 2B | 3C |
| Octal | 305 | 157 | 204 | 0 | 54 | 41 | 27 | 531 | 53 | 74 |
| Binary | 11000101 | 1101111 | 10000100 | 0 | 101100 | 100001 | 10111 | 101011001 | 101011 | 111100 |
Color Harmonies of #C56F84
Complementary color
Monochromatic Colors of #C56F84
Black with #C56F84
Text Example
Text Example
White with #C56F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F84; }
p { color: rgb(197,111,132); }
H1.HeaderClassName
{
color: #C56F84;
}
.AnyTagClassName
{
color: #C56F84;
}
</style>
background-color css
<style>
a { background-color: #C56F84; }
a { background-color: rgb(197,111,132); }
div.DivClassName
{
background-color: #C56F84;
}
.BgClassName
{
background-color: #C56F84;
}
</style>
border-color css
<style>
span { border-color: #C56F84; }
span { border-color: rgb(197,111,132); }
td.TdClassName
{
border-color: #C56F84;
}
.TagClassName
{
border-color: #C56F84;
}
</style>