Shades of Hopbush #C77098
Tints of Hopbush #C77098
RGB
CMYK
RGB Variations
Color information
#C77098 (or 0xC77098) is known color: Hopbush. HEX triplet: C7, 70 and 98. RGB value is (199,112,152). Sum of RGB (Red+Green+Blue) = 199+112+152=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C77098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77098 is #388F67. Grayscale: #8E8E8E. Windows color (decimal): -3706728 or 9990343. OLE color: 9990343.
HSL color Cylindrical-coordinate representation of color #C77098: hue angle of 332.41º 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 #C77098 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 152 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.22 |
| HSL | 332.41º | 0.44% | 0.61% | - |
| HSV(B) | 332.41º | 0.44% | 0.78% | - |
| XYZ | 35.01 | 26 | 32.88 | - |
| YUV | 142.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 152 | 0 | 0.44 | 0.24 | 0.22 | 332.41 | 0.44 | 0.61 |
| Hex | C7 | 70 | 98 | 0 | 2C | 18 | 16 | 14C | 2C | 3D |
| Octal | 307 | 160 | 230 | 0 | 54 | 30 | 26 | 514 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10011000 | 0 | 101100 | 11000 | 10110 | 101001100 | 101100 | 111101 |
Color Harmonies of #C77098
Complementary color
Monochromatic Colors of #C77098
Black with #C77098
Text Example
Text Example
White with #C77098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77098; }
p { color: rgb(199,112,152); }
H1.HeaderClassName
{
color: #C77098;
}
.AnyTagClassName
{
color: #C77098;
}
</style>
background-color css
<style>
a { background-color: #C77098; }
a { background-color: rgb(199,112,152); }
div.DivClassName
{
background-color: #C77098;
}
.BgClassName
{
background-color: #C77098;
}
</style>
border-color css
<style>
span { border-color: #C77098; }
span { border-color: rgb(199,112,152); }
td.TdClassName
{
border-color: #C77098;
}
.TagClassName
{
border-color: #C77098;
}
</style>