Shades of Hopbush #C56998
Tints of Hopbush #C56998
RGB
CMYK
RGB Variations
Color information
#C56998 (or 0xC56998) is known color: Hopbush. HEX triplet: C5, 69 and 98. RGB value is (197,105,152). Sum of RGB (Red+Green+Blue) = 197+105+152=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C56998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56998 is #3A9667. Grayscale: #898989. Windows color (decimal): -3839592 or 9988549. OLE color: 9988549.
HSL color Cylindrical-coordinate representation of color #C56998: hue angle of 329.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56998 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 152 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.23 |
| HSL | 329.35º | 0.44% | 0.59% | - |
| HSV(B) | 329.35º | 0.47% | 0.77% | - |
| XYZ | 33.75 | 24.24 | 32.61 | - |
| YUV | 137.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 152 | 0 | 0.47 | 0.23 | 0.23 | 329.35 | 0.44 | 0.59 |
| Hex | C5 | 69 | 98 | 0 | 2F | 17 | 17 | 149 | 2C | 3B |
| Octal | 305 | 151 | 230 | 0 | 57 | 27 | 27 | 511 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10011000 | 0 | 101111 | 10111 | 10111 | 101001001 | 101100 | 111011 |
Color Harmonies of #C56998
Complementary color
Monochromatic Colors of #C56998
Black with #C56998
Text Example
Text Example
White with #C56998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56998; }
p { color: rgb(197,105,152); }
H1.HeaderClassName
{
color: #C56998;
}
.AnyTagClassName
{
color: #C56998;
}
</style>
background-color css
<style>
a { background-color: #C56998; }
a { background-color: rgb(197,105,152); }
div.DivClassName
{
background-color: #C56998;
}
.BgClassName
{
background-color: #C56998;
}
</style>
border-color css
<style>
span { border-color: #C56998; }
span { border-color: rgb(197,105,152); }
td.TdClassName
{
border-color: #C56998;
}
.TagClassName
{
border-color: #C56998;
}
</style>