Shades of Hopbush #C5609E
Tints of Hopbush #C5609E
RGB
CMYK
RGB Variations
Color information
#C5609E (or 0xC5609E) is known color: Hopbush. HEX triplet: C5, 60 and 9E. RGB value is (197,96,158). Sum of RGB (Red+Green+Blue) = 197+96+158=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5609E is #3A9F61. Grayscale: #858585. Windows color (decimal): -3841890 or 10379461. OLE color: 10379461.
HSL color Cylindrical-coordinate representation of color #C5609E: hue angle of 323.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5609E is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 158 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.23 |
| HSL | 323.17º | 0.47% | 0.57% | - |
| HSV(B) | 323.17º | 0.51% | 0.77% | - |
| XYZ | 33.38 | 22.7 | 34.97 | - |
| YUV | 133.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 158 | 0 | 0.51 | 0.20 | 0.23 | 323.17 | 0.47 | 0.57 |
| Hex | C5 | 60 | 9E | 0 | 33 | 14 | 17 | 143 | 2F | 39 |
| Octal | 305 | 140 | 236 | 0 | 63 | 24 | 27 | 503 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10011110 | 0 | 110011 | 10100 | 10111 | 101000011 | 101111 | 111001 |
Color Harmonies of #C5609E
Complementary color
Monochromatic Colors of #C5609E
Black with #C5609E
Text Example
Text Example
White with #C5609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5609E; }
p { color: rgb(197,96,158); }
H1.HeaderClassName
{
color: #C5609E;
}
.AnyTagClassName
{
color: #C5609E;
}
</style>
background-color css
<style>
a { background-color: #C5609E; }
a { background-color: rgb(197,96,158); }
div.DivClassName
{
background-color: #C5609E;
}
.BgClassName
{
background-color: #C5609E;
}
</style>
border-color css
<style>
span { border-color: #C5609E; }
span { border-color: rgb(197,96,158); }
td.TdClassName
{
border-color: #C5609E;
}
.TagClassName
{
border-color: #C5609E;
}
</style>