Shades of Hopbush #C66AAC
Tints of Hopbush #C66AAC
RGB
CMYK
RGB Variations
Color information
#C66AAC (or 0xC66AAC) is known color: Hopbush. HEX triplet: C6, 6A and AC. RGB value is (198,106,172). Sum of RGB (Red+Green+Blue) = 198+106+172=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C66AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66AAC is #399553. Grayscale: #8C8C8C. Windows color (decimal): -3773780 or 11299526. OLE color: 11299526.
HSL color Cylindrical-coordinate representation of color #C66AAC: hue angle of 316.96º 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 #C66AAC is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 172 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.22 |
| HSL | 316.96º | 0.45% | 0.6% | - |
| HSV(B) | 316.96º | 0.46% | 0.78% | - |
| XYZ | 35.89 | 25.29 | 42.02 | - |
| YUV | 141.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 172 | 0 | 0.46 | 0.13 | 0.22 | 316.96 | 0.45 | 0.6 |
| Hex | C6 | 6A | AC | 0 | 2E | D | 16 | 13D | 2D | 3C |
| Octal | 306 | 152 | 254 | 0 | 56 | 15 | 26 | 475 | 55 | 74 |
| Binary | 11000110 | 1101010 | 10101100 | 0 | 101110 | 1101 | 10110 | 100111101 | 101101 | 111100 |
Color Harmonies of #C66AAC
Complementary color
Monochromatic Colors of #C66AAC
Black with #C66AAC
Text Example
Text Example
White with #C66AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66AAC; }
p { color: rgb(198,106,172); }
H1.HeaderClassName
{
color: #C66AAC;
}
.AnyTagClassName
{
color: #C66AAC;
}
</style>
background-color css
<style>
a { background-color: #C66AAC; }
a { background-color: rgb(198,106,172); }
div.DivClassName
{
background-color: #C66AAC;
}
.BgClassName
{
background-color: #C66AAC;
}
</style>
border-color css
<style>
span { border-color: #C66AAC; }
span { border-color: rgb(198,106,172); }
td.TdClassName
{
border-color: #C66AAC;
}
.TagClassName
{
border-color: #C66AAC;
}
</style>