Shades of Hopbush #C579A0
Tints of Hopbush #C579A0
RGB
CMYK
RGB Variations
Color information
#C579A0 (or 0xC579A0) is known color: Hopbush. HEX triplet: C5, 79 and A0. RGB value is (197,121,160). Sum of RGB (Red+Green+Blue) = 197+121+160=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C579A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C579A0 is #3A865F. Grayscale: #949494. Windows color (decimal): -3835488 or 10516933. OLE color: 10516933.
HSL color Cylindrical-coordinate representation of color #C579A0: hue angle of 329.21º 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 #C579A0 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 160 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.23 |
| HSL | 329.21º | 0.4% | 0.62% | - |
| HSV(B) | 329.21º | 0.39% | 0.77% | - |
| XYZ | 36.21 | 28.08 | 36.77 | - |
| YUV | 148.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 160 | 0 | 0.39 | 0.19 | 0.23 | 329.21 | 0.4 | 0.62 |
| Hex | C5 | 79 | A0 | 0 | 27 | 13 | 17 | 149 | 28 | 3E |
| Octal | 305 | 171 | 240 | 0 | 47 | 23 | 27 | 511 | 50 | 76 |
| Binary | 11000101 | 1111001 | 10100000 | 0 | 100111 | 10011 | 10111 | 101001001 | 101000 | 111110 |
Color Harmonies of #C579A0
Complementary color
Monochromatic Colors of #C579A0
Black with #C579A0
Text Example
Text Example
White with #C579A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C579A0; }
p { color: rgb(197,121,160); }
H1.HeaderClassName
{
color: #C579A0;
}
.AnyTagClassName
{
color: #C579A0;
}
</style>
background-color css
<style>
a { background-color: #C579A0; }
a { background-color: rgb(197,121,160); }
div.DivClassName
{
background-color: #C579A0;
}
.BgClassName
{
background-color: #C579A0;
}
</style>
border-color css
<style>
span { border-color: #C579A0; }
span { border-color: rgb(197,121,160); }
td.TdClassName
{
border-color: #C579A0;
}
.TagClassName
{
border-color: #C579A0;
}
</style>