Shades of Hopbush #CC779B
Tints of Hopbush #CC779B
RGB
CMYK
RGB Variations
Color information
#CC779B (or 0xCC779B) is known color: Hopbush. HEX triplet: CC, 77 and 9B. RGB value is (204,119,155). Sum of RGB (Red+Green+Blue) = 204+119+155=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC779B is #338864. Grayscale: #949494. Windows color (decimal): -3377253 or 10188748. OLE color: 10188748.
HSL color Cylindrical-coordinate representation of color #CC779B: hue angle of 334.59º 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 #CC779B is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 155 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.2 |
| HSL | 334.59º | 0.45% | 0.63% | - |
| HSV(B) | 334.59º | 0.42% | 0.8% | - |
| XYZ | 37.42 | 28.4 | 34.52 | - |
| YUV | 148.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 155 | 0 | 0.42 | 0.24 | 0.2 | 334.59 | 0.45 | 0.63 |
| Hex | CC | 77 | 9B | 0 | 2A | 18 | 14 | 14F | 2D | 3F |
| Octal | 314 | 167 | 233 | 0 | 52 | 30 | 24 | 517 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10011011 | 0 | 101010 | 11000 | 10100 | 101001111 | 101101 | 111111 |
Color Harmonies of #CC779B
Complementary color
Monochromatic Colors of #CC779B
Black with #CC779B
Text Example
Text Example
White with #CC779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC779B; }
p { color: rgb(204,119,155); }
H1.HeaderClassName
{
color: #CC779B;
}
.AnyTagClassName
{
color: #CC779B;
}
</style>
background-color css
<style>
a { background-color: #CC779B; }
a { background-color: rgb(204,119,155); }
div.DivClassName
{
background-color: #CC779B;
}
.BgClassName
{
background-color: #CC779B;
}
</style>
border-color css
<style>
span { border-color: #CC779B; }
span { border-color: rgb(204,119,155); }
td.TdClassName
{
border-color: #CC779B;
}
.TagClassName
{
border-color: #CC779B;
}
</style>