Shades of Mulberry #CB5587
Tints of Mulberry #CB5587
RGB
CMYK
RGB Variations
Color information
#CB5587 (or 0xCB5587) is known color: Mulberry. HEX triplet: CB, 55 and 87. RGB value is (203,85,135). Sum of RGB (Red+Green+Blue) = 203+85+135=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5587 is #34AA78. Grayscale: #7D7D7D. Windows color (decimal): -3451513 or 8869323. OLE color: 8869323.
HSL color Cylindrical-coordinate representation of color #CB5587: hue angle of 334.58º 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 #CB5587 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 135 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.20 |
| HSL | 334.58º | 0.53% | 0.56% | - |
| HSV(B) | 334.58º | 0.58% | 0.8% | - |
| XYZ | 32.25 | 20.94 | 25.26 | - |
| YUV | 125.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 135 | 0 | 0.58 | 0.33 | 0.20 | 334.58 | 0.53 | 0.56 |
| Hex | CB | 55 | 87 | 0 | 3A | 21 | 14 | 14F | 35 | 38 |
| Octal | 313 | 125 | 207 | 0 | 72 | 41 | 24 | 517 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10000111 | 0 | 111010 | 100001 | 10100 | 101001111 | 110101 | 111000 |
Color Harmonies of #CB5587
Complementary color
Monochromatic Colors of #CB5587
Black with #CB5587
Text Example
Text Example
White with #CB5587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5587; }
p { color: rgb(203,85,135); }
H1.HeaderClassName
{
color: #CB5587;
}
.AnyTagClassName
{
color: #CB5587;
}
</style>
background-color css
<style>
a { background-color: #CB5587; }
a { background-color: rgb(203,85,135); }
div.DivClassName
{
background-color: #CB5587;
}
.BgClassName
{
background-color: #CB5587;
}
</style>
border-color css
<style>
span { border-color: #CB5587; }
span { border-color: rgb(203,85,135); }
td.TdClassName
{
border-color: #CB5587;
}
.TagClassName
{
border-color: #CB5587;
}
</style>