Shades of Hopbush #C5639C
Tints of Hopbush #C5639C
RGB
CMYK
RGB Variations
Color information
#C5639C (or 0xC5639C) is known color: Hopbush. HEX triplet: C5, 63 and 9C. RGB value is (197,99,156). Sum of RGB (Red+Green+Blue) = 197+99+156=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5639C is #3A9C63. Grayscale: #868686. Windows color (decimal): -3841124 or 10249157. OLE color: 10249157.
HSL color Cylindrical-coordinate representation of color #C5639C: hue angle of 325.1º 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 #C5639C is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 156 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.23 |
| HSL | 325.1º | 0.46% | 0.58% | - |
| HSV(B) | 325.1º | 0.5% | 0.77% | - |
| XYZ | 33.49 | 23.19 | 34.16 | - |
| YUV | 134.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 156 | 0 | 0.50 | 0.21 | 0.23 | 325.1 | 0.46 | 0.58 |
| Hex | C5 | 63 | 9C | 0 | 32 | 15 | 17 | 145 | 2E | 3A |
| Octal | 305 | 143 | 234 | 0 | 62 | 25 | 27 | 505 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10011100 | 0 | 110010 | 10101 | 10111 | 101000101 | 101110 | 111010 |
Color Harmonies of #C5639C
Complementary color
Monochromatic Colors of #C5639C
Black with #C5639C
Text Example
Text Example
White with #C5639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5639C; }
p { color: rgb(197,99,156); }
H1.HeaderClassName
{
color: #C5639C;
}
.AnyTagClassName
{
color: #C5639C;
}
</style>
background-color css
<style>
a { background-color: #C5639C; }
a { background-color: rgb(197,99,156); }
div.DivClassName
{
background-color: #C5639C;
}
.BgClassName
{
background-color: #C5639C;
}
</style>
border-color css
<style>
span { border-color: #C5639C; }
span { border-color: rgb(197,99,156); }
td.TdClassName
{
border-color: #C5639C;
}
.TagClassName
{
border-color: #C5639C;
}
</style>