Shades of Hopbush #C56091
Tints of Hopbush #C56091
RGB
CMYK
RGB Variations
Color information
#C56091 (or 0xC56091) is known color: Hopbush. HEX triplet: C5, 60 and 91. RGB value is (197,96,145). Sum of RGB (Red+Green+Blue) = 197+96+145=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C56091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56091 is #3A9F6E. Grayscale: #838383. Windows color (decimal): -3841903 or 9527493. OLE color: 9527493.
HSL color Cylindrical-coordinate representation of color #C56091: hue angle of 330.89º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56091 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 145 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.23 |
| HSL | 330.89º | 0.47% | 0.57% | - |
| HSV(B) | 330.89º | 0.51% | 0.77% | - |
| XYZ | 32.32 | 22.28 | 29.39 | - |
| YUV | 131.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 145 | 0 | 0.51 | 0.26 | 0.23 | 330.89 | 0.47 | 0.57 |
| Hex | C5 | 60 | 91 | 0 | 33 | 1A | 17 | 14B | 2F | 39 |
| Octal | 305 | 140 | 221 | 0 | 63 | 32 | 27 | 513 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10010001 | 0 | 110011 | 11010 | 10111 | 101001011 | 101111 | 111001 |
Color Harmonies of #C56091
Complementary color
Monochromatic Colors of #C56091
Black with #C56091
Text Example
Text Example
White with #C56091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56091; }
p { color: rgb(197,96,145); }
H1.HeaderClassName
{
color: #C56091;
}
.AnyTagClassName
{
color: #C56091;
}
</style>
background-color css
<style>
a { background-color: #C56091; }
a { background-color: rgb(197,96,145); }
div.DivClassName
{
background-color: #C56091;
}
.BgClassName
{
background-color: #C56091;
}
</style>
border-color css
<style>
span { border-color: #C56091; }
span { border-color: rgb(197,96,145); }
td.TdClassName
{
border-color: #C56091;
}
.TagClassName
{
border-color: #C56091;
}
</style>