Shades of Hopbush #C778A7
Tints of Hopbush #C778A7
RGB
CMYK
RGB Variations
Color information
#C778A7 (or 0xC778A7) is known color: Hopbush. HEX triplet: C7, 78 and A7. RGB value is (199,120,167). Sum of RGB (Red+Green+Blue) = 199+120+167=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C778A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C778A7 is #388758. Grayscale: #949494. Windows color (decimal): -3704665 or 10975431. OLE color: 10975431.
HSL color Cylindrical-coordinate representation of color #C778A7: hue angle of 324.3º 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 #C778A7 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 167 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.22 |
| HSL | 324.3º | 0.41% | 0.63% | - |
| HSV(B) | 324.3º | 0.4% | 0.78% | - |
| XYZ | 37.24 | 28.37 | 40.07 | - |
| YUV | 148.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 167 | 0 | 0.40 | 0.16 | 0.22 | 324.3 | 0.41 | 0.63 |
| Hex | C7 | 78 | A7 | 0 | 28 | 10 | 16 | 144 | 29 | 3F |
| Octal | 307 | 170 | 247 | 0 | 50 | 20 | 26 | 504 | 51 | 77 |
| Binary | 11000111 | 1111000 | 10100111 | 0 | 101000 | 10000 | 10110 | 101000100 | 101001 | 111111 |
Color Harmonies of #C778A7
Complementary color
Monochromatic Colors of #C778A7
Black with #C778A7
Text Example
Text Example
White with #C778A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778A7; }
p { color: rgb(199,120,167); }
H1.HeaderClassName
{
color: #C778A7;
}
.AnyTagClassName
{
color: #C778A7;
}
</style>
background-color css
<style>
a { background-color: #C778A7; }
a { background-color: rgb(199,120,167); }
div.DivClassName
{
background-color: #C778A7;
}
.BgClassName
{
background-color: #C778A7;
}
</style>
border-color css
<style>
span { border-color: #C778A7; }
span { border-color: rgb(199,120,167); }
td.TdClassName
{
border-color: #C778A7;
}
.TagClassName
{
border-color: #C778A7;
}
</style>