Shades of Mulberry #CC5688
Tints of Mulberry #CC5688
RGB
CMYK
RGB Variations
Color information
#CC5688 (or 0xCC5688) is known color: Mulberry. HEX triplet: CC, 56 and 88. RGB value is (204,86,136). Sum of RGB (Red+Green+Blue) = 204+86+136=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5688 is #33A977. Grayscale: #7E7E7E. Windows color (decimal): -3385720 or 8935116. OLE color: 8935116.
HSL color Cylindrical-coordinate representation of color #CC5688: hue angle of 334.58º 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 #CC5688 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 136 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.2 |
| HSL | 334.58º | 0.54% | 0.57% | - |
| HSV(B) | 334.58º | 0.58% | 0.8% | - |
| XYZ | 32.67 | 21.27 | 25.68 | - |
| YUV | 126.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 136 | 0 | 0.58 | 0.33 | 0.2 | 334.58 | 0.54 | 0.57 |
| Hex | CC | 56 | 88 | 0 | 3A | 21 | 14 | 14F | 36 | 39 |
| Octal | 314 | 126 | 210 | 0 | 72 | 41 | 24 | 517 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10001000 | 0 | 111010 | 100001 | 10100 | 101001111 | 110110 | 111001 |
Color Harmonies of #CC5688
Complementary color
Monochromatic Colors of #CC5688
Black with #CC5688
Text Example
Text Example
White with #CC5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5688; }
p { color: rgb(204,86,136); }
H1.HeaderClassName
{
color: #CC5688;
}
.AnyTagClassName
{
color: #CC5688;
}
</style>
background-color css
<style>
a { background-color: #CC5688; }
a { background-color: rgb(204,86,136); }
div.DivClassName
{
background-color: #CC5688;
}
.BgClassName
{
background-color: #CC5688;
}
</style>
border-color css
<style>
span { border-color: #CC5688; }
span { border-color: rgb(204,86,136); }
td.TdClassName
{
border-color: #CC5688;
}
.TagClassName
{
border-color: #CC5688;
}
</style>