Shades of Hopbush #C56989
Tints of Hopbush #C56989
RGB
CMYK
RGB Variations
Color information
#C56989 (or 0xC56989) is known color: Hopbush. HEX triplet: C5, 69 and 89. RGB value is (197,105,137). Sum of RGB (Red+Green+Blue) = 197+105+137=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C56989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56989 is #3A9676. Grayscale: #888888. Windows color (decimal): -3839607 or 9005509. OLE color: 9005509.
HSL color Cylindrical-coordinate representation of color #C56989: hue angle of 339.13º 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 #C56989 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 137 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.23 |
| HSL | 339.13º | 0.44% | 0.59% | - |
| HSV(B) | 339.13º | 0.47% | 0.77% | - |
| XYZ | 32.59 | 23.78 | 26.54 | - |
| YUV | 136.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 137 | 0 | 0.47 | 0.30 | 0.23 | 339.13 | 0.44 | 0.59 |
| Hex | C5 | 69 | 89 | 0 | 2F | 1E | 17 | 153 | 2C | 3B |
| Octal | 305 | 151 | 211 | 0 | 57 | 36 | 27 | 523 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10001001 | 0 | 101111 | 11110 | 10111 | 101010011 | 101100 | 111011 |
Color Harmonies of #C56989
Complementary color
Monochromatic Colors of #C56989
Black with #C56989
Text Example
Text Example
White with #C56989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56989; }
p { color: rgb(197,105,137); }
H1.HeaderClassName
{
color: #C56989;
}
.AnyTagClassName
{
color: #C56989;
}
</style>
background-color css
<style>
a { background-color: #C56989; }
a { background-color: rgb(197,105,137); }
div.DivClassName
{
background-color: #C56989;
}
.BgClassName
{
background-color: #C56989;
}
</style>
border-color css
<style>
span { border-color: #C56989; }
span { border-color: rgb(197,105,137); }
td.TdClassName
{
border-color: #C56989;
}
.TagClassName
{
border-color: #C56989;
}
</style>