Shades of Hopbush #CC779A
Tints of Hopbush #CC779A
RGB
CMYK
RGB Variations
Color information
#CC779A (or 0xCC779A) is known color: Hopbush. HEX triplet: CC, 77 and 9A. RGB value is (204,119,154). Sum of RGB (Red+Green+Blue) = 204+119+154=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC779A is #338865. Grayscale: #949494. Windows color (decimal): -3377254 or 10123212. OLE color: 10123212.
HSL color Cylindrical-coordinate representation of color #CC779A: hue angle of 335.29º 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 #CC779A is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 154 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.2 |
| HSL | 335.29º | 0.45% | 0.63% | - |
| HSV(B) | 335.29º | 0.42% | 0.8% | - |
| XYZ | 37.33 | 28.36 | 34.08 | - |
| YUV | 148.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 154 | 0 | 0.42 | 0.25 | 0.2 | 335.29 | 0.45 | 0.63 |
| Hex | CC | 77 | 9A | 0 | 2A | 19 | 14 | 14F | 2D | 3F |
| Octal | 314 | 167 | 232 | 0 | 52 | 31 | 24 | 517 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10011010 | 0 | 101010 | 11001 | 10100 | 101001111 | 101101 | 111111 |
Color Harmonies of #CC779A
Complementary color
Monochromatic Colors of #CC779A
Black with #CC779A
Text Example
Text Example
White with #CC779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC779A; }
p { color: rgb(204,119,154); }
H1.HeaderClassName
{
color: #CC779A;
}
.AnyTagClassName
{
color: #CC779A;
}
</style>
background-color css
<style>
a { background-color: #CC779A; }
a { background-color: rgb(204,119,154); }
div.DivClassName
{
background-color: #CC779A;
}
.BgClassName
{
background-color: #CC779A;
}
</style>
border-color css
<style>
span { border-color: #CC779A; }
span { border-color: rgb(204,119,154); }
td.TdClassName
{
border-color: #CC779A;
}
.TagClassName
{
border-color: #CC779A;
}
</style>