Shades of Hopbush #C56AA0
Tints of Hopbush #C56AA0
RGB
CMYK
RGB Variations
Color information
#C56AA0 (or 0xC56AA0) is known color: Hopbush. HEX triplet: C5, 6A and A0. RGB value is (197,106,160). Sum of RGB (Red+Green+Blue) = 197+106+160=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AA0 is #3A955F. Grayscale: #8B8B8B. Windows color (decimal): -3839328 or 10513093. OLE color: 10513093.
HSL color Cylindrical-coordinate representation of color #C56AA0: hue angle of 324.4º 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 #C56AA0 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 160 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.23 |
| HSL | 324.4º | 0.44% | 0.59% | - |
| HSV(B) | 324.4º | 0.46% | 0.77% | - |
| XYZ | 34.53 | 24.72 | 36.21 | - |
| YUV | 139.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 160 | 0 | 0.46 | 0.19 | 0.23 | 324.4 | 0.44 | 0.59 |
| Hex | C5 | 6A | A0 | 0 | 2E | 13 | 17 | 144 | 2C | 3B |
| Octal | 305 | 152 | 240 | 0 | 56 | 23 | 27 | 504 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10100000 | 0 | 101110 | 10011 | 10111 | 101000100 | 101100 | 111011 |
Color Harmonies of #C56AA0
Complementary color
Monochromatic Colors of #C56AA0
Black with #C56AA0
Text Example
Text Example
White with #C56AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AA0; }
p { color: rgb(197,106,160); }
H1.HeaderClassName
{
color: #C56AA0;
}
.AnyTagClassName
{
color: #C56AA0;
}
</style>
background-color css
<style>
a { background-color: #C56AA0; }
a { background-color: rgb(197,106,160); }
div.DivClassName
{
background-color: #C56AA0;
}
.BgClassName
{
background-color: #C56AA0;
}
</style>
border-color css
<style>
span { border-color: #C56AA0; }
span { border-color: rgb(197,106,160); }
td.TdClassName
{
border-color: #C56AA0;
}
.TagClassName
{
border-color: #C56AA0;
}
</style>