Shades of Hopbush #C5739D
Tints of Hopbush #C5739D
RGB
CMYK
RGB Variations
Color information
#C5739D (or 0xC5739D) is known color: Hopbush. HEX triplet: C5, 73 and 9D. RGB value is (197,115,157). Sum of RGB (Red+Green+Blue) = 197+115+157=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5739D is #3A8C62. Grayscale: #909090. Windows color (decimal): -3837027 or 10318789. OLE color: 10318789.
HSL color Cylindrical-coordinate representation of color #C5739D: hue angle of 329.27º 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 #C5739D is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 157 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.23 |
| HSL | 329.27º | 0.41% | 0.61% | - |
| HSV(B) | 329.27º | 0.42% | 0.77% | - |
| XYZ | 35.24 | 26.57 | 35.17 | - |
| YUV | 144.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 157 | 0 | 0.42 | 0.20 | 0.23 | 329.27 | 0.41 | 0.61 |
| Hex | C5 | 73 | 9D | 0 | 2A | 14 | 17 | 149 | 29 | 3D |
| Octal | 305 | 163 | 235 | 0 | 52 | 24 | 27 | 511 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10011101 | 0 | 101010 | 10100 | 10111 | 101001001 | 101001 | 111101 |
Color Harmonies of #C5739D
Complementary color
Monochromatic Colors of #C5739D
Black with #C5739D
Text Example
Text Example
White with #C5739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5739D; }
p { color: rgb(197,115,157); }
H1.HeaderClassName
{
color: #C5739D;
}
.AnyTagClassName
{
color: #C5739D;
}
</style>
background-color css
<style>
a { background-color: #C5739D; }
a { background-color: rgb(197,115,157); }
div.DivClassName
{
background-color: #C5739D;
}
.BgClassName
{
background-color: #C5739D;
}
</style>
border-color css
<style>
span { border-color: #C5739D; }
span { border-color: rgb(197,115,157); }
td.TdClassName
{
border-color: #C5739D;
}
.TagClassName
{
border-color: #C5739D;
}
</style>