Shades of Hopbush #C5729E
Tints of Hopbush #C5729E
RGB
CMYK
RGB Variations
Color information
#C5729E (or 0xC5729E) is known color: Hopbush. HEX triplet: C5, 72 and 9E. RGB value is (197,114,158). Sum of RGB (Red+Green+Blue) = 197+114+158=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5729E is #3A8D61. Grayscale: #8F8F8F. Windows color (decimal): -3837282 or 10384069. OLE color: 10384069.
HSL color Cylindrical-coordinate representation of color #C5729E: hue angle of 328.19º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5729E is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 158 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.23 |
| HSL | 328.19º | 0.42% | 0.61% | - |
| HSV(B) | 328.19º | 0.42% | 0.77% | - |
| XYZ | 35.21 | 26.37 | 35.58 | - |
| YUV | 143.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 158 | 0 | 0.42 | 0.20 | 0.23 | 328.19 | 0.42 | 0.61 |
| Hex | C5 | 72 | 9E | 0 | 2A | 14 | 17 | 148 | 2A | 3D |
| Octal | 305 | 162 | 236 | 0 | 52 | 24 | 27 | 510 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10011110 | 0 | 101010 | 10100 | 10111 | 101001000 | 101010 | 111101 |
Color Harmonies of #C5729E
Complementary color
Monochromatic Colors of #C5729E
Black with #C5729E
Text Example
Text Example
White with #C5729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5729E; }
p { color: rgb(197,114,158); }
H1.HeaderClassName
{
color: #C5729E;
}
.AnyTagClassName
{
color: #C5729E;
}
</style>
background-color css
<style>
a { background-color: #C5729E; }
a { background-color: rgb(197,114,158); }
div.DivClassName
{
background-color: #C5729E;
}
.BgClassName
{
background-color: #C5729E;
}
</style>
border-color css
<style>
span { border-color: #C5729E; }
span { border-color: rgb(197,114,158); }
td.TdClassName
{
border-color: #C5729E;
}
.TagClassName
{
border-color: #C5729E;
}
</style>