Shades of Mulberry #CC5996
Tints of Mulberry #CC5996
RGB
CMYK
RGB Variations
Color information
#CC5996 (or 0xCC5996) is known color: Mulberry. HEX triplet: CC, 59 and 96. RGB value is (204,89,150). Sum of RGB (Red+Green+Blue) = 204+89+150=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5996 is #33A669. Grayscale: #828282. Windows color (decimal): -3384938 or 9853388. OLE color: 9853388.
HSL color Cylindrical-coordinate representation of color #CC5996: hue angle of 328.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5996 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 150 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.2 |
| HSL | 328.17º | 0.53% | 0.57% | - |
| HSV(B) | 328.17º | 0.56% | 0.8% | - |
| XYZ | 33.98 | 22.18 | 31.35 | - |
| YUV | 130.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 150 | 0 | 0.56 | 0.26 | 0.2 | 328.17 | 0.53 | 0.57 |
| Hex | CC | 59 | 96 | 0 | 38 | 1A | 14 | 148 | 35 | 39 |
| Octal | 314 | 131 | 226 | 0 | 70 | 32 | 24 | 510 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10010110 | 0 | 111000 | 11010 | 10100 | 101001000 | 110101 | 111001 |
Color Harmonies of #CC5996
Complementary color
Monochromatic Colors of #CC5996
Black with #CC5996
Text Example
Text Example
White with #CC5996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5996; }
p { color: rgb(204,89,150); }
H1.HeaderClassName
{
color: #CC5996;
}
.AnyTagClassName
{
color: #CC5996;
}
</style>
background-color css
<style>
a { background-color: #CC5996; }
a { background-color: rgb(204,89,150); }
div.DivClassName
{
background-color: #CC5996;
}
.BgClassName
{
background-color: #CC5996;
}
</style>
border-color css
<style>
span { border-color: #CC5996; }
span { border-color: rgb(204,89,150); }
td.TdClassName
{
border-color: #CC5996;
}
.TagClassName
{
border-color: #CC5996;
}
</style>