Shades of Hopbush #C56BA2
Tints of Hopbush #C56BA2
RGB
CMYK
RGB Variations
Color information
#C56BA2 (or 0xC56BA2) is known color: Hopbush. HEX triplet: C5, 6B and A2. RGB value is (197,107,162). Sum of RGB (Red+Green+Blue) = 197+107+162=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56BA2 is #3A945D. Grayscale: #8C8C8C. Windows color (decimal): -3839070 or 10644421. OLE color: 10644421.
HSL color Cylindrical-coordinate representation of color #C56BA2: hue angle of 323.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56BA2 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 162 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.23 |
| HSL | 323.33º | 0.44% | 0.6% | - |
| HSV(B) | 323.33º | 0.46% | 0.77% | - |
| XYZ | 34.81 | 24.99 | 37.17 | - |
| YUV | 140.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 162 | 0 | 0.46 | 0.18 | 0.23 | 323.33 | 0.44 | 0.6 |
| Hex | C5 | 6B | A2 | 0 | 2E | 12 | 17 | 143 | 2C | 3C |
| Octal | 305 | 153 | 242 | 0 | 56 | 22 | 27 | 503 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10100010 | 0 | 101110 | 10010 | 10111 | 101000011 | 101100 | 111100 |
Color Harmonies of #C56BA2
Complementary color
Monochromatic Colors of #C56BA2
Black with #C56BA2
Text Example
Text Example
White with #C56BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BA2; }
p { color: rgb(197,107,162); }
H1.HeaderClassName
{
color: #C56BA2;
}
.AnyTagClassName
{
color: #C56BA2;
}
</style>
background-color css
<style>
a { background-color: #C56BA2; }
a { background-color: rgb(197,107,162); }
div.DivClassName
{
background-color: #C56BA2;
}
.BgClassName
{
background-color: #C56BA2;
}
</style>
border-color css
<style>
span { border-color: #C56BA2; }
span { border-color: rgb(197,107,162); }
td.TdClassName
{
border-color: #C56BA2;
}
.TagClassName
{
border-color: #C56BA2;
}
</style>