Shades of Hopbush #C55F96
Tints of Hopbush #C55F96
RGB
CMYK
RGB Variations
Color information
#C55F96 (or 0xC55F96) is known color: Hopbush. HEX triplet: C5, 5F and 96. RGB value is (197,95,150). Sum of RGB (Red+Green+Blue) = 197+95+150=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F96 is #3AA069. Grayscale: #838383. Windows color (decimal): -3842154 or 9854917. OLE color: 9854917.
HSL color Cylindrical-coordinate representation of color #C55F96: hue angle of 327.65º 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 #C55F96 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 150 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.23 |
| HSL | 327.65º | 0.47% | 0.57% | - |
| HSV(B) | 327.65º | 0.52% | 0.77% | - |
| XYZ | 32.62 | 22.26 | 31.43 | - |
| YUV | 131.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 150 | 0 | 0.52 | 0.24 | 0.23 | 327.65 | 0.47 | 0.57 |
| Hex | C5 | 5F | 96 | 0 | 34 | 18 | 17 | 148 | 2F | 39 |
| Octal | 305 | 137 | 226 | 0 | 64 | 30 | 27 | 510 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10010110 | 0 | 110100 | 11000 | 10111 | 101001000 | 101111 | 111001 |
Color Harmonies of #C55F96
Complementary color
Monochromatic Colors of #C55F96
Black with #C55F96
Text Example
Text Example
White with #C55F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F96; }
p { color: rgb(197,95,150); }
H1.HeaderClassName
{
color: #C55F96;
}
.AnyTagClassName
{
color: #C55F96;
}
</style>
background-color css
<style>
a { background-color: #C55F96; }
a { background-color: rgb(197,95,150); }
div.DivClassName
{
background-color: #C55F96;
}
.BgClassName
{
background-color: #C55F96;
}
</style>
border-color css
<style>
span { border-color: #C55F96; }
span { border-color: rgb(197,95,150); }
td.TdClassName
{
border-color: #C55F96;
}
.TagClassName
{
border-color: #C55F96;
}
</style>