Shades of Hopbush #CC77A0
Tints of Hopbush #CC77A0
RGB
CMYK
RGB Variations
Color information
#CC77A0 (or 0xCC77A0) is known color: Hopbush. HEX triplet: CC, 77 and A0. RGB value is (204,119,160). Sum of RGB (Red+Green+Blue) = 204+119+160=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC77A0 is #33885F. Grayscale: #959595. Windows color (decimal): -3377248 or 10516428. OLE color: 10516428.
HSL color Cylindrical-coordinate representation of color #CC77A0: hue angle of 331.06º degrees, saturation: 0.45, 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 #CC77A0 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 160 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.2 |
| HSL | 331.06º | 0.45% | 0.63% | - |
| HSV(B) | 331.06º | 0.42% | 0.8% | - |
| XYZ | 37.84 | 28.57 | 36.78 | - |
| YUV | 149.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 160 | 0 | 0.42 | 0.22 | 0.2 | 331.06 | 0.45 | 0.63 |
| Hex | CC | 77 | A0 | 0 | 2A | 16 | 14 | 14B | 2D | 3F |
| Octal | 314 | 167 | 240 | 0 | 52 | 26 | 24 | 513 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10100000 | 0 | 101010 | 10110 | 10100 | 101001011 | 101101 | 111111 |
Color Harmonies of #CC77A0
Complementary color
Monochromatic Colors of #CC77A0
Black with #CC77A0
Text Example
Text Example
White with #CC77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77A0; }
p { color: rgb(204,119,160); }
H1.HeaderClassName
{
color: #CC77A0;
}
.AnyTagClassName
{
color: #CC77A0;
}
</style>
background-color css
<style>
a { background-color: #CC77A0; }
a { background-color: rgb(204,119,160); }
div.DivClassName
{
background-color: #CC77A0;
}
.BgClassName
{
background-color: #CC77A0;
}
</style>
border-color css
<style>
span { border-color: #CC77A0; }
span { border-color: rgb(204,119,160); }
td.TdClassName
{
border-color: #CC77A0;
}
.TagClassName
{
border-color: #CC77A0;
}
</style>