Shades of Hopbush #C76EAA
Tints of Hopbush #C76EAA
RGB
CMYK
RGB Variations
Color information
#C76EAA (or 0xC76EAA) is known color: Hopbush. HEX triplet: C7, 6E and AA. RGB value is (199,110,170). Sum of RGB (Red+Green+Blue) = 199+110+170=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76EAA is #389155. Grayscale: #8F8F8F. Windows color (decimal): -3707222 or 11169479. OLE color: 11169479.
HSL color Cylindrical-coordinate representation of color #C76EAA: hue angle of 319.55º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76EAA is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 170 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.22 |
| HSL | 319.55º | 0.44% | 0.61% | - |
| HSV(B) | 319.55º | 0.45% | 0.78% | - |
| XYZ | 36.38 | 26.2 | 41.17 | - |
| YUV | 143.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 170 | 0 | 0.45 | 0.15 | 0.22 | 319.55 | 0.44 | 0.61 |
| Hex | C7 | 6E | AA | 0 | 2D | F | 16 | 140 | 2C | 3D |
| Octal | 307 | 156 | 252 | 0 | 55 | 17 | 26 | 500 | 54 | 75 |
| Binary | 11000111 | 1101110 | 10101010 | 0 | 101101 | 1111 | 10110 | 101000000 | 101100 | 111101 |
Color Harmonies of #C76EAA
Complementary color
Monochromatic Colors of #C76EAA
Black with #C76EAA
Text Example
Text Example
White with #C76EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EAA; }
p { color: rgb(199,110,170); }
H1.HeaderClassName
{
color: #C76EAA;
}
.AnyTagClassName
{
color: #C76EAA;
}
</style>
background-color css
<style>
a { background-color: #C76EAA; }
a { background-color: rgb(199,110,170); }
div.DivClassName
{
background-color: #C76EAA;
}
.BgClassName
{
background-color: #C76EAA;
}
</style>
border-color css
<style>
span { border-color: #C76EAA; }
span { border-color: rgb(199,110,170); }
td.TdClassName
{
border-color: #C76EAA;
}
.TagClassName
{
border-color: #C76EAA;
}
</style>