Shades of Hopbush #C5719B
Tints of Hopbush #C5719B
RGB
CMYK
RGB Variations
Color information
#C5719B (or 0xC5719B) is known color: Hopbush. HEX triplet: C5, 71 and 9B. RGB value is (197,113,155). Sum of RGB (Red+Green+Blue) = 197+113+155=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5719B is #3A8E64. Grayscale: #8E8E8E. Windows color (decimal): -3837541 or 10187205. OLE color: 10187205.
HSL color Cylindrical-coordinate representation of color #C5719B: hue angle of 330º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5719B is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 155 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.23 |
| HSL | 330º | 0.42% | 0.61% | - |
| HSV(B) | 330º | 0.43% | 0.77% | - |
| XYZ | 34.85 | 26.05 | 34.2 | - |
| YUV | 142.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 155 | 0 | 0.43 | 0.21 | 0.23 | 330 | 0.42 | 0.61 |
| Hex | C5 | 71 | 9B | 0 | 2B | 15 | 17 | 14A | 2A | 3D |
| Octal | 305 | 161 | 233 | 0 | 53 | 25 | 27 | 512 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10011011 | 0 | 101011 | 10101 | 10111 | 101001010 | 101010 | 111101 |
Color Harmonies of #C5719B
Complementary color
Monochromatic Colors of #C5719B
Black with #C5719B
Text Example
Text Example
White with #C5719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5719B; }
p { color: rgb(197,113,155); }
H1.HeaderClassName
{
color: #C5719B;
}
.AnyTagClassName
{
color: #C5719B;
}
</style>
background-color css
<style>
a { background-color: #C5719B; }
a { background-color: rgb(197,113,155); }
div.DivClassName
{
background-color: #C5719B;
}
.BgClassName
{
background-color: #C5719B;
}
</style>
border-color css
<style>
span { border-color: #C5719B; }
span { border-color: rgb(197,113,155); }
td.TdClassName
{
border-color: #C5719B;
}
.TagClassName
{
border-color: #C5719B;
}
</style>