Shades of Hopbush #C66AAA
Tints of Hopbush #C66AAA
RGB
CMYK
RGB Variations
Color information
#C66AAA (or 0xC66AAA) is known color: Hopbush. HEX triplet: C6, 6A and AA. RGB value is (198,106,170). Sum of RGB (Red+Green+Blue) = 198+106+170=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C66AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66AAA is #399555. Grayscale: #8C8C8C. Windows color (decimal): -3773782 or 11168454. OLE color: 11168454.
HSL color Cylindrical-coordinate representation of color #C66AAA: hue angle of 318.26º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66AAA is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 170 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.22 |
| HSL | 318.26º | 0.45% | 0.6% | - |
| HSV(B) | 318.26º | 0.46% | 0.78% | - |
| XYZ | 35.7 | 25.22 | 41.02 | - |
| YUV | 140.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 170 | 0 | 0.46 | 0.14 | 0.22 | 318.26 | 0.45 | 0.6 |
| Hex | C6 | 6A | AA | 0 | 2E | E | 16 | 13E | 2D | 3C |
| Octal | 306 | 152 | 252 | 0 | 56 | 16 | 26 | 476 | 55 | 74 |
| Binary | 11000110 | 1101010 | 10101010 | 0 | 101110 | 1110 | 10110 | 100111110 | 101101 | 111100 |
Color Harmonies of #C66AAA
Complementary color
Monochromatic Colors of #C66AAA
Black with #C66AAA
Text Example
Text Example
White with #C66AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66AAA; }
p { color: rgb(198,106,170); }
H1.HeaderClassName
{
color: #C66AAA;
}
.AnyTagClassName
{
color: #C66AAA;
}
</style>
background-color css
<style>
a { background-color: #C66AAA; }
a { background-color: rgb(198,106,170); }
div.DivClassName
{
background-color: #C66AAA;
}
.BgClassName
{
background-color: #C66AAA;
}
</style>
border-color css
<style>
span { border-color: #C66AAA; }
span { border-color: rgb(198,106,170); }
td.TdClassName
{
border-color: #C66AAA;
}
.TagClassName
{
border-color: #C66AAA;
}
</style>