Shades of Hopbush #CC799E
Tints of Hopbush #CC799E
RGB
CMYK
RGB Variations
Color information
#CC799E (or 0xCC799E) is known color: Hopbush. HEX triplet: CC, 79 and 9E. RGB value is (204,121,158). Sum of RGB (Red+Green+Blue) = 204+121+158=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC799E is #338661. Grayscale: #959595. Windows color (decimal): -3376738 or 10385868. OLE color: 10385868.
HSL color Cylindrical-coordinate representation of color #CC799E: hue angle of 333.25º 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 #CC799E is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 158 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.2 |
| HSL | 333.25º | 0.45% | 0.64% | - |
| HSV(B) | 333.25º | 0.41% | 0.8% | - |
| XYZ | 37.91 | 28.98 | 35.94 | - |
| YUV | 150.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 158 | 0 | 0.41 | 0.23 | 0.2 | 333.25 | 0.45 | 0.64 |
| Hex | CC | 79 | 9E | 0 | 29 | 17 | 14 | 14D | 2D | 40 |
| Octal | 314 | 171 | 236 | 0 | 51 | 27 | 24 | 515 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10011110 | 0 | 101001 | 10111 | 10100 | 101001101 | 101101 | 1000000 |
Color Harmonies of #CC799E
Complementary color
Monochromatic Colors of #CC799E
Black with #CC799E
Text Example
Text Example
White with #CC799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC799E; }
p { color: rgb(204,121,158); }
H1.HeaderClassName
{
color: #CC799E;
}
.AnyTagClassName
{
color: #CC799E;
}
</style>
background-color css
<style>
a { background-color: #CC799E; }
a { background-color: rgb(204,121,158); }
div.DivClassName
{
background-color: #CC799E;
}
.BgClassName
{
background-color: #CC799E;
}
</style>
border-color css
<style>
span { border-color: #CC799E; }
span { border-color: rgb(204,121,158); }
td.TdClassName
{
border-color: #CC799E;
}
.TagClassName
{
border-color: #CC799E;
}
</style>