Shades of Hopbush #C777AA
Tints of Hopbush #C777AA
RGB
CMYK
RGB Variations
Color information
#C777AA (or 0xC777AA) is known color: Hopbush. HEX triplet: C7, 77 and AA. RGB value is (199,119,170). Sum of RGB (Red+Green+Blue) = 199+119+170=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C777AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C777AA is #388855. Grayscale: #949494. Windows color (decimal): -3704918 or 11171783. OLE color: 11171783.
HSL color Cylindrical-coordinate representation of color #C777AA: hue angle of 321.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C777AA is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 170 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.22 |
| HSL | 321.75º | 0.42% | 0.62% | - |
| HSV(B) | 321.75º | 0.4% | 0.78% | - |
| XYZ | 37.41 | 28.24 | 41.51 | - |
| YUV | 148.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 170 | 0 | 0.40 | 0.15 | 0.22 | 321.75 | 0.42 | 0.62 |
| Hex | C7 | 77 | AA | 0 | 28 | F | 16 | 142 | 2A | 3E |
| Octal | 307 | 167 | 252 | 0 | 50 | 17 | 26 | 502 | 52 | 76 |
| Binary | 11000111 | 1110111 | 10101010 | 0 | 101000 | 1111 | 10110 | 101000010 | 101010 | 111110 |
Color Harmonies of #C777AA
Complementary color
Monochromatic Colors of #C777AA
Black with #C777AA
Text Example
Text Example
White with #C777AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777AA; }
p { color: rgb(199,119,170); }
H1.HeaderClassName
{
color: #C777AA;
}
.AnyTagClassName
{
color: #C777AA;
}
</style>
background-color css
<style>
a { background-color: #C777AA; }
a { background-color: rgb(199,119,170); }
div.DivClassName
{
background-color: #C777AA;
}
.BgClassName
{
background-color: #C777AA;
}
</style>
border-color css
<style>
span { border-color: #C777AA; }
span { border-color: rgb(199,119,170); }
td.TdClassName
{
border-color: #C777AA;
}
.TagClassName
{
border-color: #C777AA;
}
</style>