Shades of Hopbush #C5639B
Tints of Hopbush #C5639B
RGB
CMYK
RGB Variations
Color information
#C5639B (or 0xC5639B) is known color: Hopbush. HEX triplet: C5, 63 and 9B. RGB value is (197,99,155). Sum of RGB (Red+Green+Blue) = 197+99+155=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5639B is #3A9C64. Grayscale: #868686. Windows color (decimal): -3841125 or 10183621. OLE color: 10183621.
HSL color Cylindrical-coordinate representation of color #C5639B: hue angle of 325.71º 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 #C5639B is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 155 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.23 |
| HSL | 325.71º | 0.46% | 0.58% | - |
| HSV(B) | 325.71º | 0.5% | 0.77% | - |
| XYZ | 33.4 | 23.16 | 33.72 | - |
| YUV | 134.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 155 | 0 | 0.50 | 0.21 | 0.23 | 325.71 | 0.46 | 0.58 |
| Hex | C5 | 63 | 9B | 0 | 32 | 15 | 17 | 146 | 2E | 3A |
| Octal | 305 | 143 | 233 | 0 | 62 | 25 | 27 | 506 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10011011 | 0 | 110010 | 10101 | 10111 | 101000110 | 101110 | 111010 |
Color Harmonies of #C5639B
Complementary color
Monochromatic Colors of #C5639B
Black with #C5639B
Text Example
Text Example
White with #C5639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5639B; }
p { color: rgb(197,99,155); }
H1.HeaderClassName
{
color: #C5639B;
}
.AnyTagClassName
{
color: #C5639B;
}
</style>
background-color css
<style>
a { background-color: #C5639B; }
a { background-color: rgb(197,99,155); }
div.DivClassName
{
background-color: #C5639B;
}
.BgClassName
{
background-color: #C5639B;
}
</style>
border-color css
<style>
span { border-color: #C5639B; }
span { border-color: rgb(197,99,155); }
td.TdClassName
{
border-color: #C5639B;
}
.TagClassName
{
border-color: #C5639B;
}
</style>