Shades of Hopbush #C56BA9
Tints of Hopbush #C56BA9
RGB
CMYK
RGB Variations
Color information
#C56BA9 (or 0xC56BA9) is known color: Hopbush. HEX triplet: C5, 6B and A9. RGB value is (197,107,169). Sum of RGB (Red+Green+Blue) = 197+107+169=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56BA9 is #3A9456. Grayscale: #8C8C8C. Windows color (decimal): -3839063 or 11103173. OLE color: 11103173.
HSL color Cylindrical-coordinate representation of color #C56BA9: hue angle of 318.67º 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 #C56BA9 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 169 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.23 |
| HSL | 318.67º | 0.44% | 0.6% | - |
| HSV(B) | 318.67º | 0.46% | 0.77% | - |
| XYZ | 35.45 | 25.25 | 40.54 | - |
| YUV | 140.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 169 | 0 | 0.46 | 0.14 | 0.23 | 318.67 | 0.44 | 0.6 |
| Hex | C5 | 6B | A9 | 0 | 2E | E | 17 | 13F | 2C | 3C |
| Octal | 305 | 153 | 251 | 0 | 56 | 16 | 27 | 477 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10101001 | 0 | 101110 | 1110 | 10111 | 100111111 | 101100 | 111100 |
Color Harmonies of #C56BA9
Complementary color
Monochromatic Colors of #C56BA9
Black with #C56BA9
Text Example
Text Example
White with #C56BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BA9; }
p { color: rgb(197,107,169); }
H1.HeaderClassName
{
color: #C56BA9;
}
.AnyTagClassName
{
color: #C56BA9;
}
</style>
background-color css
<style>
a { background-color: #C56BA9; }
a { background-color: rgb(197,107,169); }
div.DivClassName
{
background-color: #C56BA9;
}
.BgClassName
{
background-color: #C56BA9;
}
</style>
border-color css
<style>
span { border-color: #C56BA9; }
span { border-color: rgb(197,107,169); }
td.TdClassName
{
border-color: #C56BA9;
}
.TagClassName
{
border-color: #C56BA9;
}
</style>