Shades of Hopbush #CC5E88
Tints of Hopbush #CC5E88
RGB
CMYK
RGB Variations
Color information
#CC5E88 (or 0xCC5E88) is known color: Hopbush. HEX triplet: CC, 5E and 88. RGB value is (204,94,136). Sum of RGB (Red+Green+Blue) = 204+94+136=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5E88 is #33A177. Grayscale: #838383. Windows color (decimal): -3383672 or 8937164. OLE color: 8937164.
HSL color Cylindrical-coordinate representation of color #CC5E88: hue angle of 337.09º 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 #CC5E88 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 136 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.2 |
| HSL | 337.09º | 0.52% | 0.58% | - |
| HSV(B) | 337.09º | 0.54% | 0.8% | - |
| XYZ | 33.35 | 22.62 | 25.9 | - |
| YUV | 131.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 136 | 0 | 0.54 | 0.33 | 0.2 | 337.09 | 0.52 | 0.58 |
| Hex | CC | 5E | 88 | 0 | 36 | 21 | 14 | 151 | 34 | 3A |
| Octal | 314 | 136 | 210 | 0 | 66 | 41 | 24 | 521 | 64 | 72 |
| Binary | 11001100 | 1011110 | 10001000 | 0 | 110110 | 100001 | 10100 | 101010001 | 110100 | 111010 |
Color Harmonies of #CC5E88
Complementary color
Monochromatic Colors of #CC5E88
Black with #CC5E88
Text Example
Text Example
White with #CC5E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E88; }
p { color: rgb(204,94,136); }
H1.HeaderClassName
{
color: #CC5E88;
}
.AnyTagClassName
{
color: #CC5E88;
}
</style>
background-color css
<style>
a { background-color: #CC5E88; }
a { background-color: rgb(204,94,136); }
div.DivClassName
{
background-color: #CC5E88;
}
.BgClassName
{
background-color: #CC5E88;
}
</style>
border-color css
<style>
span { border-color: #CC5E88; }
span { border-color: rgb(204,94,136); }
td.TdClassName
{
border-color: #CC5E88;
}
.TagClassName
{
border-color: #CC5E88;
}
</style>