Shades of Hopbush #C5779C
Tints of Hopbush #C5779C
RGB
CMYK
RGB Variations
Color information
#C5779C (or 0xC5779C) is known color: Hopbush. HEX triplet: C5, 77 and 9C. RGB value is (197,119,156). Sum of RGB (Red+Green+Blue) = 197+119+156=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5779C is #3A8863. Grayscale: #929292. Windows color (decimal): -3836004 or 10254277. OLE color: 10254277.
HSL color Cylindrical-coordinate representation of color #C5779C: hue angle of 331.54º 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 #C5779C is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 156 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.23 |
| HSL | 331.54º | 0.4% | 0.62% | - |
| HSV(B) | 331.54º | 0.4% | 0.77% | - |
| XYZ | 35.62 | 27.46 | 34.88 | - |
| YUV | 146.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 156 | 0 | 0.40 | 0.21 | 0.23 | 331.54 | 0.4 | 0.62 |
| Hex | C5 | 77 | 9C | 0 | 28 | 15 | 17 | 14C | 28 | 3E |
| Octal | 305 | 167 | 234 | 0 | 50 | 25 | 27 | 514 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10011100 | 0 | 101000 | 10101 | 10111 | 101001100 | 101000 | 111110 |
Color Harmonies of #C5779C
Complementary color
Monochromatic Colors of #C5779C
Black with #C5779C
Text Example
Text Example
White with #C5779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5779C; }
p { color: rgb(197,119,156); }
H1.HeaderClassName
{
color: #C5779C;
}
.AnyTagClassName
{
color: #C5779C;
}
</style>
background-color css
<style>
a { background-color: #C5779C; }
a { background-color: rgb(197,119,156); }
div.DivClassName
{
background-color: #C5779C;
}
.BgClassName
{
background-color: #C5779C;
}
</style>
border-color css
<style>
span { border-color: #C5779C; }
span { border-color: rgb(197,119,156); }
td.TdClassName
{
border-color: #C5779C;
}
.TagClassName
{
border-color: #C5779C;
}
</style>