Shades of Hopbush #CC7799
Tints of Hopbush #CC7799
RGB
CMYK
RGB Variations
Color information
#CC7799 (or 0xCC7799) is known color: Hopbush. HEX triplet: CC, 77 and 99. RGB value is (204,119,153). Sum of RGB (Red+Green+Blue) = 204+119+153=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7799 is #338866. Grayscale: #949494. Windows color (decimal): -3377255 or 10057676. OLE color: 10057676.
HSL color Cylindrical-coordinate representation of color #CC7799: hue angle of 336º 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 #CC7799 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 153 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.2 |
| HSL | 336º | 0.45% | 0.63% | - |
| HSV(B) | 336º | 0.42% | 0.8% | - |
| XYZ | 37.25 | 28.33 | 33.64 | - |
| YUV | 148.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 153 | 0 | 0.42 | 0.25 | 0.2 | 336 | 0.45 | 0.63 |
| Hex | CC | 77 | 99 | 0 | 2A | 19 | 14 | 150 | 2D | 3F |
| Octal | 314 | 167 | 231 | 0 | 52 | 31 | 24 | 520 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10011001 | 0 | 101010 | 11001 | 10100 | 101010000 | 101101 | 111111 |
Color Harmonies of #CC7799
Complementary color
Monochromatic Colors of #CC7799
Black with #CC7799
Text Example
Text Example
White with #CC7799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7799; }
p { color: rgb(204,119,153); }
H1.HeaderClassName
{
color: #CC7799;
}
.AnyTagClassName
{
color: #CC7799;
}
</style>
background-color css
<style>
a { background-color: #CC7799; }
a { background-color: rgb(204,119,153); }
div.DivClassName
{
background-color: #CC7799;
}
.BgClassName
{
background-color: #CC7799;
}
</style>
border-color css
<style>
span { border-color: #CC7799; }
span { border-color: rgb(204,119,153); }
td.TdClassName
{
border-color: #CC7799;
}
.TagClassName
{
border-color: #CC7799;
}
</style>