Shades of Hopbush #C771AB
Tints of Hopbush #C771AB
RGB
CMYK
RGB Variations
Color information
#C771AB (or 0xC771AB) is known color: Hopbush. HEX triplet: C7, 71 and AB. RGB value is (199,113,171). Sum of RGB (Red+Green+Blue) = 199+113+171=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C771AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C771AB is #388E54. Grayscale: #919191. Windows color (decimal): -3706453 or 11235783. OLE color: 11235783.
HSL color Cylindrical-coordinate representation of color #C771AB: hue angle of 319.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C771AB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 171 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.22 |
| HSL | 319.53º | 0.43% | 0.61% | - |
| HSV(B) | 319.53º | 0.43% | 0.78% | - |
| XYZ | 36.81 | 26.89 | 41.78 | - |
| YUV | 145.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 171 | 0 | 0.43 | 0.14 | 0.22 | 319.53 | 0.43 | 0.61 |
| Hex | C7 | 71 | AB | 0 | 2B | E | 16 | 140 | 2B | 3D |
| Octal | 307 | 161 | 253 | 0 | 53 | 16 | 26 | 500 | 53 | 75 |
| Binary | 11000111 | 1110001 | 10101011 | 0 | 101011 | 1110 | 10110 | 101000000 | 101011 | 111101 |
Color Harmonies of #C771AB
Complementary color
Monochromatic Colors of #C771AB
Black with #C771AB
Text Example
Text Example
White with #C771AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771AB; }
p { color: rgb(199,113,171); }
H1.HeaderClassName
{
color: #C771AB;
}
.AnyTagClassName
{
color: #C771AB;
}
</style>
background-color css
<style>
a { background-color: #C771AB; }
a { background-color: rgb(199,113,171); }
div.DivClassName
{
background-color: #C771AB;
}
.BgClassName
{
background-color: #C771AB;
}
</style>
border-color css
<style>
span { border-color: #C771AB; }
span { border-color: rgb(199,113,171); }
td.TdClassName
{
border-color: #C771AB;
}
.TagClassName
{
border-color: #C771AB;
}
</style>