Shades of Hopbush #C55F95
Tints of Hopbush #C55F95
RGB
CMYK
RGB Variations
Color information
#C55F95 (or 0xC55F95) is known color: Hopbush. HEX triplet: C5, 5F and 95. RGB value is (197,95,149). Sum of RGB (Red+Green+Blue) = 197+95+149=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F95 is #3AA06A. Grayscale: #838383. Windows color (decimal): -3842155 or 9789381. OLE color: 9789381.
HSL color Cylindrical-coordinate representation of color #C55F95: hue angle of 328.24º 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 #C55F95 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 149 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.23 |
| HSL | 328.24º | 0.47% | 0.57% | - |
| HSV(B) | 328.24º | 0.52% | 0.77% | - |
| XYZ | 32.54 | 22.22 | 31.01 | - |
| YUV | 131.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 149 | 0 | 0.52 | 0.24 | 0.23 | 328.24 | 0.47 | 0.57 |
| Hex | C5 | 5F | 95 | 0 | 34 | 18 | 17 | 148 | 2F | 39 |
| Octal | 305 | 137 | 225 | 0 | 64 | 30 | 27 | 510 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10010101 | 0 | 110100 | 11000 | 10111 | 101001000 | 101111 | 111001 |
Color Harmonies of #C55F95
Complementary color
Monochromatic Colors of #C55F95
Black with #C55F95
Text Example
Text Example
White with #C55F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F95; }
p { color: rgb(197,95,149); }
H1.HeaderClassName
{
color: #C55F95;
}
.AnyTagClassName
{
color: #C55F95;
}
</style>
background-color css
<style>
a { background-color: #C55F95; }
a { background-color: rgb(197,95,149); }
div.DivClassName
{
background-color: #C55F95;
}
.BgClassName
{
background-color: #C55F95;
}
</style>
border-color css
<style>
span { border-color: #C55F95; }
span { border-color: rgb(197,95,149); }
td.TdClassName
{
border-color: #C55F95;
}
.TagClassName
{
border-color: #C55F95;
}
</style>