Shades of Charm #C56980
Tints of Charm #C56980
RGB
CMYK
RGB Variations
Color information
#C56980 (or 0xC56980) is known color: Charm. HEX triplet: C5, 69 and 80. RGB value is (197,105,128). Sum of RGB (Red+Green+Blue) = 197+105+128=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C56980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56980 is #3A967F. Grayscale: #878787. Windows color (decimal): -3839616 or 8415685. OLE color: 8415685.
HSL color Cylindrical-coordinate representation of color #C56980: hue angle of 345º 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 #C56980 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 128 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.23 |
| HSL | 345º | 0.44% | 0.59% | - |
| HSV(B) | 345º | 0.47% | 0.77% | - |
| XYZ | 31.97 | 23.53 | 23.28 | - |
| YUV | 135.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 128 | 0 | 0.47 | 0.35 | 0.23 | 345 | 0.44 | 0.59 |
| Hex | C5 | 69 | 80 | 0 | 2F | 23 | 17 | 159 | 2C | 3B |
| Octal | 305 | 151 | 200 | 0 | 57 | 43 | 27 | 531 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10000000 | 0 | 101111 | 100011 | 10111 | 101011001 | 101100 | 111011 |
Color Harmonies of #C56980
Complementary color
Monochromatic Colors of #C56980
Black with #C56980
Text Example
Text Example
White with #C56980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56980; }
p { color: rgb(197,105,128); }
H1.HeaderClassName
{
color: #C56980;
}
.AnyTagClassName
{
color: #C56980;
}
</style>
background-color css
<style>
a { background-color: #C56980; }
a { background-color: rgb(197,105,128); }
div.DivClassName
{
background-color: #C56980;
}
.BgClassName
{
background-color: #C56980;
}
</style>
border-color css
<style>
span { border-color: #C56980; }
span { border-color: rgb(197,105,128); }
td.TdClassName
{
border-color: #C56980;
}
.TagClassName
{
border-color: #C56980;
}
</style>