Shades of Hopbush #C5779E
Tints of Hopbush #C5779E
RGB
CMYK
RGB Variations
Color information
#C5779E (or 0xC5779E) is known color: Hopbush. HEX triplet: C5, 77 and 9E. RGB value is (197,119,158). Sum of RGB (Red+Green+Blue) = 197+119+158=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5779E is #3A8861. Grayscale: #929292. Windows color (decimal): -3836002 or 10385349. OLE color: 10385349.
HSL color Cylindrical-coordinate representation of color #C5779E: hue angle of 330º 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 #C5779E is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 158 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.23 |
| HSL | 330º | 0.4% | 0.62% | - |
| HSV(B) | 330º | 0.4% | 0.77% | - |
| XYZ | 35.79 | 27.53 | 35.78 | - |
| YUV | 146.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 158 | 0 | 0.40 | 0.20 | 0.23 | 330 | 0.4 | 0.62 |
| Hex | C5 | 77 | 9E | 0 | 28 | 14 | 17 | 14A | 28 | 3E |
| Octal | 305 | 167 | 236 | 0 | 50 | 24 | 27 | 512 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10011110 | 0 | 101000 | 10100 | 10111 | 101001010 | 101000 | 111110 |
Color Harmonies of #C5779E
Complementary color
Monochromatic Colors of #C5779E
Black with #C5779E
Text Example
Text Example
White with #C5779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5779E; }
p { color: rgb(197,119,158); }
H1.HeaderClassName
{
color: #C5779E;
}
.AnyTagClassName
{
color: #C5779E;
}
</style>
background-color css
<style>
a { background-color: #C5779E; }
a { background-color: rgb(197,119,158); }
div.DivClassName
{
background-color: #C5779E;
}
.BgClassName
{
background-color: #C5779E;
}
</style>
border-color css
<style>
span { border-color: #C5779E; }
span { border-color: rgb(197,119,158); }
td.TdClassName
{
border-color: #C5779E;
}
.TagClassName
{
border-color: #C5779E;
}
</style>