Shades of Hopbush #C5709E
Tints of Hopbush #C5709E
RGB
CMYK
RGB Variations
Color information
#C5709E (or 0xC5709E) is known color: Hopbush. HEX triplet: C5, 70 and 9E. RGB value is (197,112,158). Sum of RGB (Red+Green+Blue) = 197+112+158=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5709E is #3A8F61. Grayscale: #8E8E8E. Windows color (decimal): -3837794 or 10383557. OLE color: 10383557.
HSL color Cylindrical-coordinate representation of color #C5709E: hue angle of 327.53º 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 #C5709E is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 158 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.23 |
| HSL | 327.53º | 0.42% | 0.61% | - |
| HSV(B) | 327.53º | 0.43% | 0.77% | - |
| XYZ | 34.99 | 25.93 | 35.51 | - |
| YUV | 142.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 158 | 0 | 0.43 | 0.20 | 0.23 | 327.53 | 0.42 | 0.61 |
| Hex | C5 | 70 | 9E | 0 | 2B | 14 | 17 | 148 | 2A | 3D |
| Octal | 305 | 160 | 236 | 0 | 53 | 24 | 27 | 510 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10011110 | 0 | 101011 | 10100 | 10111 | 101001000 | 101010 | 111101 |
Color Harmonies of #C5709E
Complementary color
Monochromatic Colors of #C5709E
Black with #C5709E
Text Example
Text Example
White with #C5709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5709E; }
p { color: rgb(197,112,158); }
H1.HeaderClassName
{
color: #C5709E;
}
.AnyTagClassName
{
color: #C5709E;
}
</style>
background-color css
<style>
a { background-color: #C5709E; }
a { background-color: rgb(197,112,158); }
div.DivClassName
{
background-color: #C5709E;
}
.BgClassName
{
background-color: #C5709E;
}
</style>
border-color css
<style>
span { border-color: #C5709E; }
span { border-color: rgb(197,112,158); }
td.TdClassName
{
border-color: #C5709E;
}
.TagClassName
{
border-color: #C5709E;
}
</style>