Shades of Hopbush #CC73A4
Tints of Hopbush #CC73A4
RGB
CMYK
RGB Variations
Color information
#CC73A4 (or 0xCC73A4) is known color: Hopbush. HEX triplet: CC, 73 and A4. RGB value is (204,115,164). Sum of RGB (Red+Green+Blue) = 204+115+164=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC73A4 is #338C5B. Grayscale: #939393. Windows color (decimal): -3378268 or 10777548. OLE color: 10777548.
HSL color Cylindrical-coordinate representation of color #CC73A4: hue angle of 326.97º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC73A4 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 164 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.2 |
| HSL | 326.97º | 0.47% | 0.63% | - |
| HSV(B) | 326.97º | 0.44% | 0.8% | - |
| XYZ | 37.73 | 27.78 | 38.5 | - |
| YUV | 147.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 164 | 0 | 0.44 | 0.20 | 0.2 | 326.97 | 0.47 | 0.63 |
| Hex | CC | 73 | A4 | 0 | 2C | 14 | 14 | 147 | 2F | 3F |
| Octal | 314 | 163 | 244 | 0 | 54 | 24 | 24 | 507 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10100100 | 0 | 101100 | 10100 | 10100 | 101000111 | 101111 | 111111 |
Color Harmonies of #CC73A4
Complementary color
Monochromatic Colors of #CC73A4
Black with #CC73A4
Text Example
Text Example
White with #CC73A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73A4; }
p { color: rgb(204,115,164); }
H1.HeaderClassName
{
color: #CC73A4;
}
.AnyTagClassName
{
color: #CC73A4;
}
</style>
background-color css
<style>
a { background-color: #CC73A4; }
a { background-color: rgb(204,115,164); }
div.DivClassName
{
background-color: #CC73A4;
}
.BgClassName
{
background-color: #CC73A4;
}
</style>
border-color css
<style>
span { border-color: #CC73A4; }
span { border-color: rgb(204,115,164); }
td.TdClassName
{
border-color: #CC73A4;
}
.TagClassName
{
border-color: #CC73A4;
}
</style>