Shades of Hopbush #CC5E92
Tints of Hopbush #CC5E92
RGB
CMYK
RGB Variations
Color information
#CC5E92 (or 0xCC5E92) is known color: Hopbush. HEX triplet: CC, 5E and 92. RGB value is (204,94,146). Sum of RGB (Red+Green+Blue) = 204+94+146=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5E92 is #33A16D. Grayscale: #848484. Windows color (decimal): -3383662 or 9592524. OLE color: 9592524.
HSL color Cylindrical-coordinate representation of color #CC5E92: hue angle of 331.64º 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 #CC5E92 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 146 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.2 |
| HSL | 331.64º | 0.52% | 0.58% | - |
| HSV(B) | 331.64º | 0.54% | 0.8% | - |
| XYZ | 34.09 | 22.92 | 29.82 | - |
| YUV | 132.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 146 | 0 | 0.54 | 0.28 | 0.2 | 331.64 | 0.52 | 0.58 |
| Hex | CC | 5E | 92 | 0 | 36 | 1C | 14 | 14C | 34 | 3A |
| Octal | 314 | 136 | 222 | 0 | 66 | 34 | 24 | 514 | 64 | 72 |
| Binary | 11001100 | 1011110 | 10010010 | 0 | 110110 | 11100 | 10100 | 101001100 | 110100 | 111010 |
Color Harmonies of #CC5E92
Complementary color
Monochromatic Colors of #CC5E92
Black with #CC5E92
Text Example
Text Example
White with #CC5E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E92; }
p { color: rgb(204,94,146); }
H1.HeaderClassName
{
color: #CC5E92;
}
.AnyTagClassName
{
color: #CC5E92;
}
</style>
background-color css
<style>
a { background-color: #CC5E92; }
a { background-color: rgb(204,94,146); }
div.DivClassName
{
background-color: #CC5E92;
}
.BgClassName
{
background-color: #CC5E92;
}
</style>
border-color css
<style>
span { border-color: #CC5E92; }
span { border-color: rgb(204,94,146); }
td.TdClassName
{
border-color: #CC5E92;
}
.TagClassName
{
border-color: #CC5E92;
}
</style>