Shades of Hopbush #CC64A6
Tints of Hopbush #CC64A6
RGB
CMYK
RGB Variations
Color information
#CC64A6 (or 0xCC64A6) is known color: Hopbush. HEX triplet: CC, 64 and A6. RGB value is (204,100,166). Sum of RGB (Red+Green+Blue) = 204+100+166=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC64A6 is #339B59. Grayscale: #8A8A8A. Windows color (decimal): -3382106 or 10904780. OLE color: 10904780.
HSL color Cylindrical-coordinate representation of color #CC64A6: hue angle of 321.92º 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 #CC64A6 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 166 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.2 |
| HSL | 321.92º | 0.5% | 0.6% | - |
| HSV(B) | 321.92º | 0.51% | 0.8% | - |
| XYZ | 36.34 | 24.7 | 38.93 | - |
| YUV | 138.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 166 | 0 | 0.51 | 0.19 | 0.2 | 321.92 | 0.5 | 0.6 |
| Hex | CC | 64 | A6 | 0 | 33 | 13 | 14 | 142 | 32 | 3C |
| Octal | 314 | 144 | 246 | 0 | 63 | 23 | 24 | 502 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10100110 | 0 | 110011 | 10011 | 10100 | 101000010 | 110010 | 111100 |
Color Harmonies of #CC64A6
Complementary color
Monochromatic Colors of #CC64A6
Black with #CC64A6
Text Example
Text Example
White with #CC64A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64A6; }
p { color: rgb(204,100,166); }
H1.HeaderClassName
{
color: #CC64A6;
}
.AnyTagClassName
{
color: #CC64A6;
}
</style>
background-color css
<style>
a { background-color: #CC64A6; }
a { background-color: rgb(204,100,166); }
div.DivClassName
{
background-color: #CC64A6;
}
.BgClassName
{
background-color: #CC64A6;
}
</style>
border-color css
<style>
span { border-color: #CC64A6; }
span { border-color: rgb(204,100,166); }
td.TdClassName
{
border-color: #CC64A6;
}
.TagClassName
{
border-color: #CC64A6;
}
</style>