Shades of Hopbush #CC73AC
Tints of Hopbush #CC73AC
RGB
CMYK
RGB Variations
Color information
#CC73AC (or 0xCC73AC) is known color: Hopbush. HEX triplet: CC, 73 and AC. RGB value is (204,115,172). Sum of RGB (Red+Green+Blue) = 204+115+172=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC73AC is #338C53. Grayscale: #939393. Windows color (decimal): -3378260 or 11301836. OLE color: 11301836.
HSL color Cylindrical-coordinate representation of color #CC73AC: hue angle of 321.57º 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 #CC73AC is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 172 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.2 |
| HSL | 321.57º | 0.47% | 0.63% | - |
| HSV(B) | 321.57º | 0.44% | 0.8% | - |
| XYZ | 38.48 | 28.08 | 42.42 | - |
| YUV | 148.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 172 | 0 | 0.44 | 0.16 | 0.2 | 321.57 | 0.47 | 0.63 |
| Hex | CC | 73 | AC | 0 | 2C | 10 | 14 | 142 | 2F | 3F |
| Octal | 314 | 163 | 254 | 0 | 54 | 20 | 24 | 502 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10101100 | 0 | 101100 | 10000 | 10100 | 101000010 | 101111 | 111111 |
Color Harmonies of #CC73AC
Complementary color
Monochromatic Colors of #CC73AC
Black with #CC73AC
Text Example
Text Example
White with #CC73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73AC; }
p { color: rgb(204,115,172); }
H1.HeaderClassName
{
color: #CC73AC;
}
.AnyTagClassName
{
color: #CC73AC;
}
</style>
background-color css
<style>
a { background-color: #CC73AC; }
a { background-color: rgb(204,115,172); }
div.DivClassName
{
background-color: #CC73AC;
}
.BgClassName
{
background-color: #CC73AC;
}
</style>
border-color css
<style>
span { border-color: #CC73AC; }
span { border-color: rgb(204,115,172); }
td.TdClassName
{
border-color: #CC73AC;
}
.TagClassName
{
border-color: #CC73AC;
}
</style>