Shades of Hopbush #C56196
Tints of Hopbush #C56196
RGB
CMYK
RGB Variations
Color information
#C56196 (or 0xC56196) is known color: Hopbush. HEX triplet: C5, 61 and 96. RGB value is (197,97,150). Sum of RGB (Red+Green+Blue) = 197+97+150=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C56196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56196 is #3A9E69. Grayscale: #848484. Windows color (decimal): -3841642 or 9855429. OLE color: 9855429.
HSL color Cylindrical-coordinate representation of color #C56196: hue angle of 328.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56196 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 150 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.23 |
| HSL | 328.2º | 0.46% | 0.58% | - |
| HSV(B) | 328.2º | 0.51% | 0.77% | - |
| XYZ | 32.81 | 22.62 | 31.49 | - |
| YUV | 132.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 150 | 0 | 0.51 | 0.24 | 0.23 | 328.2 | 0.46 | 0.58 |
| Hex | C5 | 61 | 96 | 0 | 33 | 18 | 17 | 148 | 2E | 3A |
| Octal | 305 | 141 | 226 | 0 | 63 | 30 | 27 | 510 | 56 | 72 |
| Binary | 11000101 | 1100001 | 10010110 | 0 | 110011 | 11000 | 10111 | 101001000 | 101110 | 111010 |
Color Harmonies of #C56196
Complementary color
Monochromatic Colors of #C56196
Black with #C56196
Text Example
Text Example
White with #C56196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56196; }
p { color: rgb(197,97,150); }
H1.HeaderClassName
{
color: #C56196;
}
.AnyTagClassName
{
color: #C56196;
}
</style>
background-color css
<style>
a { background-color: #C56196; }
a { background-color: rgb(197,97,150); }
div.DivClassName
{
background-color: #C56196;
}
.BgClassName
{
background-color: #C56196;
}
</style>
border-color css
<style>
span { border-color: #C56196; }
span { border-color: rgb(197,97,150); }
td.TdClassName
{
border-color: #C56196;
}
.TagClassName
{
border-color: #C56196;
}
</style>