Shades of Hopbush #C66EAA
Tints of Hopbush #C66EAA
RGB
CMYK
RGB Variations
Color information
#C66EAA (or 0xC66EAA) is known color: Hopbush. HEX triplet: C6, 6E and AA. RGB value is (198,110,170). Sum of RGB (Red+Green+Blue) = 198+110+170=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C66EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66EAA is #399155. Grayscale: #8E8E8E. Windows color (decimal): -3772758 or 11169478. OLE color: 11169478.
HSL color Cylindrical-coordinate representation of color #C66EAA: hue angle of 319.09º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66EAA is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 170 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.22 |
| HSL | 319.09º | 0.44% | 0.6% | - |
| HSV(B) | 319.09º | 0.44% | 0.78% | - |
| XYZ | 36.12 | 26.06 | 41.16 | - |
| YUV | 143.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 170 | 0 | 0.44 | 0.14 | 0.22 | 319.09 | 0.44 | 0.6 |
| Hex | C6 | 6E | AA | 0 | 2C | E | 16 | 13F | 2C | 3C |
| Octal | 306 | 156 | 252 | 0 | 54 | 16 | 26 | 477 | 54 | 74 |
| Binary | 11000110 | 1101110 | 10101010 | 0 | 101100 | 1110 | 10110 | 100111111 | 101100 | 111100 |
Color Harmonies of #C66EAA
Complementary color
Monochromatic Colors of #C66EAA
Black with #C66EAA
Text Example
Text Example
White with #C66EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EAA; }
p { color: rgb(198,110,170); }
H1.HeaderClassName
{
color: #C66EAA;
}
.AnyTagClassName
{
color: #C66EAA;
}
</style>
background-color css
<style>
a { background-color: #C66EAA; }
a { background-color: rgb(198,110,170); }
div.DivClassName
{
background-color: #C66EAA;
}
.BgClassName
{
background-color: #C66EAA;
}
</style>
border-color css
<style>
span { border-color: #C66EAA; }
span { border-color: rgb(198,110,170); }
td.TdClassName
{
border-color: #C66EAA;
}
.TagClassName
{
border-color: #C66EAA;
}
</style>