Shades of Hopbush #CC60AA
Tints of Hopbush #CC60AA
RGB
CMYK
RGB Variations
Color information
#CC60AA (or 0xCC60AA) is known color: Hopbush. HEX triplet: CC, 60 and AA. RGB value is (204,96,170). Sum of RGB (Red+Green+Blue) = 204+96+170=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC60AA is #339F55. Grayscale: #888888. Windows color (decimal): -3383126 or 11165900. OLE color: 11165900.
HSL color Cylindrical-coordinate representation of color #CC60AA: hue angle of 318.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC60AA is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 170 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.2 |
| HSL | 318.89º | 0.51% | 0.59% | - |
| HSV(B) | 318.89º | 0.53% | 0.8% | - |
| XYZ | 36.34 | 24.11 | 40.77 | - |
| YUV | 136.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 170 | 0 | 0.53 | 0.17 | 0.2 | 318.89 | 0.51 | 0.59 |
| Hex | CC | 60 | AA | 0 | 35 | 11 | 14 | 13F | 33 | 3B |
| Octal | 314 | 140 | 252 | 0 | 65 | 21 | 24 | 477 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10101010 | 0 | 110101 | 10001 | 10100 | 100111111 | 110011 | 111011 |
Color Harmonies of #CC60AA
Complementary color
Monochromatic Colors of #CC60AA
Black with #CC60AA
Text Example
Text Example
White with #CC60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60AA; }
p { color: rgb(204,96,170); }
H1.HeaderClassName
{
color: #CC60AA;
}
.AnyTagClassName
{
color: #CC60AA;
}
</style>
background-color css
<style>
a { background-color: #CC60AA; }
a { background-color: rgb(204,96,170); }
div.DivClassName
{
background-color: #CC60AA;
}
.BgClassName
{
background-color: #CC60AA;
}
</style>
border-color css
<style>
span { border-color: #CC60AA; }
span { border-color: rgb(204,96,170); }
td.TdClassName
{
border-color: #CC60AA;
}
.TagClassName
{
border-color: #CC60AA;
}
</style>