Shades of Hopbush #C55E89
Tints of Hopbush #C55E89
RGB
CMYK
RGB Variations
Color information
#C55E89 (or 0xC55E89) is known color: Hopbush. HEX triplet: C5, 5E and 89. RGB value is (197,94,137). Sum of RGB (Red+Green+Blue) = 197+94+137=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E89 is #3AA176. Grayscale: #818181. Windows color (decimal): -3842423 or 9002693. OLE color: 9002693.
HSL color Cylindrical-coordinate representation of color #C55E89: hue angle of 334.95º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55E89 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 137 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.23 |
| HSL | 334.95º | 0.47% | 0.57% | - |
| HSV(B) | 334.95º | 0.52% | 0.77% | - |
| XYZ | 31.54 | 21.68 | 26.19 | - |
| YUV | 129.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 137 | 0 | 0.52 | 0.30 | 0.23 | 334.95 | 0.47 | 0.57 |
| Hex | C5 | 5E | 89 | 0 | 34 | 1E | 17 | 14F | 2F | 39 |
| Octal | 305 | 136 | 211 | 0 | 64 | 36 | 27 | 517 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10001001 | 0 | 110100 | 11110 | 10111 | 101001111 | 101111 | 111001 |
Color Harmonies of #C55E89
Complementary color
Monochromatic Colors of #C55E89
Black with #C55E89
Text Example
Text Example
White with #C55E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E89; }
p { color: rgb(197,94,137); }
H1.HeaderClassName
{
color: #C55E89;
}
.AnyTagClassName
{
color: #C55E89;
}
</style>
background-color css
<style>
a { background-color: #C55E89; }
a { background-color: rgb(197,94,137); }
div.DivClassName
{
background-color: #C55E89;
}
.BgClassName
{
background-color: #C55E89;
}
</style>
border-color css
<style>
span { border-color: #C55E89; }
span { border-color: rgb(197,94,137); }
td.TdClassName
{
border-color: #C55E89;
}
.TagClassName
{
border-color: #C55E89;
}
</style>