Shades of Hopbush #C5709D
Tints of Hopbush #C5709D
RGB
CMYK
RGB Variations
Color information
#C5709D (or 0xC5709D) is known color: Hopbush. HEX triplet: C5, 70 and 9D. RGB value is (197,112,157). Sum of RGB (Red+Green+Blue) = 197+112+157=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5709D is #3A8F62. Grayscale: #8E8E8E. Windows color (decimal): -3837795 or 10318021. OLE color: 10318021.
HSL color Cylindrical-coordinate representation of color #C5709D: hue angle of 328.24º 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 #C5709D is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 157 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.23 |
| HSL | 328.24º | 0.42% | 0.61% | - |
| HSV(B) | 328.24º | 0.43% | 0.77% | - |
| XYZ | 34.91 | 25.89 | 35.06 | - |
| YUV | 142.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 157 | 0 | 0.43 | 0.20 | 0.23 | 328.24 | 0.42 | 0.61 |
| Hex | C5 | 70 | 9D | 0 | 2B | 14 | 17 | 148 | 2A | 3D |
| Octal | 305 | 160 | 235 | 0 | 53 | 24 | 27 | 510 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10011101 | 0 | 101011 | 10100 | 10111 | 101001000 | 101010 | 111101 |
Color Harmonies of #C5709D
Complementary color
Monochromatic Colors of #C5709D
Black with #C5709D
Text Example
Text Example
White with #C5709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5709D; }
p { color: rgb(197,112,157); }
H1.HeaderClassName
{
color: #C5709D;
}
.AnyTagClassName
{
color: #C5709D;
}
</style>
background-color css
<style>
a { background-color: #C5709D; }
a { background-color: rgb(197,112,157); }
div.DivClassName
{
background-color: #C5709D;
}
.BgClassName
{
background-color: #C5709D;
}
</style>
border-color css
<style>
span { border-color: #C5709D; }
span { border-color: rgb(197,112,157); }
td.TdClassName
{
border-color: #C5709D;
}
.TagClassName
{
border-color: #C5709D;
}
</style>