Shades of Hopbush #C66DA6
Tints of Hopbush #C66DA6
RGB
CMYK
RGB Variations
Color information
#C66DA6 (or 0xC66DA6) is known color: Hopbush. HEX triplet: C6, 6D and A6. RGB value is (198,109,166). Sum of RGB (Red+Green+Blue) = 198+109+166=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C66DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66DA6 is #399259. Grayscale: #8D8D8D. Windows color (decimal): -3773018 or 10907078. OLE color: 10907078.
HSL color Cylindrical-coordinate representation of color #C66DA6: hue angle of 321.57º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66DA6 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 166 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.22 |
| HSL | 321.57º | 0.44% | 0.6% | - |
| HSV(B) | 321.57º | 0.45% | 0.78% | - |
| XYZ | 35.64 | 25.7 | 39.16 | - |
| YUV | 142.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 166 | 0 | 0.45 | 0.16 | 0.22 | 321.57 | 0.44 | 0.6 |
| Hex | C6 | 6D | A6 | 0 | 2D | 10 | 16 | 142 | 2C | 3C |
| Octal | 306 | 155 | 246 | 0 | 55 | 20 | 26 | 502 | 54 | 74 |
| Binary | 11000110 | 1101101 | 10100110 | 0 | 101101 | 10000 | 10110 | 101000010 | 101100 | 111100 |
Color Harmonies of #C66DA6
Complementary color
Monochromatic Colors of #C66DA6
Black with #C66DA6
Text Example
Text Example
White with #C66DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DA6; }
p { color: rgb(198,109,166); }
H1.HeaderClassName
{
color: #C66DA6;
}
.AnyTagClassName
{
color: #C66DA6;
}
</style>
background-color css
<style>
a { background-color: #C66DA6; }
a { background-color: rgb(198,109,166); }
div.DivClassName
{
background-color: #C66DA6;
}
.BgClassName
{
background-color: #C66DA6;
}
</style>
border-color css
<style>
span { border-color: #C66DA6; }
span { border-color: rgb(198,109,166); }
td.TdClassName
{
border-color: #C66DA6;
}
.TagClassName
{
border-color: #C66DA6;
}
</style>