Shades of Charm #C56A7A
Tints of Charm #C56A7A
RGB
CMYK
RGB Variations
Color information
#C56A7A (or 0xC56A7A) is known color: Charm. HEX triplet: C5, 6A and 7A. RGB value is (197,106,122). Sum of RGB (Red+Green+Blue) = 197+106+122=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A7A is #3A9585. Grayscale: #878787. Windows color (decimal): -3839366 or 8022725. OLE color: 8022725.
HSL color Cylindrical-coordinate representation of color #C56A7A: hue angle of 349.45º 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 #C56A7A is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 122 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.23 |
| HSL | 349.45º | 0.44% | 0.59% | - |
| HSV(B) | 349.45º | 0.46% | 0.77% | - |
| XYZ | 31.69 | 23.58 | 21.29 | - |
| YUV | 135.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 122 | 0 | 0.46 | 0.38 | 0.23 | 349.45 | 0.44 | 0.59 |
| Hex | C5 | 6A | 7A | 0 | 2E | 26 | 17 | 15D | 2C | 3B |
| Octal | 305 | 152 | 172 | 0 | 56 | 46 | 27 | 535 | 54 | 73 |
| Binary | 11000101 | 1101010 | 1111010 | 0 | 101110 | 100110 | 10111 | 101011101 | 101100 | 111011 |
Color Harmonies of #C56A7A
Complementary color
Monochromatic Colors of #C56A7A
Black with #C56A7A
Text Example
Text Example
White with #C56A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A7A; }
p { color: rgb(197,106,122); }
H1.HeaderClassName
{
color: #C56A7A;
}
.AnyTagClassName
{
color: #C56A7A;
}
</style>
background-color css
<style>
a { background-color: #C56A7A; }
a { background-color: rgb(197,106,122); }
div.DivClassName
{
background-color: #C56A7A;
}
.BgClassName
{
background-color: #C56A7A;
}
</style>
border-color css
<style>
span { border-color: #C56A7A; }
span { border-color: rgb(197,106,122); }
td.TdClassName
{
border-color: #C56A7A;
}
.TagClassName
{
border-color: #C56A7A;
}
</style>