Shades of Hopbush #C5749D
Tints of Hopbush #C5749D
RGB
CMYK
RGB Variations
Color information
#C5749D (or 0xC5749D) is known color: Hopbush. HEX triplet: C5, 74 and 9D. RGB value is (197,116,157). Sum of RGB (Red+Green+Blue) = 197+116+157=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5749D is #3A8B62. Grayscale: #909090. Windows color (decimal): -3836771 or 10319045. OLE color: 10319045.
HSL color Cylindrical-coordinate representation of color #C5749D: hue angle of 329.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5749D is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 157 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.23 |
| HSL | 329.63º | 0.41% | 0.61% | - |
| HSV(B) | 329.63º | 0.41% | 0.77% | - |
| XYZ | 35.36 | 26.8 | 35.21 | - |
| YUV | 144.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 157 | 0 | 0.41 | 0.20 | 0.23 | 329.63 | 0.41 | 0.61 |
| Hex | C5 | 74 | 9D | 0 | 29 | 14 | 17 | 14A | 29 | 3D |
| Octal | 305 | 164 | 235 | 0 | 51 | 24 | 27 | 512 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10011101 | 0 | 101001 | 10100 | 10111 | 101001010 | 101001 | 111101 |
Color Harmonies of #C5749D
Complementary color
Monochromatic Colors of #C5749D
Black with #C5749D
Text Example
Text Example
White with #C5749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5749D; }
p { color: rgb(197,116,157); }
H1.HeaderClassName
{
color: #C5749D;
}
.AnyTagClassName
{
color: #C5749D;
}
</style>
background-color css
<style>
a { background-color: #C5749D; }
a { background-color: rgb(197,116,157); }
div.DivClassName
{
background-color: #C5749D;
}
.BgClassName
{
background-color: #C5749D;
}
</style>
border-color css
<style>
span { border-color: #C5749D; }
span { border-color: rgb(197,116,157); }
td.TdClassName
{
border-color: #C5749D;
}
.TagClassName
{
border-color: #C5749D;
}
</style>