Shades of Hopbush #CC64A3
Tints of Hopbush #CC64A3
RGB
CMYK
RGB Variations
Color information
#CC64A3 (or 0xCC64A3) is known color: Hopbush. HEX triplet: CC, 64 and A3. RGB value is (204,100,163). Sum of RGB (Red+Green+Blue) = 204+100+163=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC64A3 is #339B5C. Grayscale: #8A8A8A. Windows color (decimal): -3382109 or 10708172. OLE color: 10708172.
HSL color Cylindrical-coordinate representation of color #CC64A3: hue angle of 323.65º 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 #CC64A3 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 163 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.2 |
| HSL | 323.65º | 0.5% | 0.6% | - |
| HSV(B) | 323.65º | 0.51% | 0.8% | - |
| XYZ | 36.07 | 24.6 | 37.5 | - |
| YUV | 138.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 163 | 0 | 0.51 | 0.20 | 0.2 | 323.65 | 0.5 | 0.6 |
| Hex | CC | 64 | A3 | 0 | 33 | 14 | 14 | 144 | 32 | 3C |
| Octal | 314 | 144 | 243 | 0 | 63 | 24 | 24 | 504 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10100011 | 0 | 110011 | 10100 | 10100 | 101000100 | 110010 | 111100 |
Color Harmonies of #CC64A3
Complementary color
Monochromatic Colors of #CC64A3
Black with #CC64A3
Text Example
Text Example
White with #CC64A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64A3; }
p { color: rgb(204,100,163); }
H1.HeaderClassName
{
color: #CC64A3;
}
.AnyTagClassName
{
color: #CC64A3;
}
</style>
background-color css
<style>
a { background-color: #CC64A3; }
a { background-color: rgb(204,100,163); }
div.DivClassName
{
background-color: #CC64A3;
}
.BgClassName
{
background-color: #CC64A3;
}
</style>
border-color css
<style>
span { border-color: #CC64A3; }
span { border-color: rgb(204,100,163); }
td.TdClassName
{
border-color: #CC64A3;
}
.TagClassName
{
border-color: #CC64A3;
}
</style>