Shades of Hopbush #CC76A8
Tints of Hopbush #CC76A8
RGB
CMYK
RGB Variations
Color information
#CC76A8 (or 0xCC76A8) is known color: Hopbush. HEX triplet: CC, 76 and A8. RGB value is (204,118,168). Sum of RGB (Red+Green+Blue) = 204+118+168=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76A8 is #338957. Grayscale: #959595. Windows color (decimal): -3377496 or 11040460. OLE color: 11040460.
HSL color Cylindrical-coordinate representation of color #CC76A8: hue angle of 325.12º 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 #CC76A8 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 168 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.2 |
| HSL | 325.12º | 0.46% | 0.63% | - |
| HSV(B) | 325.12º | 0.42% | 0.8% | - |
| XYZ | 38.45 | 28.62 | 40.54 | - |
| YUV | 149.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 168 | 0 | 0.42 | 0.18 | 0.2 | 325.12 | 0.46 | 0.63 |
| Hex | CC | 76 | A8 | 0 | 2A | 12 | 14 | 145 | 2E | 3F |
| Octal | 314 | 166 | 250 | 0 | 52 | 22 | 24 | 505 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10101000 | 0 | 101010 | 10010 | 10100 | 101000101 | 101110 | 111111 |
Color Harmonies of #CC76A8
Complementary color
Monochromatic Colors of #CC76A8
Black with #CC76A8
Text Example
Text Example
White with #CC76A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76A8; }
p { color: rgb(204,118,168); }
H1.HeaderClassName
{
color: #CC76A8;
}
.AnyTagClassName
{
color: #CC76A8;
}
</style>
background-color css
<style>
a { background-color: #CC76A8; }
a { background-color: rgb(204,118,168); }
div.DivClassName
{
background-color: #CC76A8;
}
.BgClassName
{
background-color: #CC76A8;
}
</style>
border-color css
<style>
span { border-color: #CC76A8; }
span { border-color: rgb(204,118,168); }
td.TdClassName
{
border-color: #CC76A8;
}
.TagClassName
{
border-color: #CC76A8;
}
</style>