Shades of Hopbush #C77BAC
Tints of Hopbush #C77BAC
RGB
CMYK
RGB Variations
Color information
#C77BAC (or 0xC77BAC) is known color: Hopbush. HEX triplet: C7, 7B and AC. RGB value is (199,123,172). Sum of RGB (Red+Green+Blue) = 199+123+172=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77BAC is #388453. Grayscale: #979797. Windows color (decimal): -3703892 or 11303879. OLE color: 11303879.
HSL color Cylindrical-coordinate representation of color #C77BAC: hue angle of 321.32º 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 #C77BAC is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 172 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.22 |
| HSL | 321.32º | 0.4% | 0.63% | - |
| HSV(B) | 321.32º | 0.38% | 0.78% | - |
| XYZ | 38.08 | 29.29 | 42.68 | - |
| YUV | 151.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 172 | 0 | 0.38 | 0.14 | 0.22 | 321.32 | 0.4 | 0.63 |
| Hex | C7 | 7B | AC | 0 | 26 | E | 16 | 141 | 28 | 3F |
| Octal | 307 | 173 | 254 | 0 | 46 | 16 | 26 | 501 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10101100 | 0 | 100110 | 1110 | 10110 | 101000001 | 101000 | 111111 |
Color Harmonies of #C77BAC
Complementary color
Monochromatic Colors of #C77BAC
Black with #C77BAC
Text Example
Text Example
White with #C77BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BAC; }
p { color: rgb(199,123,172); }
H1.HeaderClassName
{
color: #C77BAC;
}
.AnyTagClassName
{
color: #C77BAC;
}
</style>
background-color css
<style>
a { background-color: #C77BAC; }
a { background-color: rgb(199,123,172); }
div.DivClassName
{
background-color: #C77BAC;
}
.BgClassName
{
background-color: #C77BAC;
}
</style>
border-color css
<style>
span { border-color: #C77BAC; }
span { border-color: rgb(199,123,172); }
td.TdClassName
{
border-color: #C77BAC;
}
.TagClassName
{
border-color: #C77BAC;
}
</style>