Shades of Hopbush #C576AB
Tints of Hopbush #C576AB
RGB
CMYK
RGB Variations
Color information
#C576AB (or 0xC576AB) is known color: Hopbush. HEX triplet: C5, 76 and AB. RGB value is (197,118,171). Sum of RGB (Red+Green+Blue) = 197+118+171=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C576AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C576AB is #3A8954. Grayscale: #939393. Windows color (decimal): -3836245 or 11237061. OLE color: 11237061.
HSL color Cylindrical-coordinate representation of color #C576AB: hue angle of 319.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C576AB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 171 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.23 |
| HSL | 319.75º | 0.41% | 0.62% | - |
| HSV(B) | 319.75º | 0.4% | 0.77% | - |
| XYZ | 36.86 | 27.77 | 41.95 | - |
| YUV | 147.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 171 | 0 | 0.40 | 0.13 | 0.23 | 319.75 | 0.41 | 0.62 |
| Hex | C5 | 76 | AB | 0 | 28 | D | 17 | 140 | 29 | 3E |
| Octal | 305 | 166 | 253 | 0 | 50 | 15 | 27 | 500 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10101011 | 0 | 101000 | 1101 | 10111 | 101000000 | 101001 | 111110 |
Color Harmonies of #C576AB
Complementary color
Monochromatic Colors of #C576AB
Black with #C576AB
Text Example
Text Example
White with #C576AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C576AB; }
p { color: rgb(197,118,171); }
H1.HeaderClassName
{
color: #C576AB;
}
.AnyTagClassName
{
color: #C576AB;
}
</style>
background-color css
<style>
a { background-color: #C576AB; }
a { background-color: rgb(197,118,171); }
div.DivClassName
{
background-color: #C576AB;
}
.BgClassName
{
background-color: #C576AB;
}
</style>
border-color css
<style>
span { border-color: #C576AB; }
span { border-color: rgb(197,118,171); }
td.TdClassName
{
border-color: #C576AB;
}
.TagClassName
{
border-color: #C576AB;
}
</style>