Shades of Hopbush #CC5D89
Tints of Hopbush #CC5D89
RGB
CMYK
RGB Variations
Color information
#CC5D89 (or 0xCC5D89) is known color: Hopbush. HEX triplet: CC, 5D and 89. RGB value is (204,93,137). Sum of RGB (Red+Green+Blue) = 204+93+137=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D89 is #33A276. Grayscale: #838383. Windows color (decimal): -3383927 or 9002444. OLE color: 9002444.
HSL color Cylindrical-coordinate representation of color #CC5D89: hue angle of 336.22º 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 #CC5D89 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 137 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.2 |
| HSL | 336.22º | 0.52% | 0.58% | - |
| HSV(B) | 336.22º | 0.54% | 0.8% | - |
| XYZ | 33.33 | 22.47 | 26.25 | - |
| YUV | 131.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 137 | 0 | 0.54 | 0.33 | 0.2 | 336.22 | 0.52 | 0.58 |
| Hex | CC | 5D | 89 | 0 | 36 | 21 | 14 | 150 | 34 | 3A |
| Octal | 314 | 135 | 211 | 0 | 66 | 41 | 24 | 520 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10001001 | 0 | 110110 | 100001 | 10100 | 101010000 | 110100 | 111010 |
Color Harmonies of #CC5D89
Complementary color
Monochromatic Colors of #CC5D89
Black with #CC5D89
Text Example
Text Example
White with #CC5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D89; }
p { color: rgb(204,93,137); }
H1.HeaderClassName
{
color: #CC5D89;
}
.AnyTagClassName
{
color: #CC5D89;
}
</style>
background-color css
<style>
a { background-color: #CC5D89; }
a { background-color: rgb(204,93,137); }
div.DivClassName
{
background-color: #CC5D89;
}
.BgClassName
{
background-color: #CC5D89;
}
</style>
border-color css
<style>
span { border-color: #CC5D89; }
span { border-color: rgb(204,93,137); }
td.TdClassName
{
border-color: #CC5D89;
}
.TagClassName
{
border-color: #CC5D89;
}
</style>