Shades of Hopbush #CC66AA
Tints of Hopbush #CC66AA
RGB
CMYK
RGB Variations
Color information
#CC66AA (or 0xCC66AA) is known color: Hopbush. HEX triplet: CC, 66 and AA. RGB value is (204,102,170). Sum of RGB (Red+Green+Blue) = 204+102+170=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC66AA is #339955. Grayscale: #8C8C8C. Windows color (decimal): -3381590 or 11167436. OLE color: 11167436.
HSL color Cylindrical-coordinate representation of color #CC66AA: hue angle of 320º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC66AA is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 170 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.2 |
| HSL | 320º | 0.5% | 0.6% | - |
| HSV(B) | 320º | 0.5% | 0.8% | - |
| XYZ | 36.91 | 25.24 | 40.96 | - |
| YUV | 140.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 170 | 0 | 0.5 | 0.17 | 0.2 | 320 | 0.5 | 0.6 |
| Hex | CC | 66 | AA | 0 | 32 | 11 | 14 | 140 | 32 | 3C |
| Octal | 314 | 146 | 252 | 0 | 62 | 21 | 24 | 500 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10101010 | 0 | 110010 | 10001 | 10100 | 101000000 | 110010 | 111100 |
Color Harmonies of #CC66AA
Complementary color
Monochromatic Colors of #CC66AA
Black with #CC66AA
Text Example
Text Example
White with #CC66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66AA; }
p { color: rgb(204,102,170); }
H1.HeaderClassName
{
color: #CC66AA;
}
.AnyTagClassName
{
color: #CC66AA;
}
</style>
background-color css
<style>
a { background-color: #CC66AA; }
a { background-color: rgb(204,102,170); }
div.DivClassName
{
background-color: #CC66AA;
}
.BgClassName
{
background-color: #CC66AA;
}
</style>
border-color css
<style>
span { border-color: #CC66AA; }
span { border-color: rgb(204,102,170); }
td.TdClassName
{
border-color: #CC66AA;
}
.TagClassName
{
border-color: #CC66AA;
}
</style>