Shades of Hopbush #C778AB
Tints of Hopbush #C778AB
RGB
CMYK
RGB Variations
Color information
#C778AB (or 0xC778AB) is known color: Hopbush. HEX triplet: C7, 78 and AB. RGB value is (199,120,171). Sum of RGB (Red+Green+Blue) = 199+120+171=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C778AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C778AB is #388754. Grayscale: #959595. Windows color (decimal): -3704661 or 11237575. OLE color: 11237575.
HSL color Cylindrical-coordinate representation of color #C778AB: hue angle of 321.27º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778AB is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 171 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.22 |
| HSL | 321.27º | 0.41% | 0.63% | - |
| HSV(B) | 321.27º | 0.4% | 0.78% | - |
| XYZ | 37.62 | 28.52 | 42.05 | - |
| YUV | 149.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 171 | 0 | 0.40 | 0.14 | 0.22 | 321.27 | 0.41 | 0.63 |
| Hex | C7 | 78 | AB | 0 | 28 | E | 16 | 141 | 29 | 3F |
| Octal | 307 | 170 | 253 | 0 | 50 | 16 | 26 | 501 | 51 | 77 |
| Binary | 11000111 | 1111000 | 10101011 | 0 | 101000 | 1110 | 10110 | 101000001 | 101001 | 111111 |
Color Harmonies of #C778AB
Complementary color
Monochromatic Colors of #C778AB
Black with #C778AB
Text Example
Text Example
White with #C778AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778AB; }
p { color: rgb(199,120,171); }
H1.HeaderClassName
{
color: #C778AB;
}
.AnyTagClassName
{
color: #C778AB;
}
</style>
background-color css
<style>
a { background-color: #C778AB; }
a { background-color: rgb(199,120,171); }
div.DivClassName
{
background-color: #C778AB;
}
.BgClassName
{
background-color: #C778AB;
}
</style>
border-color css
<style>
span { border-color: #C778AB; }
span { border-color: rgb(199,120,171); }
td.TdClassName
{
border-color: #C778AB;
}
.TagClassName
{
border-color: #C778AB;
}
</style>