Shades of Hopbush #C56096
Tints of Hopbush #C56096
RGB
CMYK
RGB Variations
Color information
#C56096 (or 0xC56096) is known color: Hopbush. HEX triplet: C5, 60 and 96. RGB value is (197,96,150). Sum of RGB (Red+Green+Blue) = 197+96+150=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C56096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56096 is #3A9F69. Grayscale: #848484. Windows color (decimal): -3841898 or 9855173. OLE color: 9855173.
HSL color Cylindrical-coordinate representation of color #C56096: hue angle of 327.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56096 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 150 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.23 |
| HSL | 327.92º | 0.47% | 0.57% | - |
| HSV(B) | 327.92º | 0.51% | 0.77% | - |
| XYZ | 32.71 | 22.44 | 31.46 | - |
| YUV | 132.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 150 | 0 | 0.51 | 0.24 | 0.23 | 327.92 | 0.47 | 0.57 |
| Hex | C5 | 60 | 96 | 0 | 33 | 18 | 17 | 148 | 2F | 39 |
| Octal | 305 | 140 | 226 | 0 | 63 | 30 | 27 | 510 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10010110 | 0 | 110011 | 11000 | 10111 | 101001000 | 101111 | 111001 |
Color Harmonies of #C56096
Complementary color
Monochromatic Colors of #C56096
Black with #C56096
Text Example
Text Example
White with #C56096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56096; }
p { color: rgb(197,96,150); }
H1.HeaderClassName
{
color: #C56096;
}
.AnyTagClassName
{
color: #C56096;
}
</style>
background-color css
<style>
a { background-color: #C56096; }
a { background-color: rgb(197,96,150); }
div.DivClassName
{
background-color: #C56096;
}
.BgClassName
{
background-color: #C56096;
}
</style>
border-color css
<style>
span { border-color: #C56096; }
span { border-color: rgb(197,96,150); }
td.TdClassName
{
border-color: #C56096;
}
.TagClassName
{
border-color: #C56096;
}
</style>