Shades of Mulberry #CC5689
Tints of Mulberry #CC5689
RGB
CMYK
RGB Variations
Color information
#CC5689 (or 0xCC5689) is known color: Mulberry. HEX triplet: CC, 56 and 89. RGB value is (204,86,137). Sum of RGB (Red+Green+Blue) = 204+86+137=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5689 is #33A976. Grayscale: #7F7F7F. Windows color (decimal): -3385719 or 9000652. OLE color: 9000652.
HSL color Cylindrical-coordinate representation of color #CC5689: hue angle of 334.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5689 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 137 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.2 |
| HSL | 334.07º | 0.54% | 0.57% | - |
| HSV(B) | 334.07º | 0.58% | 0.8% | - |
| XYZ | 32.74 | 21.3 | 26.05 | - |
| YUV | 127.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 137 | 0 | 0.58 | 0.33 | 0.2 | 334.07 | 0.54 | 0.57 |
| Hex | CC | 56 | 89 | 0 | 3A | 21 | 14 | 14E | 36 | 39 |
| Octal | 314 | 126 | 211 | 0 | 72 | 41 | 24 | 516 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10001001 | 0 | 111010 | 100001 | 10100 | 101001110 | 110110 | 111001 |
Color Harmonies of #CC5689
Complementary color
Monochromatic Colors of #CC5689
Black with #CC5689
Text Example
Text Example
White with #CC5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5689; }
p { color: rgb(204,86,137); }
H1.HeaderClassName
{
color: #CC5689;
}
.AnyTagClassName
{
color: #CC5689;
}
</style>
background-color css
<style>
a { background-color: #CC5689; }
a { background-color: rgb(204,86,137); }
div.DivClassName
{
background-color: #CC5689;
}
.BgClassName
{
background-color: #CC5689;
}
</style>
border-color css
<style>
span { border-color: #CC5689; }
span { border-color: rgb(204,86,137); }
td.TdClassName
{
border-color: #CC5689;
}
.TagClassName
{
border-color: #CC5689;
}
</style>