Shades of Hopbush #C56AA2
Tints of Hopbush #C56AA2
RGB
CMYK
RGB Variations
Color information
#C56AA2 (or 0xC56AA2) is known color: Hopbush. HEX triplet: C5, 6A and A2. RGB value is (197,106,162). Sum of RGB (Red+Green+Blue) = 197+106+162=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AA2 is #3A955D. Grayscale: #8B8B8B. Windows color (decimal): -3839326 or 10644165. OLE color: 10644165.
HSL color Cylindrical-coordinate representation of color #C56AA2: hue angle of 323.08º 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 #C56AA2 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 162 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.23 |
| HSL | 323.08º | 0.44% | 0.59% | - |
| HSV(B) | 323.08º | 0.46% | 0.77% | - |
| XYZ | 34.7 | 24.79 | 37.14 | - |
| YUV | 139.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 162 | 0 | 0.46 | 0.18 | 0.23 | 323.08 | 0.44 | 0.59 |
| Hex | C5 | 6A | A2 | 0 | 2E | 12 | 17 | 143 | 2C | 3B |
| Octal | 305 | 152 | 242 | 0 | 56 | 22 | 27 | 503 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10100010 | 0 | 101110 | 10010 | 10111 | 101000011 | 101100 | 111011 |
Color Harmonies of #C56AA2
Complementary color
Monochromatic Colors of #C56AA2
Black with #C56AA2
Text Example
Text Example
White with #C56AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AA2; }
p { color: rgb(197,106,162); }
H1.HeaderClassName
{
color: #C56AA2;
}
.AnyTagClassName
{
color: #C56AA2;
}
</style>
background-color css
<style>
a { background-color: #C56AA2; }
a { background-color: rgb(197,106,162); }
div.DivClassName
{
background-color: #C56AA2;
}
.BgClassName
{
background-color: #C56AA2;
}
</style>
border-color css
<style>
span { border-color: #C56AA2; }
span { border-color: rgb(197,106,162); }
td.TdClassName
{
border-color: #C56AA2;
}
.TagClassName
{
border-color: #C56AA2;
}
</style>