Shades of Hopbush #C579A3
Tints of Hopbush #C579A3
RGB
CMYK
RGB Variations
Color information
#C579A3 (or 0xC579A3) is known color: Hopbush. HEX triplet: C5, 79 and A3. RGB value is (197,121,163). Sum of RGB (Red+Green+Blue) = 197+121+163=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C579A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C579A3 is #3A865C. Grayscale: #949494. Windows color (decimal): -3835485 or 10713541. OLE color: 10713541.
HSL color Cylindrical-coordinate representation of color #C579A3: hue angle of 326.84º 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 #C579A3 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 163 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.23 |
| HSL | 326.84º | 0.4% | 0.62% | - |
| HSV(B) | 326.84º | 0.39% | 0.77% | - |
| XYZ | 36.47 | 28.19 | 38.17 | - |
| YUV | 148.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 163 | 0 | 0.39 | 0.17 | 0.23 | 326.84 | 0.4 | 0.62 |
| Hex | C5 | 79 | A3 | 0 | 27 | 11 | 17 | 147 | 28 | 3E |
| Octal | 305 | 171 | 243 | 0 | 47 | 21 | 27 | 507 | 50 | 76 |
| Binary | 11000101 | 1111001 | 10100011 | 0 | 100111 | 10001 | 10111 | 101000111 | 101000 | 111110 |
Color Harmonies of #C579A3
Complementary color
Monochromatic Colors of #C579A3
Black with #C579A3
Text Example
Text Example
White with #C579A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C579A3; }
p { color: rgb(197,121,163); }
H1.HeaderClassName
{
color: #C579A3;
}
.AnyTagClassName
{
color: #C579A3;
}
</style>
background-color css
<style>
a { background-color: #C579A3; }
a { background-color: rgb(197,121,163); }
div.DivClassName
{
background-color: #C579A3;
}
.BgClassName
{
background-color: #C579A3;
}
</style>
border-color css
<style>
span { border-color: #C579A3; }
span { border-color: rgb(197,121,163); }
td.TdClassName
{
border-color: #C579A3;
}
.TagClassName
{
border-color: #C579A3;
}
</style>