Shades of Hopbush #CC76AC
Tints of Hopbush #CC76AC
RGB
CMYK
RGB Variations
Color information
#CC76AC (or 0xCC76AC) is known color: Hopbush. HEX triplet: CC, 76 and AC. RGB value is (204,118,172). Sum of RGB (Red+Green+Blue) = 204+118+172=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76AC is #338953. Grayscale: #959595. Windows color (decimal): -3377492 or 11302604. OLE color: 11302604.
HSL color Cylindrical-coordinate representation of color #CC76AC: hue angle of 322.33º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC76AC is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 172 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.2 |
| HSL | 322.33º | 0.46% | 0.63% | - |
| HSV(B) | 322.33º | 0.42% | 0.8% | - |
| XYZ | 38.83 | 28.77 | 42.54 | - |
| YUV | 149.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 172 | 0 | 0.42 | 0.16 | 0.2 | 322.33 | 0.46 | 0.63 |
| Hex | CC | 76 | AC | 0 | 2A | 10 | 14 | 142 | 2E | 3F |
| Octal | 314 | 166 | 254 | 0 | 52 | 20 | 24 | 502 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10101100 | 0 | 101010 | 10000 | 10100 | 101000010 | 101110 | 111111 |
Color Harmonies of #CC76AC
Complementary color
Monochromatic Colors of #CC76AC
Black with #CC76AC
Text Example
Text Example
White with #CC76AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76AC; }
p { color: rgb(204,118,172); }
H1.HeaderClassName
{
color: #CC76AC;
}
.AnyTagClassName
{
color: #CC76AC;
}
</style>
background-color css
<style>
a { background-color: #CC76AC; }
a { background-color: rgb(204,118,172); }
div.DivClassName
{
background-color: #CC76AC;
}
.BgClassName
{
background-color: #CC76AC;
}
</style>
border-color css
<style>
span { border-color: #CC76AC; }
span { border-color: rgb(204,118,172); }
td.TdClassName
{
border-color: #CC76AC;
}
.TagClassName
{
border-color: #CC76AC;
}
</style>