Shades of Hopbush #C5779F
Tints of Hopbush #C5779F
RGB
CMYK
RGB Variations
Color information
#C5779F (or 0xC5779F) is known color: Hopbush. HEX triplet: C5, 77 and 9F. RGB value is (197,119,159). Sum of RGB (Red+Green+Blue) = 197+119+159=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5779F is #3A8860. Grayscale: #929292. Windows color (decimal): -3836001 or 10450885. OLE color: 10450885.
HSL color Cylindrical-coordinate representation of color #C5779F: hue angle of 329.23º 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 #C5779F is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 159 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.23 |
| HSL | 329.23º | 0.4% | 0.62% | - |
| HSV(B) | 329.23º | 0.4% | 0.77% | - |
| XYZ | 35.88 | 27.57 | 36.23 | - |
| YUV | 146.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 159 | 0 | 0.40 | 0.19 | 0.23 | 329.23 | 0.4 | 0.62 |
| Hex | C5 | 77 | 9F | 0 | 28 | 13 | 17 | 149 | 28 | 3E |
| Octal | 305 | 167 | 237 | 0 | 50 | 23 | 27 | 511 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10011111 | 0 | 101000 | 10011 | 10111 | 101001001 | 101000 | 111110 |
Color Harmonies of #C5779F
Complementary color
Monochromatic Colors of #C5779F
Black with #C5779F
Text Example
Text Example
White with #C5779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5779F; }
p { color: rgb(197,119,159); }
H1.HeaderClassName
{
color: #C5779F;
}
.AnyTagClassName
{
color: #C5779F;
}
</style>
background-color css
<style>
a { background-color: #C5779F; }
a { background-color: rgb(197,119,159); }
div.DivClassName
{
background-color: #C5779F;
}
.BgClassName
{
background-color: #C5779F;
}
</style>
border-color css
<style>
span { border-color: #C5779F; }
span { border-color: rgb(197,119,159); }
td.TdClassName
{
border-color: #C5779F;
}
.TagClassName
{
border-color: #C5779F;
}
</style>