Shades of Hopbush #CC66AB
Tints of Hopbush #CC66AB
RGB
CMYK
RGB Variations
Color information
#CC66AB (or 0xCC66AB) is known color: Hopbush. HEX triplet: CC, 66 and AB. RGB value is (204,102,171). Sum of RGB (Red+Green+Blue) = 204+102+171=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC66AB is #339954. Grayscale: #8C8C8C. Windows color (decimal): -3381589 or 11232972. OLE color: 11232972.
HSL color Cylindrical-coordinate representation of color #CC66AB: hue angle of 319.41º 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 #CC66AB is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 171 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.2 |
| HSL | 319.41º | 0.5% | 0.6% | - |
| HSV(B) | 319.41º | 0.5% | 0.8% | - |
| XYZ | 37 | 25.28 | 41.46 | - |
| YUV | 140.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 171 | 0 | 0.5 | 0.16 | 0.2 | 319.41 | 0.5 | 0.6 |
| Hex | CC | 66 | AB | 0 | 32 | 10 | 14 | 13F | 32 | 3C |
| Octal | 314 | 146 | 253 | 0 | 62 | 20 | 24 | 477 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10101011 | 0 | 110010 | 10000 | 10100 | 100111111 | 110010 | 111100 |
Color Harmonies of #CC66AB
Complementary color
Monochromatic Colors of #CC66AB
Black with #CC66AB
Text Example
Text Example
White with #CC66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66AB; }
p { color: rgb(204,102,171); }
H1.HeaderClassName
{
color: #CC66AB;
}
.AnyTagClassName
{
color: #CC66AB;
}
</style>
background-color css
<style>
a { background-color: #CC66AB; }
a { background-color: rgb(204,102,171); }
div.DivClassName
{
background-color: #CC66AB;
}
.BgClassName
{
background-color: #CC66AB;
}
</style>
border-color css
<style>
span { border-color: #CC66AB; }
span { border-color: rgb(204,102,171); }
td.TdClassName
{
border-color: #CC66AB;
}
.TagClassName
{
border-color: #CC66AB;
}
</style>