Shades of Hopbush #C0649F
Tints of Hopbush #C0649F
RGB
CMYK
RGB Variations
Color information
#C0649F (or 0xC0649F) is known color: Hopbush. HEX triplet: C0, 64 and 9F. RGB value is (192,100,159). Sum of RGB (Red+Green+Blue) = 192+100+159=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0649F is #3F9B60. Grayscale: #868686. Windows color (decimal): -4168545 or 10446016. OLE color: 10446016.
HSL color Cylindrical-coordinate representation of color #C0649F: hue angle of 321.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0649F is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 159 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.25 |
| HSL | 321.52º | 0.42% | 0.57% | - |
| HSV(B) | 321.52º | 0.48% | 0.75% | - |
| XYZ | 32.55 | 22.82 | 35.49 | - |
| YUV | 134.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 159 | 0 | 0.48 | 0.17 | 0.25 | 321.52 | 0.42 | 0.57 |
| Hex | C0 | 64 | 9F | 0 | 30 | 11 | 19 | 142 | 2A | 39 |
| Octal | 300 | 144 | 237 | 0 | 60 | 21 | 31 | 502 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10011111 | 0 | 110000 | 10001 | 11001 | 101000010 | 101010 | 111001 |
Color Harmonies of #C0649F
Complementary color
Monochromatic Colors of #C0649F
Black with #C0649F
Text Example
Text Example
White with #C0649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0649F; }
p { color: rgb(192,100,159); }
H1.HeaderClassName
{
color: #C0649F;
}
.AnyTagClassName
{
color: #C0649F;
}
</style>
background-color css
<style>
a { background-color: #C0649F; }
a { background-color: rgb(192,100,159); }
div.DivClassName
{
background-color: #C0649F;
}
.BgClassName
{
background-color: #C0649F;
}
</style>
border-color css
<style>
span { border-color: #C0649F; }
span { border-color: rgb(192,100,159); }
td.TdClassName
{
border-color: #C0649F;
}
.TagClassName
{
border-color: #C0649F;
}
</style>