Shades of Hopbush #C77BA1
Tints of Hopbush #C77BA1
RGB
CMYK
RGB Variations
Color information
#C77BA1 (or 0xC77BA1) is known color: Hopbush. HEX triplet: C7, 7B and A1. RGB value is (199,123,161). Sum of RGB (Red+Green+Blue) = 199+123+161=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77BA1 is #38845E. Grayscale: #959595. Windows color (decimal): -3703903 or 10582983. OLE color: 10582983.
HSL color Cylindrical-coordinate representation of color #C77BA1: hue angle of 330º 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 #C77BA1 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 161 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.22 |
| HSL | 330º | 0.4% | 0.63% | - |
| HSV(B) | 330º | 0.38% | 0.78% | - |
| XYZ | 37.07 | 28.88 | 37.34 | - |
| YUV | 150.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 161 | 0 | 0.38 | 0.19 | 0.22 | 330 | 0.4 | 0.63 |
| Hex | C7 | 7B | A1 | 0 | 26 | 13 | 16 | 14A | 28 | 3F |
| Octal | 307 | 173 | 241 | 0 | 46 | 23 | 26 | 512 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10100001 | 0 | 100110 | 10011 | 10110 | 101001010 | 101000 | 111111 |
Color Harmonies of #C77BA1
Complementary color
Monochromatic Colors of #C77BA1
Black with #C77BA1
Text Example
Text Example
White with #C77BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BA1; }
p { color: rgb(199,123,161); }
H1.HeaderClassName
{
color: #C77BA1;
}
.AnyTagClassName
{
color: #C77BA1;
}
</style>
background-color css
<style>
a { background-color: #C77BA1; }
a { background-color: rgb(199,123,161); }
div.DivClassName
{
background-color: #C77BA1;
}
.BgClassName
{
background-color: #C77BA1;
}
</style>
border-color css
<style>
span { border-color: #C77BA1; }
span { border-color: rgb(199,123,161); }
td.TdClassName
{
border-color: #C77BA1;
}
.TagClassName
{
border-color: #C77BA1;
}
</style>