Shades of Hopbush #CC7699
Tints of Hopbush #CC7699
RGB
CMYK
RGB Variations
Color information
#CC7699 (or 0xCC7699) is known color: Hopbush. HEX triplet: CC, 76 and 99. RGB value is (204,118,153). Sum of RGB (Red+Green+Blue) = 204+118+153=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7699 is #338966. Grayscale: #939393. Windows color (decimal): -3377511 or 10057420. OLE color: 10057420.
HSL color Cylindrical-coordinate representation of color #CC7699: hue angle of 335.58º 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 #CC7699 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 153 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.2 |
| HSL | 335.58º | 0.46% | 0.63% | - |
| HSV(B) | 335.58º | 0.42% | 0.8% | - |
| XYZ | 37.13 | 28.09 | 33.6 | - |
| YUV | 147.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 153 | 0 | 0.42 | 0.25 | 0.2 | 335.58 | 0.46 | 0.63 |
| Hex | CC | 76 | 99 | 0 | 2A | 19 | 14 | 150 | 2E | 3F |
| Octal | 314 | 166 | 231 | 0 | 52 | 31 | 24 | 520 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10011001 | 0 | 101010 | 11001 | 10100 | 101010000 | 101110 | 111111 |
Color Harmonies of #CC7699
Complementary color
Monochromatic Colors of #CC7699
Black with #CC7699
Text Example
Text Example
White with #CC7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7699; }
p { color: rgb(204,118,153); }
H1.HeaderClassName
{
color: #CC7699;
}
.AnyTagClassName
{
color: #CC7699;
}
</style>
background-color css
<style>
a { background-color: #CC7699; }
a { background-color: rgb(204,118,153); }
div.DivClassName
{
background-color: #CC7699;
}
.BgClassName
{
background-color: #CC7699;
}
</style>
border-color css
<style>
span { border-color: #CC7699; }
span { border-color: rgb(204,118,153); }
td.TdClassName
{
border-color: #CC7699;
}
.TagClassName
{
border-color: #CC7699;
}
</style>