Shades of Mulberry #CB5389
Tints of Mulberry #CB5389
RGB
CMYK
RGB Variations
Color information
#CB5389 (or 0xCB5389) is known color: Mulberry. HEX triplet: CB, 53 and 89. RGB value is (203,83,137). Sum of RGB (Red+Green+Blue) = 203+83+137=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5389 is #34AC76. Grayscale: #7C7C7C. Windows color (decimal): -3452023 or 8999883. OLE color: 8999883.
HSL color Cylindrical-coordinate representation of color #CB5389: hue angle of 333º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5389 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 137 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.20 |
| HSL | 333º | 0.54% | 0.56% | - |
| HSV(B) | 333º | 0.59% | 0.8% | - |
| XYZ | 32.24 | 20.69 | 25.96 | - |
| YUV | 125.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 137 | 0 | 0.59 | 0.33 | 0.20 | 333 | 0.54 | 0.56 |
| Hex | CB | 53 | 89 | 0 | 3B | 21 | 14 | 14D | 36 | 38 |
| Octal | 313 | 123 | 211 | 0 | 73 | 41 | 24 | 515 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10001001 | 0 | 111011 | 100001 | 10100 | 101001101 | 110110 | 111000 |
Color Harmonies of #CB5389
Complementary color
Monochromatic Colors of #CB5389
Black with #CB5389
Text Example
Text Example
White with #CB5389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5389; }
p { color: rgb(203,83,137); }
H1.HeaderClassName
{
color: #CB5389;
}
.AnyTagClassName
{
color: #CB5389;
}
</style>
background-color css
<style>
a { background-color: #CB5389; }
a { background-color: rgb(203,83,137); }
div.DivClassName
{
background-color: #CB5389;
}
.BgClassName
{
background-color: #CB5389;
}
</style>
border-color css
<style>
span { border-color: #CB5389; }
span { border-color: rgb(203,83,137); }
td.TdClassName
{
border-color: #CB5389;
}
.TagClassName
{
border-color: #CB5389;
}
</style>