Shades of Hopbush #C77097
Tints of Hopbush #C77097
RGB
CMYK
RGB Variations
Color information
#C77097 (or 0xC77097) is known color: Hopbush. HEX triplet: C7, 70 and 97. RGB value is (199,112,151). Sum of RGB (Red+Green+Blue) = 199+112+151=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C77097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77097 is #388F68. Grayscale: #8E8E8E. Windows color (decimal): -3706729 or 9924807. OLE color: 9924807.
HSL color Cylindrical-coordinate representation of color #C77097: hue angle of 333.1º 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 #C77097 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 151 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.22 |
| HSL | 333.1º | 0.44% | 0.61% | - |
| HSV(B) | 333.1º | 0.44% | 0.78% | - |
| XYZ | 34.93 | 25.96 | 32.45 | - |
| YUV | 142.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 151 | 0 | 0.44 | 0.24 | 0.22 | 333.1 | 0.44 | 0.61 |
| Hex | C7 | 70 | 97 | 0 | 2C | 18 | 16 | 14D | 2C | 3D |
| Octal | 307 | 160 | 227 | 0 | 54 | 30 | 26 | 515 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10010111 | 0 | 101100 | 11000 | 10110 | 101001101 | 101100 | 111101 |
Color Harmonies of #C77097
Complementary color
Monochromatic Colors of #C77097
Black with #C77097
Text Example
Text Example
White with #C77097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77097; }
p { color: rgb(199,112,151); }
H1.HeaderClassName
{
color: #C77097;
}
.AnyTagClassName
{
color: #C77097;
}
</style>
background-color css
<style>
a { background-color: #C77097; }
a { background-color: rgb(199,112,151); }
div.DivClassName
{
background-color: #C77097;
}
.BgClassName
{
background-color: #C77097;
}
</style>
border-color css
<style>
span { border-color: #C77097; }
span { border-color: rgb(199,112,151); }
td.TdClassName
{
border-color: #C77097;
}
.TagClassName
{
border-color: #C77097;
}
</style>