Shades of Hopbush #C775AA
Tints of Hopbush #C775AA
RGB
CMYK
RGB Variations
Color information
#C775AA (or 0xC775AA) is known color: Hopbush. HEX triplet: C7, 75 and AA. RGB value is (199,117,170). Sum of RGB (Red+Green+Blue) = 199+117+170=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C775AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775AA is #388A55. Grayscale: #939393. Windows color (decimal): -3705430 or 11171271. OLE color: 11171271.
HSL color Cylindrical-coordinate representation of color #C775AA: hue angle of 321.22º 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 #C775AA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 170 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.22 |
| HSL | 321.22º | 0.42% | 0.62% | - |
| HSV(B) | 321.22º | 0.41% | 0.78% | - |
| XYZ | 37.17 | 27.77 | 41.43 | - |
| YUV | 147.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 170 | 0 | 0.41 | 0.15 | 0.22 | 321.22 | 0.42 | 0.62 |
| Hex | C7 | 75 | AA | 0 | 29 | F | 16 | 141 | 2A | 3E |
| Octal | 307 | 165 | 252 | 0 | 51 | 17 | 26 | 501 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10101010 | 0 | 101001 | 1111 | 10110 | 101000001 | 101010 | 111110 |
Color Harmonies of #C775AA
Complementary color
Monochromatic Colors of #C775AA
Black with #C775AA
Text Example
Text Example
White with #C775AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C775AA; }
p { color: rgb(199,117,170); }
H1.HeaderClassName
{
color: #C775AA;
}
.AnyTagClassName
{
color: #C775AA;
}
</style>
background-color css
<style>
a { background-color: #C775AA; }
a { background-color: rgb(199,117,170); }
div.DivClassName
{
background-color: #C775AA;
}
.BgClassName
{
background-color: #C775AA;
}
</style>
border-color css
<style>
span { border-color: #C775AA; }
span { border-color: rgb(199,117,170); }
td.TdClassName
{
border-color: #C775AA;
}
.TagClassName
{
border-color: #C775AA;
}
</style>