Shades of Hopbush #C55E8C
Tints of Hopbush #C55E8C
RGB
CMYK
RGB Variations
Color information
#C55E8C (or 0xC55E8C) is known color: Hopbush. HEX triplet: C5, 5E and 8C. RGB value is (197,94,140). Sum of RGB (Red+Green+Blue) = 197+94+140=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E8C is #3AA173. Grayscale: #818181. Windows color (decimal): -3842420 or 9199301. OLE color: 9199301.
HSL color Cylindrical-coordinate representation of color #C55E8C: hue angle of 333.2º 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 #C55E8C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 140 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.23 |
| HSL | 333.2º | 0.47% | 0.57% | - |
| HSV(B) | 333.2º | 0.52% | 0.77% | - |
| XYZ | 31.76 | 21.77 | 27.34 | - |
| YUV | 130.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 140 | 0 | 0.52 | 0.29 | 0.23 | 333.2 | 0.47 | 0.57 |
| Hex | C5 | 5E | 8C | 0 | 34 | 1D | 17 | 14D | 2F | 39 |
| Octal | 305 | 136 | 214 | 0 | 64 | 35 | 27 | 515 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10001100 | 0 | 110100 | 11101 | 10111 | 101001101 | 101111 | 111001 |
Color Harmonies of #C55E8C
Complementary color
Monochromatic Colors of #C55E8C
Black with #C55E8C
Text Example
Text Example
White with #C55E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E8C; }
p { color: rgb(197,94,140); }
H1.HeaderClassName
{
color: #C55E8C;
}
.AnyTagClassName
{
color: #C55E8C;
}
</style>
background-color css
<style>
a { background-color: #C55E8C; }
a { background-color: rgb(197,94,140); }
div.DivClassName
{
background-color: #C55E8C;
}
.BgClassName
{
background-color: #C55E8C;
}
</style>
border-color css
<style>
span { border-color: #C55E8C; }
span { border-color: rgb(197,94,140); }
td.TdClassName
{
border-color: #C55E8C;
}
.TagClassName
{
border-color: #C55E8C;
}
</style>