Shades of Hopbush #CC5EA6
Tints of Hopbush #CC5EA6
RGB
CMYK
RGB Variations
Color information
#CC5EA6 (or 0xCC5EA6) is known color: Hopbush. HEX triplet: CC, 5E and A6. RGB value is (204,94,166). Sum of RGB (Red+Green+Blue) = 204+94+166=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5EA6 is #33A159. Grayscale: #868686. Windows color (decimal): -3383642 or 10903244. OLE color: 10903244.
HSL color Cylindrical-coordinate representation of color #CC5EA6: hue angle of 320.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5EA6 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 166 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.2 |
| HSL | 320.73º | 0.52% | 0.58% | - |
| HSV(B) | 320.73º | 0.54% | 0.8% | - |
| XYZ | 35.79 | 23.6 | 38.74 | - |
| YUV | 135.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 166 | 0 | 0.54 | 0.19 | 0.2 | 320.73 | 0.52 | 0.58 |
| Hex | CC | 5E | A6 | 0 | 36 | 13 | 14 | 141 | 34 | 3A |
| Octal | 314 | 136 | 246 | 0 | 66 | 23 | 24 | 501 | 64 | 72 |
| Binary | 11001100 | 1011110 | 10100110 | 0 | 110110 | 10011 | 10100 | 101000001 | 110100 | 111010 |
Color Harmonies of #CC5EA6
Complementary color
Monochromatic Colors of #CC5EA6
Black with #CC5EA6
Text Example
Text Example
White with #CC5EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EA6; }
p { color: rgb(204,94,166); }
H1.HeaderClassName
{
color: #CC5EA6;
}
.AnyTagClassName
{
color: #CC5EA6;
}
</style>
background-color css
<style>
a { background-color: #CC5EA6; }
a { background-color: rgb(204,94,166); }
div.DivClassName
{
background-color: #CC5EA6;
}
.BgClassName
{
background-color: #CC5EA6;
}
</style>
border-color css
<style>
span { border-color: #CC5EA6; }
span { border-color: rgb(204,94,166); }
td.TdClassName
{
border-color: #CC5EA6;
}
.TagClassName
{
border-color: #CC5EA6;
}
</style>