Shades of Hopbush #C779A8
Tints of Hopbush #C779A8
RGB
CMYK
RGB Variations
Color information
#C779A8 (or 0xC779A8) is known color: Hopbush. HEX triplet: C7, 79 and A8. RGB value is (199,121,168). Sum of RGB (Red+Green+Blue) = 199+121+168=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C779A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C779A8 is #388657. Grayscale: #959595. Windows color (decimal): -3704408 or 11041223. OLE color: 11041223.
HSL color Cylindrical-coordinate representation of color #C779A8: hue angle of 323.85º 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 #C779A8 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 168 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.22 |
| HSL | 323.85º | 0.41% | 0.63% | - |
| HSV(B) | 323.85º | 0.39% | 0.78% | - |
| XYZ | 37.46 | 28.64 | 40.6 | - |
| YUV | 149.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 168 | 0 | 0.39 | 0.16 | 0.22 | 323.85 | 0.41 | 0.63 |
| Hex | C7 | 79 | A8 | 0 | 27 | 10 | 16 | 144 | 29 | 3F |
| Octal | 307 | 171 | 250 | 0 | 47 | 20 | 26 | 504 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10101000 | 0 | 100111 | 10000 | 10110 | 101000100 | 101001 | 111111 |
Color Harmonies of #C779A8
Complementary color
Monochromatic Colors of #C779A8
Black with #C779A8
Text Example
Text Example
White with #C779A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C779A8; }
p { color: rgb(199,121,168); }
H1.HeaderClassName
{
color: #C779A8;
}
.AnyTagClassName
{
color: #C779A8;
}
</style>
background-color css
<style>
a { background-color: #C779A8; }
a { background-color: rgb(199,121,168); }
div.DivClassName
{
background-color: #C779A8;
}
.BgClassName
{
background-color: #C779A8;
}
</style>
border-color css
<style>
span { border-color: #C779A8; }
span { border-color: rgb(199,121,168); }
td.TdClassName
{
border-color: #C779A8;
}
.TagClassName
{
border-color: #C779A8;
}
</style>