Shades of Hopbush #C7799A
Tints of Hopbush #C7799A
RGB
CMYK
RGB Variations
Color information
#C7799A (or 0xC7799A) is known color: Hopbush. HEX triplet: C7, 79 and 9A. RGB value is (199,121,154). Sum of RGB (Red+Green+Blue) = 199+121+154=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7799A is #388665. Grayscale: #949494. Windows color (decimal): -3704422 or 10123719. OLE color: 10123719.
HSL color Cylindrical-coordinate representation of color #C7799A: hue angle of 334.62º 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 #C7799A is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 154 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.22 |
| HSL | 334.62º | 0.41% | 0.63% | - |
| HSV(B) | 334.62º | 0.39% | 0.78% | - |
| XYZ | 36.22 | 28.15 | 34.1 | - |
| YUV | 148.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 154 | 0 | 0.39 | 0.23 | 0.22 | 334.62 | 0.41 | 0.63 |
| Hex | C7 | 79 | 9A | 0 | 27 | 17 | 16 | 14F | 29 | 3F |
| Octal | 307 | 171 | 232 | 0 | 47 | 27 | 26 | 517 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10011010 | 0 | 100111 | 10111 | 10110 | 101001111 | 101001 | 111111 |
Color Harmonies of #C7799A
Complementary color
Monochromatic Colors of #C7799A
Black with #C7799A
Text Example
Text Example
White with #C7799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7799A; }
p { color: rgb(199,121,154); }
H1.HeaderClassName
{
color: #C7799A;
}
.AnyTagClassName
{
color: #C7799A;
}
</style>
background-color css
<style>
a { background-color: #C7799A; }
a { background-color: rgb(199,121,154); }
div.DivClassName
{
background-color: #C7799A;
}
.BgClassName
{
background-color: #C7799A;
}
</style>
border-color css
<style>
span { border-color: #C7799A; }
span { border-color: rgb(199,121,154); }
td.TdClassName
{
border-color: #C7799A;
}
.TagClassName
{
border-color: #C7799A;
}
</style>