Shades of Hopbush #C5719C
Tints of Hopbush #C5719C
RGB
CMYK
RGB Variations
Color information
#C5719C (or 0xC5719C) is known color: Hopbush. HEX triplet: C5, 71 and 9C. RGB value is (197,113,156). Sum of RGB (Red+Green+Blue) = 197+113+156=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5719C is #3A8E63. Grayscale: #8E8E8E. Windows color (decimal): -3837540 or 10252741. OLE color: 10252741.
HSL color Cylindrical-coordinate representation of color #C5719C: hue angle of 329.29º 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 #C5719C is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 156 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.23 |
| HSL | 329.29º | 0.42% | 0.61% | - |
| HSV(B) | 329.29º | 0.43% | 0.77% | - |
| XYZ | 34.93 | 26.08 | 34.65 | - |
| YUV | 143.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 156 | 0 | 0.43 | 0.21 | 0.23 | 329.29 | 0.42 | 0.61 |
| Hex | C5 | 71 | 9C | 0 | 2B | 15 | 17 | 149 | 2A | 3D |
| Octal | 305 | 161 | 234 | 0 | 53 | 25 | 27 | 511 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10011100 | 0 | 101011 | 10101 | 10111 | 101001001 | 101010 | 111101 |
Color Harmonies of #C5719C
Complementary color
Monochromatic Colors of #C5719C
Black with #C5719C
Text Example
Text Example
White with #C5719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5719C; }
p { color: rgb(197,113,156); }
H1.HeaderClassName
{
color: #C5719C;
}
.AnyTagClassName
{
color: #C5719C;
}
</style>
background-color css
<style>
a { background-color: #C5719C; }
a { background-color: rgb(197,113,156); }
div.DivClassName
{
background-color: #C5719C;
}
.BgClassName
{
background-color: #C5719C;
}
</style>
border-color css
<style>
span { border-color: #C5719C; }
span { border-color: rgb(197,113,156); }
td.TdClassName
{
border-color: #C5719C;
}
.TagClassName
{
border-color: #C5719C;
}
</style>