Shades of Hopbush #C775A9
Tints of Hopbush #C775A9
RGB
CMYK
RGB Variations
Color information
#C775A9 (or 0xC775A9) is known color: Hopbush. HEX triplet: C7, 75 and A9. RGB value is (199,117,169). Sum of RGB (Red+Green+Blue) = 199+117+169=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C775A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775A9 is #388A56. Grayscale: #939393. Windows color (decimal): -3705431 or 11105735. OLE color: 11105735.
HSL color Cylindrical-coordinate representation of color #C775A9: hue angle of 321.95º 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 #C775A9 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 169 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.22 |
| HSL | 321.95º | 0.42% | 0.62% | - |
| HSV(B) | 321.95º | 0.41% | 0.78% | - |
| XYZ | 37.08 | 27.73 | 40.93 | - |
| YUV | 147.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 169 | 0 | 0.41 | 0.15 | 0.22 | 321.95 | 0.42 | 0.62 |
| Hex | C7 | 75 | A9 | 0 | 29 | F | 16 | 142 | 2A | 3E |
| Octal | 307 | 165 | 251 | 0 | 51 | 17 | 26 | 502 | 52 | 76 |
| Binary | 11000111 | 1110101 | 10101001 | 0 | 101001 | 1111 | 10110 | 101000010 | 101010 | 111110 |
Color Harmonies of #C775A9
Complementary color
Monochromatic Colors of #C775A9
Black with #C775A9
Text Example
Text Example
White with #C775A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C775A9; }
p { color: rgb(199,117,169); }
H1.HeaderClassName
{
color: #C775A9;
}
.AnyTagClassName
{
color: #C775A9;
}
</style>
background-color css
<style>
a { background-color: #C775A9; }
a { background-color: rgb(199,117,169); }
div.DivClassName
{
background-color: #C775A9;
}
.BgClassName
{
background-color: #C775A9;
}
</style>
border-color css
<style>
span { border-color: #C775A9; }
span { border-color: rgb(199,117,169); }
td.TdClassName
{
border-color: #C775A9;
}
.TagClassName
{
border-color: #C775A9;
}
</style>