Shades of Hopbush #C7799F
Tints of Hopbush #C7799F
RGB
CMYK
RGB Variations
Color information
#C7799F (or 0xC7799F) is known color: Hopbush. HEX triplet: C7, 79 and 9F. RGB value is (199,121,159). Sum of RGB (Red+Green+Blue) = 199+121+159=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7799F is #388660. Grayscale: #949494. Windows color (decimal): -3704417 or 10451399. OLE color: 10451399.
HSL color Cylindrical-coordinate representation of color #C7799F: hue angle of 330.77º 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 #C7799F is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 159 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.22 |
| HSL | 330.77º | 0.41% | 0.63% | - |
| HSV(B) | 330.77º | 0.39% | 0.78% | - |
| XYZ | 36.65 | 28.32 | 36.34 | - |
| YUV | 148.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 159 | 0 | 0.39 | 0.20 | 0.22 | 330.77 | 0.41 | 0.63 |
| Hex | C7 | 79 | 9F | 0 | 27 | 14 | 16 | 14B | 29 | 3F |
| Octal | 307 | 171 | 237 | 0 | 47 | 24 | 26 | 513 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10011111 | 0 | 100111 | 10100 | 10110 | 101001011 | 101001 | 111111 |
Color Harmonies of #C7799F
Complementary color
Monochromatic Colors of #C7799F
Black with #C7799F
Text Example
Text Example
White with #C7799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7799F; }
p { color: rgb(199,121,159); }
H1.HeaderClassName
{
color: #C7799F;
}
.AnyTagClassName
{
color: #C7799F;
}
</style>
background-color css
<style>
a { background-color: #C7799F; }
a { background-color: rgb(199,121,159); }
div.DivClassName
{
background-color: #C7799F;
}
.BgClassName
{
background-color: #C7799F;
}
</style>
border-color css
<style>
span { border-color: #C7799F; }
span { border-color: rgb(199,121,159); }
td.TdClassName
{
border-color: #C7799F;
}
.TagClassName
{
border-color: #C7799F;
}
</style>