Shades of Hopbush #C778AF
Tints of Hopbush #C778AF
RGB
CMYK
RGB Variations
Color information
#C778AF (or 0xC778AF) is known color: Hopbush. HEX triplet: C7, 78 and AF. RGB value is (199,120,175). Sum of RGB (Red+Green+Blue) = 199+120+175=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C778AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C778AF is #388750. Grayscale: #959595. Windows color (decimal): -3704657 or 11499719. OLE color: 11499719.
HSL color Cylindrical-coordinate representation of color #C778AF: hue angle of 318.23º 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 #C778AF is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 175 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.22 |
| HSL | 318.23º | 0.41% | 0.63% | - |
| HSV(B) | 318.23º | 0.4% | 0.78% | - |
| XYZ | 38.01 | 28.67 | 44.09 | - |
| YUV | 149.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 175 | 0 | 0.40 | 0.12 | 0.22 | 318.23 | 0.41 | 0.63 |
| Hex | C7 | 78 | AF | 0 | 28 | C | 16 | 13E | 29 | 3F |
| Octal | 307 | 170 | 257 | 0 | 50 | 14 | 26 | 476 | 51 | 77 |
| Binary | 11000111 | 1111000 | 10101111 | 0 | 101000 | 1100 | 10110 | 100111110 | 101001 | 111111 |
Color Harmonies of #C778AF
Complementary color
Monochromatic Colors of #C778AF
Black with #C778AF
Text Example
Text Example
White with #C778AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778AF; }
p { color: rgb(199,120,175); }
H1.HeaderClassName
{
color: #C778AF;
}
.AnyTagClassName
{
color: #C778AF;
}
</style>
background-color css
<style>
a { background-color: #C778AF; }
a { background-color: rgb(199,120,175); }
div.DivClassName
{
background-color: #C778AF;
}
.BgClassName
{
background-color: #C778AF;
}
</style>
border-color css
<style>
span { border-color: #C778AF; }
span { border-color: rgb(199,120,175); }
td.TdClassName
{
border-color: #C778AF;
}
.TagClassName
{
border-color: #C778AF;
}
</style>