Shades of Hopbush #C76AAA
Tints of Hopbush #C76AAA
RGB
CMYK
RGB Variations
Color information
#C76AAA (or 0xC76AAA) is known color: Hopbush. HEX triplet: C7, 6A and AA. RGB value is (199,106,170). Sum of RGB (Red+Green+Blue) = 199+106+170=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76AAA is #389555. Grayscale: #8C8C8C. Windows color (decimal): -3708246 or 11168455. OLE color: 11168455.
HSL color Cylindrical-coordinate representation of color #C76AAA: hue angle of 318.71º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76AAA is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 170 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.22 |
| HSL | 318.71º | 0.45% | 0.6% | - |
| HSV(B) | 318.71º | 0.47% | 0.78% | - |
| XYZ | 35.96 | 25.35 | 41.03 | - |
| YUV | 141.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 170 | 0 | 0.47 | 0.15 | 0.22 | 318.71 | 0.45 | 0.6 |
| Hex | C7 | 6A | AA | 0 | 2F | F | 16 | 13F | 2D | 3C |
| Octal | 307 | 152 | 252 | 0 | 57 | 17 | 26 | 477 | 55 | 74 |
| Binary | 11000111 | 1101010 | 10101010 | 0 | 101111 | 1111 | 10110 | 100111111 | 101101 | 111100 |
Color Harmonies of #C76AAA
Complementary color
Monochromatic Colors of #C76AAA
Black with #C76AAA
Text Example
Text Example
White with #C76AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76AAA; }
p { color: rgb(199,106,170); }
H1.HeaderClassName
{
color: #C76AAA;
}
.AnyTagClassName
{
color: #C76AAA;
}
</style>
background-color css
<style>
a { background-color: #C76AAA; }
a { background-color: rgb(199,106,170); }
div.DivClassName
{
background-color: #C76AAA;
}
.BgClassName
{
background-color: #C76AAA;
}
</style>
border-color css
<style>
span { border-color: #C76AAA; }
span { border-color: rgb(199,106,170); }
td.TdClassName
{
border-color: #C76AAA;
}
.TagClassName
{
border-color: #C76AAA;
}
</style>