Shades of Hopbush #C6649E
Tints of Hopbush #C6649E
RGB
CMYK
RGB Variations
Color information
#C6649E (or 0xC6649E) is known color: Hopbush. HEX triplet: C6, 64 and 9E. RGB value is (198,100,158). Sum of RGB (Red+Green+Blue) = 198+100+158=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6649E is #399B61. Grayscale: #878787. Windows color (decimal): -3775330 or 10380486. OLE color: 10380486.
HSL color Cylindrical-coordinate representation of color #C6649E: hue angle of 324.49º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6649E is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 158 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.22 |
| HSL | 324.49º | 0.46% | 0.58% | - |
| HSV(B) | 324.49º | 0.49% | 0.78% | - |
| XYZ | 34.02 | 23.59 | 35.11 | - |
| YUV | 135.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 158 | 0 | 0.49 | 0.20 | 0.22 | 324.49 | 0.46 | 0.58 |
| Hex | C6 | 64 | 9E | 0 | 31 | 14 | 16 | 144 | 2E | 3A |
| Octal | 306 | 144 | 236 | 0 | 61 | 24 | 26 | 504 | 56 | 72 |
| Binary | 11000110 | 1100100 | 10011110 | 0 | 110001 | 10100 | 10110 | 101000100 | 101110 | 111010 |
Color Harmonies of #C6649E
Complementary color
Monochromatic Colors of #C6649E
Black with #C6649E
Text Example
Text Example
White with #C6649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6649E; }
p { color: rgb(198,100,158); }
H1.HeaderClassName
{
color: #C6649E;
}
.AnyTagClassName
{
color: #C6649E;
}
</style>
background-color css
<style>
a { background-color: #C6649E; }
a { background-color: rgb(198,100,158); }
div.DivClassName
{
background-color: #C6649E;
}
.BgClassName
{
background-color: #C6649E;
}
</style>
border-color css
<style>
span { border-color: #C6649E; }
span { border-color: rgb(198,100,158); }
td.TdClassName
{
border-color: #C6649E;
}
.TagClassName
{
border-color: #C6649E;
}
</style>