Shades of Hopbush #C77BAB
Tints of Hopbush #C77BAB
RGB
CMYK
RGB Variations
Color information
#C77BAB (or 0xC77BAB) is known color: Hopbush. HEX triplet: C7, 7B and AB. RGB value is (199,123,171). Sum of RGB (Red+Green+Blue) = 199+123+171=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77BAB is #388454. Grayscale: #979797. Windows color (decimal): -3703893 or 11238343. OLE color: 11238343.
HSL color Cylindrical-coordinate representation of color #C77BAB: hue angle of 322.11º 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 #C77BAB is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 171 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.22 |
| HSL | 322.11º | 0.4% | 0.63% | - |
| HSV(B) | 322.11º | 0.38% | 0.78% | - |
| XYZ | 37.99 | 29.25 | 42.17 | - |
| YUV | 151.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 171 | 0 | 0.38 | 0.14 | 0.22 | 322.11 | 0.4 | 0.63 |
| Hex | C7 | 7B | AB | 0 | 26 | E | 16 | 142 | 28 | 3F |
| Octal | 307 | 173 | 253 | 0 | 46 | 16 | 26 | 502 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10101011 | 0 | 100110 | 1110 | 10110 | 101000010 | 101000 | 111111 |
Color Harmonies of #C77BAB
Complementary color
Monochromatic Colors of #C77BAB
Black with #C77BAB
Text Example
Text Example
White with #C77BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BAB; }
p { color: rgb(199,123,171); }
H1.HeaderClassName
{
color: #C77BAB;
}
.AnyTagClassName
{
color: #C77BAB;
}
</style>
background-color css
<style>
a { background-color: #C77BAB; }
a { background-color: rgb(199,123,171); }
div.DivClassName
{
background-color: #C77BAB;
}
.BgClassName
{
background-color: #C77BAB;
}
</style>
border-color css
<style>
span { border-color: #C77BAB; }
span { border-color: rgb(199,123,171); }
td.TdClassName
{
border-color: #C77BAB;
}
.TagClassName
{
border-color: #C77BAB;
}
</style>