Shades of Hopbush #C66AA1
Tints of Hopbush #C66AA1
RGB
CMYK
RGB Variations
Color information
#C66AA1 (or 0xC66AA1) is known color: Hopbush. HEX triplet: C6, 6A and A1. RGB value is (198,106,161). Sum of RGB (Red+Green+Blue) = 198+106+161=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C66AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66AA1 is #39955E. Grayscale: #8B8B8B. Windows color (decimal): -3773791 or 10578630. OLE color: 10578630.
HSL color Cylindrical-coordinate representation of color #C66AA1: hue angle of 324.13º 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 #C66AA1 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 161 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.22 |
| HSL | 324.13º | 0.45% | 0.6% | - |
| HSV(B) | 324.13º | 0.46% | 0.78% | - |
| XYZ | 34.88 | 24.89 | 36.68 | - |
| YUV | 139.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 161 | 0 | 0.46 | 0.19 | 0.22 | 324.13 | 0.45 | 0.6 |
| Hex | C6 | 6A | A1 | 0 | 2E | 13 | 16 | 144 | 2D | 3C |
| Octal | 306 | 152 | 241 | 0 | 56 | 23 | 26 | 504 | 55 | 74 |
| Binary | 11000110 | 1101010 | 10100001 | 0 | 101110 | 10011 | 10110 | 101000100 | 101101 | 111100 |
Color Harmonies of #C66AA1
Complementary color
Monochromatic Colors of #C66AA1
Black with #C66AA1
Text Example
Text Example
White with #C66AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66AA1; }
p { color: rgb(198,106,161); }
H1.HeaderClassName
{
color: #C66AA1;
}
.AnyTagClassName
{
color: #C66AA1;
}
</style>
background-color css
<style>
a { background-color: #C66AA1; }
a { background-color: rgb(198,106,161); }
div.DivClassName
{
background-color: #C66AA1;
}
.BgClassName
{
background-color: #C66AA1;
}
</style>
border-color css
<style>
span { border-color: #C66AA1; }
span { border-color: rgb(198,106,161); }
td.TdClassName
{
border-color: #C66AA1;
}
.TagClassName
{
border-color: #C66AA1;
}
</style>