Shades of Hopbush #CC64AA
Tints of Hopbush #CC64AA
RGB
CMYK
RGB Variations
Color information
#CC64AA (or 0xCC64AA) is known color: Hopbush. HEX triplet: CC, 64 and AA. RGB value is (204,100,170). Sum of RGB (Red+Green+Blue) = 204+100+170=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC64AA is #339B55. Grayscale: #8A8A8A. Windows color (decimal): -3382102 or 11166924. OLE color: 11166924.
HSL color Cylindrical-coordinate representation of color #CC64AA: hue angle of 319.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC64AA is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 170 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.2 |
| HSL | 319.62º | 0.5% | 0.6% | - |
| HSV(B) | 319.62º | 0.51% | 0.8% | - |
| XYZ | 36.71 | 24.85 | 40.89 | - |
| YUV | 139.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 170 | 0 | 0.51 | 0.17 | 0.2 | 319.62 | 0.5 | 0.6 |
| Hex | CC | 64 | AA | 0 | 33 | 11 | 14 | 140 | 32 | 3C |
| Octal | 314 | 144 | 252 | 0 | 63 | 21 | 24 | 500 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10101010 | 0 | 110011 | 10001 | 10100 | 101000000 | 110010 | 111100 |
Color Harmonies of #CC64AA
Complementary color
Monochromatic Colors of #CC64AA
Black with #CC64AA
Text Example
Text Example
White with #CC64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64AA; }
p { color: rgb(204,100,170); }
H1.HeaderClassName
{
color: #CC64AA;
}
.AnyTagClassName
{
color: #CC64AA;
}
</style>
background-color css
<style>
a { background-color: #CC64AA; }
a { background-color: rgb(204,100,170); }
div.DivClassName
{
background-color: #CC64AA;
}
.BgClassName
{
background-color: #CC64AA;
}
</style>
border-color css
<style>
span { border-color: #CC64AA; }
span { border-color: rgb(204,100,170); }
td.TdClassName
{
border-color: #CC64AA;
}
.TagClassName
{
border-color: #CC64AA;
}
</style>