Shades of Hopbush #C776A0
Tints of Hopbush #C776A0
RGB
CMYK
RGB Variations
Color information
#C776A0 (or 0xC776A0) is known color: Hopbush. HEX triplet: C7, 76 and A0. RGB value is (199,118,160). Sum of RGB (Red+Green+Blue) = 199+118+160=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C776A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C776A0 is #38895F. Grayscale: #929292. Windows color (decimal): -3705184 or 10516167. OLE color: 10516167.
HSL color Cylindrical-coordinate representation of color #C776A0: hue angle of 328.89º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776A0 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 160 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.22 |
| HSL | 328.89º | 0.42% | 0.62% | - |
| HSV(B) | 328.89º | 0.41% | 0.78% | - |
| XYZ | 36.38 | 27.64 | 36.67 | - |
| YUV | 147.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 160 | 0 | 0.41 | 0.20 | 0.22 | 328.89 | 0.42 | 0.62 |
| Hex | C7 | 76 | A0 | 0 | 29 | 14 | 16 | 149 | 2A | 3E |
| Octal | 307 | 166 | 240 | 0 | 51 | 24 | 26 | 511 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10100000 | 0 | 101001 | 10100 | 10110 | 101001001 | 101010 | 111110 |
Color Harmonies of #C776A0
Complementary color
Monochromatic Colors of #C776A0
Black with #C776A0
Text Example
Text Example
White with #C776A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776A0; }
p { color: rgb(199,118,160); }
H1.HeaderClassName
{
color: #C776A0;
}
.AnyTagClassName
{
color: #C776A0;
}
</style>
background-color css
<style>
a { background-color: #C776A0; }
a { background-color: rgb(199,118,160); }
div.DivClassName
{
background-color: #C776A0;
}
.BgClassName
{
background-color: #C776A0;
}
</style>
border-color css
<style>
span { border-color: #C776A0; }
span { border-color: rgb(199,118,160); }
td.TdClassName
{
border-color: #C776A0;
}
.TagClassName
{
border-color: #C776A0;
}
</style>