Shades of Hopbush #CC7999
Tints of Hopbush #CC7999
RGB
CMYK
RGB Variations
Color information
#CC7999 (or 0xCC7999) is known color: Hopbush. HEX triplet: CC, 79 and 99. RGB value is (204,121,153). Sum of RGB (Red+Green+Blue) = 204+121+153=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7999 is #338666. Grayscale: #959595. Windows color (decimal): -3376743 or 10058188. OLE color: 10058188.
HSL color Cylindrical-coordinate representation of color #CC7999: hue angle of 336.87º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7999 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 153 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.2 |
| HSL | 336.87º | 0.45% | 0.64% | - |
| HSV(B) | 336.87º | 0.41% | 0.8% | - |
| XYZ | 37.49 | 28.81 | 33.72 | - |
| YUV | 149.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 153 | 0 | 0.41 | 0.25 | 0.2 | 336.87 | 0.45 | 0.64 |
| Hex | CC | 79 | 99 | 0 | 29 | 19 | 14 | 151 | 2D | 40 |
| Octal | 314 | 171 | 231 | 0 | 51 | 31 | 24 | 521 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10011001 | 0 | 101001 | 11001 | 10100 | 101010001 | 101101 | 1000000 |
Color Harmonies of #CC7999
Complementary color
Monochromatic Colors of #CC7999
Black with #CC7999
Text Example
Text Example
White with #CC7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7999; }
p { color: rgb(204,121,153); }
H1.HeaderClassName
{
color: #CC7999;
}
.AnyTagClassName
{
color: #CC7999;
}
</style>
background-color css
<style>
a { background-color: #CC7999; }
a { background-color: rgb(204,121,153); }
div.DivClassName
{
background-color: #CC7999;
}
.BgClassName
{
background-color: #CC7999;
}
</style>
border-color css
<style>
span { border-color: #CC7999; }
span { border-color: rgb(204,121,153); }
td.TdClassName
{
border-color: #CC7999;
}
.TagClassName
{
border-color: #CC7999;
}
</style>