Shades of Hopbush #CC5E89
Tints of Hopbush #CC5E89
RGB
CMYK
RGB Variations
Color information
#CC5E89 (or 0xCC5E89) is known color: Hopbush. HEX triplet: CC, 5E and 89. RGB value is (204,94,137). Sum of RGB (Red+Green+Blue) = 204+94+137=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5E89 is #33A176. Grayscale: #838383. Windows color (decimal): -3383671 or 9002700. OLE color: 9002700.
HSL color Cylindrical-coordinate representation of color #CC5E89: hue angle of 336.55º 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 #CC5E89 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 94 | 137 | - |
CMYK | 0 | 0.54 | 0.33 | 0.2 |
HSL | 336.55º | 0.52% | 0.58% | - |
HSV(B) | 336.55º | 0.54% | 0.8% | - |
XYZ | 33.42 | 22.65 | 26.28 | - |
YUV | 131.79 | 130.94 | 179.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 94 | 137 | 0 | 0.54 | 0.33 | 0.2 | 336.55 | 0.52 | 0.58 |
Hex | CC | 5E | 89 | 0 | 36 | 21 | 14 | 151 | 34 | 3A |
Octal | 314 | 136 | 211 | 0 | 66 | 41 | 24 | 521 | 64 | 72 |
Binary | 11001100 | 1011110 | 10001001 | 0 | 110110 | 100001 | 10100 | 101010001 | 110100 | 111010 |
Color Harmonies of #CC5E89
Complementary color
Monochromatic Colors of #CC5E89
Black with #CC5E89
Text Example
Text Example
White with #CC5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E89; }
p { color: rgb(204,94,137); }
H1.HeaderClassName
{
color: #CC5E89;
}
.AnyTagClassName
{
color: #CC5E89;
}
</style>
background-color css
<style>
a { background-color: #CC5E89; }
a { background-color: rgb(204,94,137); }
div.DivClassName
{
background-color: #CC5E89;
}
.BgClassName
{
background-color: #CC5E89;
}
</style>
border-color css
<style>
span { border-color: #CC5E89; }
span { border-color: rgb(204,94,137); }
td.TdClassName
{
border-color: #CC5E89;
}
.TagClassName
{
border-color: #CC5E89;
}
</style>