Shades of Hopbush #C5629E
Tints of Hopbush #C5629E
RGB
CMYK
RGB Variations
Color information
#C5629E (or 0xC5629E) is known color: Hopbush. HEX triplet: C5, 62 and 9E. RGB value is (197,98,158). Sum of RGB (Red+Green+Blue) = 197+98+158=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5629E is #3A9D61. Grayscale: #868686. Windows color (decimal): -3841378 or 10379973. OLE color: 10379973.
HSL color Cylindrical-coordinate representation of color #C5629E: hue angle of 323.64º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5629E is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 158 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.23 |
| HSL | 323.64º | 0.46% | 0.58% | - |
| HSV(B) | 323.64º | 0.5% | 0.77% | - |
| XYZ | 33.57 | 23.07 | 35.03 | - |
| YUV | 134.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 158 | 0 | 0.50 | 0.20 | 0.23 | 323.64 | 0.46 | 0.58 |
| Hex | C5 | 62 | 9E | 0 | 32 | 14 | 17 | 144 | 2E | 3A |
| Octal | 305 | 142 | 236 | 0 | 62 | 24 | 27 | 504 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10011110 | 0 | 110010 | 10100 | 10111 | 101000100 | 101110 | 111010 |
Color Harmonies of #C5629E
Complementary color
Monochromatic Colors of #C5629E
Black with #C5629E
Text Example
Text Example
White with #C5629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5629E; }
p { color: rgb(197,98,158); }
H1.HeaderClassName
{
color: #C5629E;
}
.AnyTagClassName
{
color: #C5629E;
}
</style>
background-color css
<style>
a { background-color: #C5629E; }
a { background-color: rgb(197,98,158); }
div.DivClassName
{
background-color: #C5629E;
}
.BgClassName
{
background-color: #C5629E;
}
</style>
border-color css
<style>
span { border-color: #C5629E; }
span { border-color: rgb(197,98,158); }
td.TdClassName
{
border-color: #C5629E;
}
.TagClassName
{
border-color: #C5629E;
}
</style>