Shades of Hopbush #C666AA
Tints of Hopbush #C666AA
RGB
CMYK
RGB Variations
Color information
#C666AA (or 0xC666AA) is known color: Hopbush. HEX triplet: C6, 66 and AA. RGB value is (198,102,170). Sum of RGB (Red+Green+Blue) = 198+102+170=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C666AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666AA is #399955. Grayscale: #8A8A8A. Windows color (decimal): -3774806 or 11167430. OLE color: 11167430.
HSL color Cylindrical-coordinate representation of color #C666AA: hue angle of 317.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C666AA is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 170 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.22 |
| HSL | 317.5º | 0.46% | 0.59% | - |
| HSV(B) | 317.5º | 0.48% | 0.78% | - |
| XYZ | 35.3 | 24.41 | 40.88 | - |
| YUV | 138.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 170 | 0 | 0.48 | 0.14 | 0.22 | 317.5 | 0.46 | 0.59 |
| Hex | C6 | 66 | AA | 0 | 30 | E | 16 | 13E | 2E | 3B |
| Octal | 306 | 146 | 252 | 0 | 60 | 16 | 26 | 476 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10101010 | 0 | 110000 | 1110 | 10110 | 100111110 | 101110 | 111011 |
Color Harmonies of #C666AA
Complementary color
Monochromatic Colors of #C666AA
Black with #C666AA
Text Example
Text Example
White with #C666AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666AA; }
p { color: rgb(198,102,170); }
H1.HeaderClassName
{
color: #C666AA;
}
.AnyTagClassName
{
color: #C666AA;
}
</style>
background-color css
<style>
a { background-color: #C666AA; }
a { background-color: rgb(198,102,170); }
div.DivClassName
{
background-color: #C666AA;
}
.BgClassName
{
background-color: #C666AA;
}
</style>
border-color css
<style>
span { border-color: #C666AA; }
span { border-color: rgb(198,102,170); }
td.TdClassName
{
border-color: #C666AA;
}
.TagClassName
{
border-color: #C666AA;
}
</style>