Shades of Charm #C56A80
Tints of Charm #C56A80
RGB
CMYK
RGB Variations
Color information
#C56A80 (or 0xC56A80) is known color: Charm. HEX triplet: C5, 6A and 80. RGB value is (197,106,128). Sum of RGB (Red+Green+Blue) = 197+106+128=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56A80 is #3A957F. Grayscale: #878787. Windows color (decimal): -3839360 or 8415941. OLE color: 8415941.
HSL color Cylindrical-coordinate representation of color #C56A80: hue angle of 345.49º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56A80 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 128 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.23 |
| HSL | 345.49º | 0.44% | 0.59% | - |
| HSV(B) | 345.49º | 0.46% | 0.77% | - |
| XYZ | 32.08 | 23.74 | 23.31 | - |
| YUV | 135.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 128 | 0 | 0.46 | 0.35 | 0.23 | 345.49 | 0.44 | 0.59 |
| Hex | C5 | 6A | 80 | 0 | 2E | 23 | 17 | 159 | 2C | 3B |
| Octal | 305 | 152 | 200 | 0 | 56 | 43 | 27 | 531 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10000000 | 0 | 101110 | 100011 | 10111 | 101011001 | 101100 | 111011 |
Color Harmonies of #C56A80
Complementary color
Monochromatic Colors of #C56A80
Black with #C56A80
Text Example
Text Example
White with #C56A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A80; }
p { color: rgb(197,106,128); }
H1.HeaderClassName
{
color: #C56A80;
}
.AnyTagClassName
{
color: #C56A80;
}
</style>
background-color css
<style>
a { background-color: #C56A80; }
a { background-color: rgb(197,106,128); }
div.DivClassName
{
background-color: #C56A80;
}
.BgClassName
{
background-color: #C56A80;
}
</style>
border-color css
<style>
span { border-color: #C56A80; }
span { border-color: rgb(197,106,128); }
td.TdClassName
{
border-color: #C56A80;
}
.TagClassName
{
border-color: #C56A80;
}
</style>