Shades of Hopbush #C5739B
Tints of Hopbush #C5739B
RGB
CMYK
RGB Variations
Color information
#C5739B (or 0xC5739B) is known color: Hopbush. HEX triplet: C5, 73 and 9B. RGB value is (197,115,155). Sum of RGB (Red+Green+Blue) = 197+115+155=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5739B is #3A8C64. Grayscale: #909090. Windows color (decimal): -3837029 or 10187717. OLE color: 10187717.
HSL color Cylindrical-coordinate representation of color #C5739B: hue angle of 330.73º 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 #C5739B is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 155 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.23 |
| HSL | 330.73º | 0.41% | 0.61% | - |
| HSV(B) | 330.73º | 0.42% | 0.77% | - |
| XYZ | 35.07 | 26.5 | 34.28 | - |
| YUV | 144.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 155 | 0 | 0.42 | 0.21 | 0.23 | 330.73 | 0.41 | 0.61 |
| Hex | C5 | 73 | 9B | 0 | 2A | 15 | 17 | 14B | 29 | 3D |
| Octal | 305 | 163 | 233 | 0 | 52 | 25 | 27 | 513 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10011011 | 0 | 101010 | 10101 | 10111 | 101001011 | 101001 | 111101 |
Color Harmonies of #C5739B
Complementary color
Monochromatic Colors of #C5739B
Black with #C5739B
Text Example
Text Example
White with #C5739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5739B; }
p { color: rgb(197,115,155); }
H1.HeaderClassName
{
color: #C5739B;
}
.AnyTagClassName
{
color: #C5739B;
}
</style>
background-color css
<style>
a { background-color: #C5739B; }
a { background-color: rgb(197,115,155); }
div.DivClassName
{
background-color: #C5739B;
}
.BgClassName
{
background-color: #C5739B;
}
</style>
border-color css
<style>
span { border-color: #C5739B; }
span { border-color: rgb(197,115,155); }
td.TdClassName
{
border-color: #C5739B;
}
.TagClassName
{
border-color: #C5739B;
}
</style>