Shades of Hopbush #C56BA8
Tints of Hopbush #C56BA8
RGB
CMYK
RGB Variations
Color information
#C56BA8 (or 0xC56BA8) is known color: Hopbush. HEX triplet: C5, 6B and A8. RGB value is (197,107,168). Sum of RGB (Red+Green+Blue) = 197+107+168=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56BA8 is #3A9457. Grayscale: #8C8C8C. Windows color (decimal): -3839064 or 11037637. OLE color: 11037637.
HSL color Cylindrical-coordinate representation of color #C56BA8: hue angle of 319.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 #C56BA8 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 168 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.23 |
| HSL | 319.33º | 0.44% | 0.6% | - |
| HSV(B) | 319.33º | 0.46% | 0.77% | - |
| XYZ | 35.35 | 25.21 | 40.05 | - |
| YUV | 140.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 168 | 0 | 0.46 | 0.15 | 0.23 | 319.33 | 0.44 | 0.6 |
| Hex | C5 | 6B | A8 | 0 | 2E | F | 17 | 13F | 2C | 3C |
| Octal | 305 | 153 | 250 | 0 | 56 | 17 | 27 | 477 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10101000 | 0 | 101110 | 1111 | 10111 | 100111111 | 101100 | 111100 |
Color Harmonies of #C56BA8
Complementary color
Monochromatic Colors of #C56BA8
Black with #C56BA8
Text Example
Text Example
White with #C56BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BA8; }
p { color: rgb(197,107,168); }
H1.HeaderClassName
{
color: #C56BA8;
}
.AnyTagClassName
{
color: #C56BA8;
}
</style>
background-color css
<style>
a { background-color: #C56BA8; }
a { background-color: rgb(197,107,168); }
div.DivClassName
{
background-color: #C56BA8;
}
.BgClassName
{
background-color: #C56BA8;
}
</style>
border-color css
<style>
span { border-color: #C56BA8; }
span { border-color: rgb(197,107,168); }
td.TdClassName
{
border-color: #C56BA8;
}
.TagClassName
{
border-color: #C56BA8;
}
</style>