Shades of Mulberry #CB5990
Tints of Mulberry #CB5990
RGB
CMYK
RGB Variations
Color information
#CB5990 (or 0xCB5990) is known color: Mulberry. HEX triplet: CB, 59 and 90. RGB value is (203,89,144). Sum of RGB (Red+Green+Blue) = 203+89+144=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5990 is #34A66F. Grayscale: #818181. Windows color (decimal): -3450480 or 9460171. OLE color: 9460171.
HSL color Cylindrical-coordinate representation of color #CB5990: hue angle of 331.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5990 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 144 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.20 |
| HSL | 331.05º | 0.52% | 0.57% | - |
| HSV(B) | 331.05º | 0.56% | 0.8% | - |
| XYZ | 33.24 | 21.85 | 28.85 | - |
| YUV | 129.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 144 | 0 | 0.56 | 0.29 | 0.20 | 331.05 | 0.52 | 0.57 |
| Hex | CB | 59 | 90 | 0 | 38 | 1D | 14 | 14B | 34 | 39 |
| Octal | 313 | 131 | 220 | 0 | 70 | 35 | 24 | 513 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10010000 | 0 | 111000 | 11101 | 10100 | 101001011 | 110100 | 111001 |
Color Harmonies of #CB5990
Complementary color
Monochromatic Colors of #CB5990
Black with #CB5990
Text Example
Text Example
White with #CB5990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5990; }
p { color: rgb(203,89,144); }
H1.HeaderClassName
{
color: #CB5990;
}
.AnyTagClassName
{
color: #CB5990;
}
</style>
background-color css
<style>
a { background-color: #CB5990; }
a { background-color: rgb(203,89,144); }
div.DivClassName
{
background-color: #CB5990;
}
.BgClassName
{
background-color: #CB5990;
}
</style>
border-color css
<style>
span { border-color: #CB5990; }
span { border-color: rgb(203,89,144); }
td.TdClassName
{
border-color: #CB5990;
}
.TagClassName
{
border-color: #CB5990;
}
</style>