Shades of Hopbush #C56AA8
Tints of Hopbush #C56AA8
RGB
CMYK
RGB Variations
Color information
#C56AA8 (or 0xC56AA8) is known color: Hopbush. HEX triplet: C5, 6A and A8. RGB value is (197,106,168). Sum of RGB (Red+Green+Blue) = 197+106+168=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AA8 is #3A9557. Grayscale: #8C8C8C. Windows color (decimal): -3839320 or 11037381. OLE color: 11037381.
HSL color Cylindrical-coordinate representation of color #C56AA8: hue angle of 319.12º 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 #C56AA8 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 168 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.23 |
| HSL | 319.12º | 0.44% | 0.59% | - |
| HSV(B) | 319.12º | 0.46% | 0.77% | - |
| XYZ | 35.25 | 25.01 | 40.01 | - |
| YUV | 140.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 168 | 0 | 0.46 | 0.15 | 0.23 | 319.12 | 0.44 | 0.59 |
| Hex | C5 | 6A | A8 | 0 | 2E | F | 17 | 13F | 2C | 3B |
| Octal | 305 | 152 | 250 | 0 | 56 | 17 | 27 | 477 | 54 | 73 |
| Binary | 11000101 | 1101010 | 10101000 | 0 | 101110 | 1111 | 10111 | 100111111 | 101100 | 111011 |
Color Harmonies of #C56AA8
Complementary color
Monochromatic Colors of #C56AA8
Black with #C56AA8
Text Example
Text Example
White with #C56AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AA8; }
p { color: rgb(197,106,168); }
H1.HeaderClassName
{
color: #C56AA8;
}
.AnyTagClassName
{
color: #C56AA8;
}
</style>
background-color css
<style>
a { background-color: #C56AA8; }
a { background-color: rgb(197,106,168); }
div.DivClassName
{
background-color: #C56AA8;
}
.BgClassName
{
background-color: #C56AA8;
}
</style>
border-color css
<style>
span { border-color: #C56AA8; }
span { border-color: rgb(197,106,168); }
td.TdClassName
{
border-color: #C56AA8;
}
.TagClassName
{
border-color: #C56AA8;
}
</style>