Shades of Hopbush #C56AA6
Tints of Hopbush #C56AA6
RGB
CMYK
RGB Variations
Color information
#C56AA6 (or 0xC56AA6) is known color: Hopbush. HEX triplet: C5, 6A and A6. RGB value is (197,106,166). Sum of RGB (Red+Green+Blue) = 197+106+166=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AA6 is #3A9559. Grayscale: #8B8B8B. Windows color (decimal): -3839322 or 10906309. OLE color: 10906309.
HSL color Cylindrical-coordinate representation of color #C56AA6: hue angle of 320.44º 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 #C56AA6 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 166 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.23 |
| HSL | 320.44º | 0.44% | 0.59% | - |
| HSV(B) | 320.44º | 0.46% | 0.77% | - |
| XYZ | 35.06 | 24.93 | 39.04 | - |
| YUV | 140.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 166 | 0 | 0.46 | 0.16 | 0.23 | 320.44 | 0.44 | 0.59 |
| Hex | C5 | 6A | A6 | 0 | 2E | 10 | 17 | 140 | 2C | 3B |
| Octal | 305 | 152 | 246 | 0 | 56 | 20 | 27 | 500 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10100110 | 0 | 101110 | 10000 | 10111 | 101000000 | 101100 | 111011 |
Color Harmonies of #C56AA6
Complementary color
Monochromatic Colors of #C56AA6
Black with #C56AA6
Text Example
Text Example
White with #C56AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AA6; }
p { color: rgb(197,106,166); }
H1.HeaderClassName
{
color: #C56AA6;
}
.AnyTagClassName
{
color: #C56AA6;
}
</style>
background-color css
<style>
a { background-color: #C56AA6; }
a { background-color: rgb(197,106,166); }
div.DivClassName
{
background-color: #C56AA6;
}
.BgClassName
{
background-color: #C56AA6;
}
</style>
border-color css
<style>
span { border-color: #C56AA6; }
span { border-color: rgb(197,106,166); }
td.TdClassName
{
border-color: #C56AA6;
}
.TagClassName
{
border-color: #C56AA6;
}
</style>