Shades of Hopbush #C776AC
Tints of Hopbush #C776AC
RGB
CMYK
RGB Variations
Color information
#C776AC (or 0xC776AC) is known color: Hopbush. HEX triplet: C7, 76 and AC. RGB value is (199,118,172). Sum of RGB (Red+Green+Blue) = 199+118+172=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C776AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C776AC is #388953. Grayscale: #949494. Windows color (decimal): -3705172 or 11302599. OLE color: 11302599.
HSL color Cylindrical-coordinate representation of color #C776AC: hue angle of 320º 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 #C776AC is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 172 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.22 |
| HSL | 320º | 0.42% | 0.62% | - |
| HSV(B) | 320º | 0.41% | 0.78% | - |
| XYZ | 37.48 | 28.08 | 42.47 | - |
| YUV | 148.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 172 | 0 | 0.41 | 0.14 | 0.22 | 320 | 0.42 | 0.62 |
| Hex | C7 | 76 | AC | 0 | 29 | E | 16 | 140 | 2A | 3E |
| Octal | 307 | 166 | 254 | 0 | 51 | 16 | 26 | 500 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10101100 | 0 | 101001 | 1110 | 10110 | 101000000 | 101010 | 111110 |
Color Harmonies of #C776AC
Complementary color
Monochromatic Colors of #C776AC
Black with #C776AC
Text Example
Text Example
White with #C776AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776AC; }
p { color: rgb(199,118,172); }
H1.HeaderClassName
{
color: #C776AC;
}
.AnyTagClassName
{
color: #C776AC;
}
</style>
background-color css
<style>
a { background-color: #C776AC; }
a { background-color: rgb(199,118,172); }
div.DivClassName
{
background-color: #C776AC;
}
.BgClassName
{
background-color: #C776AC;
}
</style>
border-color css
<style>
span { border-color: #C776AC; }
span { border-color: rgb(199,118,172); }
td.TdClassName
{
border-color: #C776AC;
}
.TagClassName
{
border-color: #C776AC;
}
</style>