Shades of Hopbush #CC66AC
Tints of Hopbush #CC66AC
RGB
CMYK
RGB Variations
Color information
#CC66AC (or 0xCC66AC) is known color: Hopbush. HEX triplet: CC, 66 and AC. RGB value is (204,102,172). Sum of RGB (Red+Green+Blue) = 204+102+172=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC66AC is #339953. Grayscale: #8C8C8C. Windows color (decimal): -3381588 or 11298508. OLE color: 11298508.
HSL color Cylindrical-coordinate representation of color #CC66AC: hue angle of 318.82º 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 #CC66AC is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 172 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.2 |
| HSL | 318.82º | 0.5% | 0.6% | - |
| HSV(B) | 318.82º | 0.5% | 0.8% | - |
| XYZ | 37.1 | 25.32 | 41.96 | - |
| YUV | 140.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 172 | 0 | 0.5 | 0.16 | 0.2 | 318.82 | 0.5 | 0.6 |
| Hex | CC | 66 | AC | 0 | 32 | 10 | 14 | 13F | 32 | 3C |
| Octal | 314 | 146 | 254 | 0 | 62 | 20 | 24 | 477 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10101100 | 0 | 110010 | 10000 | 10100 | 100111111 | 110010 | 111100 |
Color Harmonies of #CC66AC
Complementary color
Monochromatic Colors of #CC66AC
Black with #CC66AC
Text Example
Text Example
White with #CC66AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66AC; }
p { color: rgb(204,102,172); }
H1.HeaderClassName
{
color: #CC66AC;
}
.AnyTagClassName
{
color: #CC66AC;
}
</style>
background-color css
<style>
a { background-color: #CC66AC; }
a { background-color: rgb(204,102,172); }
div.DivClassName
{
background-color: #CC66AC;
}
.BgClassName
{
background-color: #CC66AC;
}
</style>
border-color css
<style>
span { border-color: #CC66AC; }
span { border-color: rgb(204,102,172); }
td.TdClassName
{
border-color: #CC66AC;
}
.TagClassName
{
border-color: #CC66AC;
}
</style>