Shades of Hopbush #C56396
Tints of Hopbush #C56396
RGB
CMYK
RGB Variations
Color information
#C56396 (or 0xC56396) is known color: Hopbush. HEX triplet: C5, 63 and 96. RGB value is (197,99,150). Sum of RGB (Red+Green+Blue) = 197+99+150=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C56396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56396 is #3A9C69. Grayscale: #868686. Windows color (decimal): -3841130 or 9855941. OLE color: 9855941.
HSL color Cylindrical-coordinate representation of color #C56396: hue angle of 328.78º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56396 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 150 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.23 |
| HSL | 328.78º | 0.46% | 0.58% | - |
| HSV(B) | 328.78º | 0.5% | 0.77% | - |
| XYZ | 32.99 | 23 | 31.55 | - |
| YUV | 134.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 150 | 0 | 0.50 | 0.24 | 0.23 | 328.78 | 0.46 | 0.58 |
| Hex | C5 | 63 | 96 | 0 | 32 | 18 | 17 | 149 | 2E | 3A |
| Octal | 305 | 143 | 226 | 0 | 62 | 30 | 27 | 511 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10010110 | 0 | 110010 | 11000 | 10111 | 101001001 | 101110 | 111010 |
Color Harmonies of #C56396
Complementary color
Monochromatic Colors of #C56396
Black with #C56396
Text Example
Text Example
White with #C56396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56396; }
p { color: rgb(197,99,150); }
H1.HeaderClassName
{
color: #C56396;
}
.AnyTagClassName
{
color: #C56396;
}
</style>
background-color css
<style>
a { background-color: #C56396; }
a { background-color: rgb(197,99,150); }
div.DivClassName
{
background-color: #C56396;
}
.BgClassName
{
background-color: #C56396;
}
</style>
border-color css
<style>
span { border-color: #C56396; }
span { border-color: rgb(197,99,150); }
td.TdClassName
{
border-color: #C56396;
}
.TagClassName
{
border-color: #C56396;
}
</style>