Shades of Mulberry #CB5584
Tints of Mulberry #CB5584
RGB
CMYK
RGB Variations
Color information
#CB5584 (or 0xCB5584) is known color: Mulberry. HEX triplet: CB, 55 and 84. RGB value is (203,85,132). Sum of RGB (Red+Green+Blue) = 203+85+132=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5584 is #34AA7B. Grayscale: #7D7D7D. Windows color (decimal): -3451516 or 8672715. OLE color: 8672715.
HSL color Cylindrical-coordinate representation of color #CB5584: hue angle of 336.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5584 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 132 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.20 |
| HSL | 336.1º | 0.53% | 0.56% | - |
| HSV(B) | 336.1º | 0.58% | 0.8% | - |
| XYZ | 32.04 | 20.86 | 24.17 | - |
| YUV | 125.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 132 | 0 | 0.58 | 0.35 | 0.20 | 336.1 | 0.53 | 0.56 |
| Hex | CB | 55 | 84 | 0 | 3A | 23 | 14 | 150 | 35 | 38 |
| Octal | 313 | 125 | 204 | 0 | 72 | 43 | 24 | 520 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10000100 | 0 | 111010 | 100011 | 10100 | 101010000 | 110101 | 111000 |
Color Harmonies of #CB5584
Complementary color
Monochromatic Colors of #CB5584
Black with #CB5584
Text Example
Text Example
White with #CB5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5584; }
p { color: rgb(203,85,132); }
H1.HeaderClassName
{
color: #CB5584;
}
.AnyTagClassName
{
color: #CB5584;
}
</style>
background-color css
<style>
a { background-color: #CB5584; }
a { background-color: rgb(203,85,132); }
div.DivClassName
{
background-color: #CB5584;
}
.BgClassName
{
background-color: #CB5584;
}
</style>
border-color css
<style>
span { border-color: #CB5584; }
span { border-color: rgb(203,85,132); }
td.TdClassName
{
border-color: #CB5584;
}
.TagClassName
{
border-color: #CB5584;
}
</style>