Shades of Hopbush #C56991
Tints of Hopbush #C56991
RGB
CMYK
RGB Variations
Color information
#C56991 (or 0xC56991) is known color: Hopbush. HEX triplet: C5, 69 and 91. RGB value is (197,105,145). Sum of RGB (Red+Green+Blue) = 197+105+145=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C56991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56991 is #3A966E. Grayscale: #888888. Windows color (decimal): -3839599 or 9529797. OLE color: 9529797.
HSL color Cylindrical-coordinate representation of color #C56991: hue angle of 333.91º 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 #C56991 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 145 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.23 |
| HSL | 333.91º | 0.44% | 0.59% | - |
| HSV(B) | 333.91º | 0.47% | 0.77% | - |
| XYZ | 33.19 | 24.02 | 29.67 | - |
| YUV | 137.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 145 | 0 | 0.47 | 0.26 | 0.23 | 333.91 | 0.44 | 0.59 |
| Hex | C5 | 69 | 91 | 0 | 2F | 1A | 17 | 14E | 2C | 3B |
| Octal | 305 | 151 | 221 | 0 | 57 | 32 | 27 | 516 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10010001 | 0 | 101111 | 11010 | 10111 | 101001110 | 101100 | 111011 |
Color Harmonies of #C56991
Complementary color
Monochromatic Colors of #C56991
Black with #C56991
Text Example
Text Example
White with #C56991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56991; }
p { color: rgb(197,105,145); }
H1.HeaderClassName
{
color: #C56991;
}
.AnyTagClassName
{
color: #C56991;
}
</style>
background-color css
<style>
a { background-color: #C56991; }
a { background-color: rgb(197,105,145); }
div.DivClassName
{
background-color: #C56991;
}
.BgClassName
{
background-color: #C56991;
}
</style>
border-color css
<style>
span { border-color: #C56991; }
span { border-color: rgb(197,105,145); }
td.TdClassName
{
border-color: #C56991;
}
.TagClassName
{
border-color: #C56991;
}
</style>