Shades of Hopbush #CC5C89
Tints of Hopbush #CC5C89
RGB
CMYK
RGB Variations
Color information
#CC5C89 (or 0xCC5C89) is known color: Hopbush. HEX triplet: CC, 5C and 89. RGB value is (204,92,137). Sum of RGB (Red+Green+Blue) = 204+92+137=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C89 is #33A376. Grayscale: #828282. Windows color (decimal): -3384183 or 9002188. OLE color: 9002188.
HSL color Cylindrical-coordinate representation of color #CC5C89: hue angle of 335.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C89 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 137 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.2 |
| HSL | 335.89º | 0.52% | 0.58% | - |
| HSV(B) | 335.89º | 0.55% | 0.8% | - |
| XYZ | 33.24 | 22.3 | 26.22 | - |
| YUV | 130.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 137 | 0 | 0.55 | 0.33 | 0.2 | 335.89 | 0.52 | 0.58 |
| Hex | CC | 5C | 89 | 0 | 37 | 21 | 14 | 150 | 34 | 3A |
| Octal | 314 | 134 | 211 | 0 | 67 | 41 | 24 | 520 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10001001 | 0 | 110111 | 100001 | 10100 | 101010000 | 110100 | 111010 |
Color Harmonies of #CC5C89
Complementary color
Monochromatic Colors of #CC5C89
Black with #CC5C89
Text Example
Text Example
White with #CC5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C89; }
p { color: rgb(204,92,137); }
H1.HeaderClassName
{
color: #CC5C89;
}
.AnyTagClassName
{
color: #CC5C89;
}
</style>
background-color css
<style>
a { background-color: #CC5C89; }
a { background-color: rgb(204,92,137); }
div.DivClassName
{
background-color: #CC5C89;
}
.BgClassName
{
background-color: #CC5C89;
}
</style>
border-color css
<style>
span { border-color: #CC5C89; }
span { border-color: rgb(204,92,137); }
td.TdClassName
{
border-color: #CC5C89;
}
.TagClassName
{
border-color: #CC5C89;
}
</style>