Shades of Hopbush #CC76A6
Tints of Hopbush #CC76A6
RGB
CMYK
RGB Variations
Color information
#CC76A6 (or 0xCC76A6) is known color: Hopbush. HEX triplet: CC, 76 and A6. RGB value is (204,118,166). Sum of RGB (Red+Green+Blue) = 204+118+166=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76A6 is #338959. Grayscale: #959595. Windows color (decimal): -3377498 or 10909388. OLE color: 10909388.
HSL color Cylindrical-coordinate representation of color #CC76A6: hue angle of 326.51º 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 #CC76A6 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 166 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.2 |
| HSL | 326.51º | 0.46% | 0.63% | - |
| HSV(B) | 326.51º | 0.42% | 0.8% | - |
| XYZ | 38.26 | 28.55 | 39.57 | - |
| YUV | 149.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 166 | 0 | 0.42 | 0.19 | 0.2 | 326.51 | 0.46 | 0.63 |
| Hex | CC | 76 | A6 | 0 | 2A | 13 | 14 | 147 | 2E | 3F |
| Octal | 314 | 166 | 246 | 0 | 52 | 23 | 24 | 507 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10100110 | 0 | 101010 | 10011 | 10100 | 101000111 | 101110 | 111111 |
Color Harmonies of #CC76A6
Complementary color
Monochromatic Colors of #CC76A6
Black with #CC76A6
Text Example
Text Example
White with #CC76A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76A6; }
p { color: rgb(204,118,166); }
H1.HeaderClassName
{
color: #CC76A6;
}
.AnyTagClassName
{
color: #CC76A6;
}
</style>
background-color css
<style>
a { background-color: #CC76A6; }
a { background-color: rgb(204,118,166); }
div.DivClassName
{
background-color: #CC76A6;
}
.BgClassName
{
background-color: #CC76A6;
}
</style>
border-color css
<style>
span { border-color: #CC76A6; }
span { border-color: rgb(204,118,166); }
td.TdClassName
{
border-color: #CC76A6;
}
.TagClassName
{
border-color: #CC76A6;
}
</style>