Shades of Hopbush #C55E96
Tints of Hopbush #C55E96
RGB
CMYK
RGB Variations
Color information
#C55E96 (or 0xC55E96) is known color: Hopbush. HEX triplet: C5, 5E and 96. RGB value is (197,94,150). Sum of RGB (Red+Green+Blue) = 197+94+150=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E96 is #3AA169. Grayscale: #838383. Windows color (decimal): -3842410 or 9854661. OLE color: 9854661.
HSL color Cylindrical-coordinate representation of color #C55E96: hue angle of 327.38º 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 #C55E96 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 150 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.23 |
| HSL | 327.38º | 0.47% | 0.57% | - |
| HSV(B) | 327.38º | 0.52% | 0.77% | - |
| XYZ | 32.53 | 22.08 | 31.4 | - |
| YUV | 131.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 150 | 0 | 0.52 | 0.24 | 0.23 | 327.38 | 0.47 | 0.57 |
| Hex | C5 | 5E | 96 | 0 | 34 | 18 | 17 | 147 | 2F | 39 |
| Octal | 305 | 136 | 226 | 0 | 64 | 30 | 27 | 507 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10010110 | 0 | 110100 | 11000 | 10111 | 101000111 | 101111 | 111001 |
Color Harmonies of #C55E96
Complementary color
Monochromatic Colors of #C55E96
Black with #C55E96
Text Example
Text Example
White with #C55E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E96; }
p { color: rgb(197,94,150); }
H1.HeaderClassName
{
color: #C55E96;
}
.AnyTagClassName
{
color: #C55E96;
}
</style>
background-color css
<style>
a { background-color: #C55E96; }
a { background-color: rgb(197,94,150); }
div.DivClassName
{
background-color: #C55E96;
}
.BgClassName
{
background-color: #C55E96;
}
</style>
border-color css
<style>
span { border-color: #C55E96; }
span { border-color: rgb(197,94,150); }
td.TdClassName
{
border-color: #C55E96;
}
.TagClassName
{
border-color: #C55E96;
}
</style>