Shades of Hopbush #C779A0
Tints of Hopbush #C779A0
RGB
CMYK
RGB Variations
Color information
#C779A0 (or 0xC779A0) is known color: Hopbush. HEX triplet: C7, 79 and A0. RGB value is (199,121,160). Sum of RGB (Red+Green+Blue) = 199+121+160=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C779A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C779A0 is #38865F. Grayscale: #949494. Windows color (decimal): -3704416 or 10516935. OLE color: 10516935.
HSL color Cylindrical-coordinate representation of color #C779A0: hue angle of 330º 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 #C779A0 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 160 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.22 |
| HSL | 330º | 0.41% | 0.63% | - |
| HSV(B) | 330º | 0.39% | 0.78% | - |
| XYZ | 36.74 | 28.35 | 36.79 | - |
| YUV | 148.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 160 | 0 | 0.39 | 0.20 | 0.22 | 330 | 0.41 | 0.63 |
| Hex | C7 | 79 | A0 | 0 | 27 | 14 | 16 | 14A | 29 | 3F |
| Octal | 307 | 171 | 240 | 0 | 47 | 24 | 26 | 512 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10100000 | 0 | 100111 | 10100 | 10110 | 101001010 | 101001 | 111111 |
Color Harmonies of #C779A0
Complementary color
Monochromatic Colors of #C779A0
Black with #C779A0
Text Example
Text Example
White with #C779A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C779A0; }
p { color: rgb(199,121,160); }
H1.HeaderClassName
{
color: #C779A0;
}
.AnyTagClassName
{
color: #C779A0;
}
</style>
background-color css
<style>
a { background-color: #C779A0; }
a { background-color: rgb(199,121,160); }
div.DivClassName
{
background-color: #C779A0;
}
.BgClassName
{
background-color: #C779A0;
}
</style>
border-color css
<style>
span { border-color: #C779A0; }
span { border-color: rgb(199,121,160); }
td.TdClassName
{
border-color: #C779A0;
}
.TagClassName
{
border-color: #C779A0;
}
</style>