Shades of Hopbush #C5739E
Tints of Hopbush #C5739E
RGB
CMYK
RGB Variations
Color information
#C5739E (or 0xC5739E) is known color: Hopbush. HEX triplet: C5, 73 and 9E. RGB value is (197,115,158). Sum of RGB (Red+Green+Blue) = 197+115+158=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5739E is #3A8C61. Grayscale: #909090. Windows color (decimal): -3837026 or 10384325. OLE color: 10384325.
HSL color Cylindrical-coordinate representation of color #C5739E: hue angle of 328.54º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5739E is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 158 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.23 |
| HSL | 328.54º | 0.41% | 0.61% | - |
| HSV(B) | 328.54º | 0.42% | 0.77% | - |
| XYZ | 35.33 | 26.6 | 35.62 | - |
| YUV | 144.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 158 | 0 | 0.42 | 0.20 | 0.23 | 328.54 | 0.41 | 0.61 |
| Hex | C5 | 73 | 9E | 0 | 2A | 14 | 17 | 149 | 29 | 3D |
| Octal | 305 | 163 | 236 | 0 | 52 | 24 | 27 | 511 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10011110 | 0 | 101010 | 10100 | 10111 | 101001001 | 101001 | 111101 |
Color Harmonies of #C5739E
Complementary color
Monochromatic Colors of #C5739E
Black with #C5739E
Text Example
Text Example
White with #C5739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5739E; }
p { color: rgb(197,115,158); }
H1.HeaderClassName
{
color: #C5739E;
}
.AnyTagClassName
{
color: #C5739E;
}
</style>
background-color css
<style>
a { background-color: #C5739E; }
a { background-color: rgb(197,115,158); }
div.DivClassName
{
background-color: #C5739E;
}
.BgClassName
{
background-color: #C5739E;
}
</style>
border-color css
<style>
span { border-color: #C5739E; }
span { border-color: rgb(197,115,158); }
td.TdClassName
{
border-color: #C5739E;
}
.TagClassName
{
border-color: #C5739E;
}
</style>