Shades of Hopbush #C77BA8
Tints of Hopbush #C77BA8
RGB
CMYK
RGB Variations
Color information
#C77BA8 (or 0xC77BA8) is known color: Hopbush. HEX triplet: C7, 7B and A8. RGB value is (199,123,168). Sum of RGB (Red+Green+Blue) = 199+123+168=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77BA8 is #388457. Grayscale: #969696. Windows color (decimal): -3703896 or 11041735. OLE color: 11041735.
HSL color Cylindrical-coordinate representation of color #C77BA8: hue angle of 324.47º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77BA8 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 168 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.22 |
| HSL | 324.47º | 0.4% | 0.63% | - |
| HSV(B) | 324.47º | 0.38% | 0.78% | - |
| XYZ | 37.7 | 29.14 | 40.68 | - |
| YUV | 150.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 168 | 0 | 0.38 | 0.16 | 0.22 | 324.47 | 0.4 | 0.63 |
| Hex | C7 | 7B | A8 | 0 | 26 | 10 | 16 | 144 | 28 | 3F |
| Octal | 307 | 173 | 250 | 0 | 46 | 20 | 26 | 504 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10101000 | 0 | 100110 | 10000 | 10110 | 101000100 | 101000 | 111111 |
Color Harmonies of #C77BA8
Complementary color
Monochromatic Colors of #C77BA8
Black with #C77BA8
Text Example
Text Example
White with #C77BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BA8; }
p { color: rgb(199,123,168); }
H1.HeaderClassName
{
color: #C77BA8;
}
.AnyTagClassName
{
color: #C77BA8;
}
</style>
background-color css
<style>
a { background-color: #C77BA8; }
a { background-color: rgb(199,123,168); }
div.DivClassName
{
background-color: #C77BA8;
}
.BgClassName
{
background-color: #C77BA8;
}
</style>
border-color css
<style>
span { border-color: #C77BA8; }
span { border-color: rgb(199,123,168); }
td.TdClassName
{
border-color: #C77BA8;
}
.TagClassName
{
border-color: #C77BA8;
}
</style>