Shades of Mulberry #CC5690
Tints of Mulberry #CC5690
RGB
CMYK
RGB Variations
Color information
#CC5690 (or 0xCC5690) is known color: Mulberry. HEX triplet: CC, 56 and 90. RGB value is (204,86,144). Sum of RGB (Red+Green+Blue) = 204+86+144=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5690 is #33A96F. Grayscale: #7F7F7F. Windows color (decimal): -3385712 or 9459404. OLE color: 9459404.
HSL color Cylindrical-coordinate representation of color #CC5690: hue angle of 330.51º 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 #CC5690 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 144 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.2 |
| HSL | 330.51º | 0.54% | 0.57% | - |
| HSV(B) | 330.51º | 0.58% | 0.8% | - |
| XYZ | 33.26 | 21.51 | 28.78 | - |
| YUV | 127.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 144 | 0 | 0.58 | 0.29 | 0.2 | 330.51 | 0.54 | 0.57 |
| Hex | CC | 56 | 90 | 0 | 3A | 1D | 14 | 14B | 36 | 39 |
| Octal | 314 | 126 | 220 | 0 | 72 | 35 | 24 | 513 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10010000 | 0 | 111010 | 11101 | 10100 | 101001011 | 110110 | 111001 |
Color Harmonies of #CC5690
Complementary color
Monochromatic Colors of #CC5690
Black with #CC5690
Text Example
Text Example
White with #CC5690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5690; }
p { color: rgb(204,86,144); }
H1.HeaderClassName
{
color: #CC5690;
}
.AnyTagClassName
{
color: #CC5690;
}
</style>
background-color css
<style>
a { background-color: #CC5690; }
a { background-color: rgb(204,86,144); }
div.DivClassName
{
background-color: #CC5690;
}
.BgClassName
{
background-color: #CC5690;
}
</style>
border-color css
<style>
span { border-color: #CC5690; }
span { border-color: rgb(204,86,144); }
td.TdClassName
{
border-color: #CC5690;
}
.TagClassName
{
border-color: #CC5690;
}
</style>