Shades of Hopbush #C56498
Tints of Hopbush #C56498
RGB
CMYK
RGB Variations
Color information
#C56498 (or 0xC56498) is known color: Hopbush. HEX triplet: C5, 64 and 98. RGB value is (197,100,152). Sum of RGB (Red+Green+Blue) = 197+100+152=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C56498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56498 is #3A9B67. Grayscale: #868686. Windows color (decimal): -3840872 or 9987269. OLE color: 9987269.
HSL color Cylindrical-coordinate representation of color #C56498: hue angle of 327.84º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56498 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 152 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.23 |
| HSL | 327.84º | 0.46% | 0.58% | - |
| HSV(B) | 327.84º | 0.49% | 0.77% | - |
| XYZ | 33.25 | 23.25 | 32.44 | - |
| YUV | 134.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 152 | 0 | 0.49 | 0.23 | 0.23 | 327.84 | 0.46 | 0.58 |
| Hex | C5 | 64 | 98 | 0 | 31 | 17 | 17 | 148 | 2E | 3A |
| Octal | 305 | 144 | 230 | 0 | 61 | 27 | 27 | 510 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10011000 | 0 | 110001 | 10111 | 10111 | 101001000 | 101110 | 111010 |
Color Harmonies of #C56498
Complementary color
Monochromatic Colors of #C56498
Black with #C56498
Text Example
Text Example
White with #C56498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56498; }
p { color: rgb(197,100,152); }
H1.HeaderClassName
{
color: #C56498;
}
.AnyTagClassName
{
color: #C56498;
}
</style>
background-color css
<style>
a { background-color: #C56498; }
a { background-color: rgb(197,100,152); }
div.DivClassName
{
background-color: #C56498;
}
.BgClassName
{
background-color: #C56498;
}
</style>
border-color css
<style>
span { border-color: #C56498; }
span { border-color: rgb(197,100,152); }
td.TdClassName
{
border-color: #C56498;
}
.TagClassName
{
border-color: #C56498;
}
</style>