Shades of Hopbush #CC799A
Tints of Hopbush #CC799A
RGB
CMYK
RGB Variations
Color information
#CC799A (or 0xCC799A) is known color: Hopbush. HEX triplet: CC, 79 and 9A. RGB value is (204,121,154). Sum of RGB (Red+Green+Blue) = 204+121+154=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC799A is #338665. Grayscale: #959595. Windows color (decimal): -3376742 or 10123724. OLE color: 10123724.
HSL color Cylindrical-coordinate representation of color #CC799A: hue angle of 336.14º 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 #CC799A is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 154 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.2 |
| HSL | 336.14º | 0.45% | 0.64% | - |
| HSV(B) | 336.14º | 0.41% | 0.8% | - |
| XYZ | 37.57 | 28.85 | 34.16 | - |
| YUV | 149.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 154 | 0 | 0.41 | 0.25 | 0.2 | 336.14 | 0.45 | 0.64 |
| Hex | CC | 79 | 9A | 0 | 29 | 19 | 14 | 150 | 2D | 40 |
| Octal | 314 | 171 | 232 | 0 | 51 | 31 | 24 | 520 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10011010 | 0 | 101001 | 11001 | 10100 | 101010000 | 101101 | 1000000 |
Color Harmonies of #CC799A
Complementary color
Monochromatic Colors of #CC799A
Black with #CC799A
Text Example
Text Example
White with #CC799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC799A; }
p { color: rgb(204,121,154); }
H1.HeaderClassName
{
color: #CC799A;
}
.AnyTagClassName
{
color: #CC799A;
}
</style>
background-color css
<style>
a { background-color: #CC799A; }
a { background-color: rgb(204,121,154); }
div.DivClassName
{
background-color: #CC799A;
}
.BgClassName
{
background-color: #CC799A;
}
</style>
border-color css
<style>
span { border-color: #CC799A; }
span { border-color: rgb(204,121,154); }
td.TdClassName
{
border-color: #CC799A;
}
.TagClassName
{
border-color: #CC799A;
}
</style>