Shades of Hopbush #C578AB
Tints of Hopbush #C578AB
RGB
CMYK
RGB Variations
Color information
#C578AB (or 0xC578AB) is known color: Hopbush. HEX triplet: C5, 78 and AB. RGB value is (197,120,171). Sum of RGB (Red+Green+Blue) = 197+120+171=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C578AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C578AB is #3A8754. Grayscale: #949494. Windows color (decimal): -3835733 or 11237573. OLE color: 11237573.
HSL color Cylindrical-coordinate representation of color #C578AB: hue angle of 320.26º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C578AB is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 171 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.23 |
| HSL | 320.26º | 0.4% | 0.62% | - |
| HSV(B) | 320.26º | 0.39% | 0.77% | - |
| XYZ | 37.09 | 28.24 | 42.02 | - |
| YUV | 148.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 171 | 0 | 0.39 | 0.13 | 0.23 | 320.26 | 0.4 | 0.62 |
| Hex | C5 | 78 | AB | 0 | 27 | D | 17 | 140 | 28 | 3E |
| Octal | 305 | 170 | 253 | 0 | 47 | 15 | 27 | 500 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10101011 | 0 | 100111 | 1101 | 10111 | 101000000 | 101000 | 111110 |
Color Harmonies of #C578AB
Complementary color
Monochromatic Colors of #C578AB
Black with #C578AB
Text Example
Text Example
White with #C578AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578AB; }
p { color: rgb(197,120,171); }
H1.HeaderClassName
{
color: #C578AB;
}
.AnyTagClassName
{
color: #C578AB;
}
</style>
background-color css
<style>
a { background-color: #C578AB; }
a { background-color: rgb(197,120,171); }
div.DivClassName
{
background-color: #C578AB;
}
.BgClassName
{
background-color: #C578AB;
}
</style>
border-color css
<style>
span { border-color: #C578AB; }
span { border-color: rgb(197,120,171); }
td.TdClassName
{
border-color: #C578AB;
}
.TagClassName
{
border-color: #C578AB;
}
</style>