Shades of Hopbush #C77096
Tints of Hopbush #C77096
RGB
CMYK
RGB Variations
Color information
#C77096 (or 0xC77096) is known color: Hopbush. HEX triplet: C7, 70 and 96. RGB value is (199,112,150). Sum of RGB (Red+Green+Blue) = 199+112+150=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C77096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77096 is #388F69. Grayscale: #8E8E8E. Windows color (decimal): -3706730 or 9859271. OLE color: 9859271.
HSL color Cylindrical-coordinate representation of color #C77096: hue angle of 333.79º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77096 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 150 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.22 |
| HSL | 333.79º | 0.44% | 0.61% | - |
| HSV(B) | 333.79º | 0.44% | 0.78% | - |
| XYZ | 34.85 | 25.93 | 32.02 | - |
| YUV | 142.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 150 | 0 | 0.44 | 0.25 | 0.22 | 333.79 | 0.44 | 0.61 |
| Hex | C7 | 70 | 96 | 0 | 2C | 19 | 16 | 14E | 2C | 3D |
| Octal | 307 | 160 | 226 | 0 | 54 | 31 | 26 | 516 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10010110 | 0 | 101100 | 11001 | 10110 | 101001110 | 101100 | 111101 |
Color Harmonies of #C77096
Complementary color
Monochromatic Colors of #C77096
Black with #C77096
Text Example
Text Example
White with #C77096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77096; }
p { color: rgb(199,112,150); }
H1.HeaderClassName
{
color: #C77096;
}
.AnyTagClassName
{
color: #C77096;
}
</style>
background-color css
<style>
a { background-color: #C77096; }
a { background-color: rgb(199,112,150); }
div.DivClassName
{
background-color: #C77096;
}
.BgClassName
{
background-color: #C77096;
}
</style>
border-color css
<style>
span { border-color: #C77096; }
span { border-color: rgb(199,112,150); }
td.TdClassName
{
border-color: #C77096;
}
.TagClassName
{
border-color: #C77096;
}
</style>