Shades of Hopbush #C56BA6
Tints of Hopbush #C56BA6
RGB
CMYK
RGB Variations
Color information
#C56BA6 (or 0xC56BA6) is known color: Hopbush. HEX triplet: C5, 6B and A6. RGB value is (197,107,166). Sum of RGB (Red+Green+Blue) = 197+107+166=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56BA6 is #3A9459. Grayscale: #8C8C8C. Windows color (decimal): -3839066 or 10906565. OLE color: 10906565.
HSL color Cylindrical-coordinate representation of color #C56BA6: hue angle of 320.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 #C56BA6 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 166 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.23 |
| HSL | 320.67º | 0.44% | 0.6% | - |
| HSV(B) | 320.67º | 0.46% | 0.77% | - |
| XYZ | 35.17 | 25.14 | 39.08 | - |
| YUV | 140.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 166 | 0 | 0.46 | 0.16 | 0.23 | 320.67 | 0.44 | 0.6 |
| Hex | C5 | 6B | A6 | 0 | 2E | 10 | 17 | 141 | 2C | 3C |
| Octal | 305 | 153 | 246 | 0 | 56 | 20 | 27 | 501 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10100110 | 0 | 101110 | 10000 | 10111 | 101000001 | 101100 | 111100 |
Color Harmonies of #C56BA6
Complementary color
Monochromatic Colors of #C56BA6
Black with #C56BA6
Text Example
Text Example
White with #C56BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BA6; }
p { color: rgb(197,107,166); }
H1.HeaderClassName
{
color: #C56BA6;
}
.AnyTagClassName
{
color: #C56BA6;
}
</style>
background-color css
<style>
a { background-color: #C56BA6; }
a { background-color: rgb(197,107,166); }
div.DivClassName
{
background-color: #C56BA6;
}
.BgClassName
{
background-color: #C56BA6;
}
</style>
border-color css
<style>
span { border-color: #C56BA6; }
span { border-color: rgb(197,107,166); }
td.TdClassName
{
border-color: #C56BA6;
}
.TagClassName
{
border-color: #C56BA6;
}
</style>