Shades of Hopbush #C77AAA
Tints of Hopbush #C77AAA
RGB
CMYK
RGB Variations
Color information
#C77AAA (or 0xC77AAA) is known color: Hopbush. HEX triplet: C7, 7A and AA. RGB value is (199,122,170). Sum of RGB (Red+Green+Blue) = 199+122+170=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77AAA is #388555. Grayscale: #969696. Windows color (decimal): -3704150 or 11172551. OLE color: 11172551.
HSL color Cylindrical-coordinate representation of color #C77AAA: hue angle of 322.6º 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 #C77AAA is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 170 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.22 |
| HSL | 322.6º | 0.41% | 0.63% | - |
| HSV(B) | 322.6º | 0.39% | 0.78% | - |
| XYZ | 37.77 | 28.96 | 41.63 | - |
| YUV | 150.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 170 | 0 | 0.39 | 0.15 | 0.22 | 322.6 | 0.41 | 0.63 |
| Hex | C7 | 7A | AA | 0 | 27 | F | 16 | 143 | 29 | 3F |
| Octal | 307 | 172 | 252 | 0 | 47 | 17 | 26 | 503 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10101010 | 0 | 100111 | 1111 | 10110 | 101000011 | 101001 | 111111 |
Color Harmonies of #C77AAA
Complementary color
Monochromatic Colors of #C77AAA
Black with #C77AAA
Text Example
Text Example
White with #C77AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AAA; }
p { color: rgb(199,122,170); }
H1.HeaderClassName
{
color: #C77AAA;
}
.AnyTagClassName
{
color: #C77AAA;
}
</style>
background-color css
<style>
a { background-color: #C77AAA; }
a { background-color: rgb(199,122,170); }
div.DivClassName
{
background-color: #C77AAA;
}
.BgClassName
{
background-color: #C77AAA;
}
</style>
border-color css
<style>
span { border-color: #C77AAA; }
span { border-color: rgb(199,122,170); }
td.TdClassName
{
border-color: #C77AAA;
}
.TagClassName
{
border-color: #C77AAA;
}
</style>