Shades of Hopbush #C577AB
Tints of Hopbush #C577AB
RGB
CMYK
RGB Variations
Color information
#C577AB (or 0xC577AB) is known color: Hopbush. HEX triplet: C5, 77 and AB. RGB value is (197,119,171). Sum of RGB (Red+Green+Blue) = 197+119+171=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C577AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C577AB is #3A8854. Grayscale: #949494. Windows color (decimal): -3835989 or 11237317. OLE color: 11237317.
HSL color Cylindrical-coordinate representation of color #C577AB: hue angle of 320º degrees, saturation: 0.4, 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 #C577AB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 171 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.23 |
| HSL | 320º | 0.4% | 0.62% | - |
| HSV(B) | 320º | 0.4% | 0.77% | - |
| XYZ | 36.97 | 28 | 41.98 | - |
| YUV | 148.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 171 | 0 | 0.40 | 0.13 | 0.23 | 320 | 0.4 | 0.62 |
| Hex | C5 | 77 | AB | 0 | 28 | D | 17 | 140 | 28 | 3E |
| Octal | 305 | 167 | 253 | 0 | 50 | 15 | 27 | 500 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10101011 | 0 | 101000 | 1101 | 10111 | 101000000 | 101000 | 111110 |
Color Harmonies of #C577AB
Complementary color
Monochromatic Colors of #C577AB
Black with #C577AB
Text Example
Text Example
White with #C577AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577AB; }
p { color: rgb(197,119,171); }
H1.HeaderClassName
{
color: #C577AB;
}
.AnyTagClassName
{
color: #C577AB;
}
</style>
background-color css
<style>
a { background-color: #C577AB; }
a { background-color: rgb(197,119,171); }
div.DivClassName
{
background-color: #C577AB;
}
.BgClassName
{
background-color: #C577AB;
}
</style>
border-color css
<style>
span { border-color: #C577AB; }
span { border-color: rgb(197,119,171); }
td.TdClassName
{
border-color: #C577AB;
}
.TagClassName
{
border-color: #C577AB;
}
</style>