Shades of Mulberry #CC5BA0
Tints of Mulberry #CC5BA0
RGB
CMYK
RGB Variations
Color information
#CC5BA0 (or 0xCC5BA0) is known color: Mulberry. HEX triplet: CC, 5B and A0. RGB value is (204,91,160). Sum of RGB (Red+Green+Blue) = 204+91+160=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BA0 is #33A45F. Grayscale: #848484. Windows color (decimal): -3384416 or 10509260. OLE color: 10509260.
HSL color Cylindrical-coordinate representation of color #CC5BA0: hue angle of 323.36º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5BA0 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 160 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.2 |
| HSL | 323.36º | 0.53% | 0.58% | - |
| HSV(B) | 323.36º | 0.55% | 0.8% | - |
| XYZ | 34.99 | 22.86 | 35.83 | - |
| YUV | 132.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 160 | 0 | 0.55 | 0.22 | 0.2 | 323.36 | 0.53 | 0.58 |
| Hex | CC | 5B | A0 | 0 | 37 | 16 | 14 | 143 | 35 | 3A |
| Octal | 314 | 133 | 240 | 0 | 67 | 26 | 24 | 503 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10100000 | 0 | 110111 | 10110 | 10100 | 101000011 | 110101 | 111010 |
Color Harmonies of #CC5BA0
Complementary color
Monochromatic Colors of #CC5BA0
Black with #CC5BA0
Text Example
Text Example
White with #CC5BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BA0; }
p { color: rgb(204,91,160); }
H1.HeaderClassName
{
color: #CC5BA0;
}
.AnyTagClassName
{
color: #CC5BA0;
}
</style>
background-color css
<style>
a { background-color: #CC5BA0; }
a { background-color: rgb(204,91,160); }
div.DivClassName
{
background-color: #CC5BA0;
}
.BgClassName
{
background-color: #CC5BA0;
}
</style>
border-color css
<style>
span { border-color: #CC5BA0; }
span { border-color: rgb(204,91,160); }
td.TdClassName
{
border-color: #CC5BA0;
}
.TagClassName
{
border-color: #CC5BA0;
}
</style>