Shades of Hopbush #C7799E
Tints of Hopbush #C7799E
RGB
CMYK
RGB Variations
Color information
#C7799E (or 0xC7799E) is known color: Hopbush. HEX triplet: C7, 79 and 9E. RGB value is (199,121,158). Sum of RGB (Red+Green+Blue) = 199+121+158=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7799E is #388661. Grayscale: #949494. Windows color (decimal): -3704418 or 10385863. OLE color: 10385863.
HSL color Cylindrical-coordinate representation of color #C7799E: hue angle of 331.54º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7799E is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 158 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.22 |
| HSL | 331.54º | 0.41% | 0.63% | - |
| HSV(B) | 331.54º | 0.39% | 0.78% | - |
| XYZ | 36.56 | 28.29 | 35.88 | - |
| YUV | 148.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 158 | 0 | 0.39 | 0.21 | 0.22 | 331.54 | 0.41 | 0.63 |
| Hex | C7 | 79 | 9E | 0 | 27 | 15 | 16 | 14C | 29 | 3F |
| Octal | 307 | 171 | 236 | 0 | 47 | 25 | 26 | 514 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10011110 | 0 | 100111 | 10101 | 10110 | 101001100 | 101001 | 111111 |
Color Harmonies of #C7799E
Complementary color
Monochromatic Colors of #C7799E
Black with #C7799E
Text Example
Text Example
White with #C7799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7799E; }
p { color: rgb(199,121,158); }
H1.HeaderClassName
{
color: #C7799E;
}
.AnyTagClassName
{
color: #C7799E;
}
</style>
background-color css
<style>
a { background-color: #C7799E; }
a { background-color: rgb(199,121,158); }
div.DivClassName
{
background-color: #C7799E;
}
.BgClassName
{
background-color: #C7799E;
}
</style>
border-color css
<style>
span { border-color: #C7799E; }
span { border-color: rgb(199,121,158); }
td.TdClassName
{
border-color: #C7799E;
}
.TagClassName
{
border-color: #C7799E;
}
</style>