Shades of Mulberry #CC5583
Tints of Mulberry #CC5583
RGB
CMYK
RGB Variations
Color information
#CC5583 (or 0xCC5583) is known color: Mulberry. HEX triplet: CC, 55 and 83. RGB value is (204,85,131). Sum of RGB (Red+Green+Blue) = 204+85+131=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5583 is #33AA7C. Grayscale: #7D7D7D. Windows color (decimal): -3385981 or 8607180. OLE color: 8607180.
HSL color Cylindrical-coordinate representation of color #CC5583: hue angle of 336.81º 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 #CC5583 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 131 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.2 |
| HSL | 336.81º | 0.54% | 0.57% | - |
| HSV(B) | 336.81º | 0.58% | 0.8% | - |
| XYZ | 32.25 | 20.97 | 23.82 | - |
| YUV | 125.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 131 | 0 | 0.58 | 0.36 | 0.2 | 336.81 | 0.54 | 0.57 |
| Hex | CC | 55 | 83 | 0 | 3A | 24 | 14 | 151 | 36 | 39 |
| Octal | 314 | 125 | 203 | 0 | 72 | 44 | 24 | 521 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10000011 | 0 | 111010 | 100100 | 10100 | 101010001 | 110110 | 111001 |
Color Harmonies of #CC5583
Complementary color
Monochromatic Colors of #CC5583
Black with #CC5583
Text Example
Text Example
White with #CC5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5583; }
p { color: rgb(204,85,131); }
H1.HeaderClassName
{
color: #CC5583;
}
.AnyTagClassName
{
color: #CC5583;
}
</style>
background-color css
<style>
a { background-color: #CC5583; }
a { background-color: rgb(204,85,131); }
div.DivClassName
{
background-color: #CC5583;
}
.BgClassName
{
background-color: #CC5583;
}
</style>
border-color css
<style>
span { border-color: #CC5583; }
span { border-color: rgb(204,85,131); }
td.TdClassName
{
border-color: #CC5583;
}
.TagClassName
{
border-color: #CC5583;
}
</style>