Shades of Mulberry #CB5791
Tints of Mulberry #CB5791
RGB
CMYK
RGB Variations
Color information
#CB5791 (or 0xCB5791) is known color: Mulberry. HEX triplet: CB, 57 and 91. RGB value is (203,87,145). Sum of RGB (Red+Green+Blue) = 203+87+145=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5791 is #34A86E. Grayscale: #808080. Windows color (decimal): -3450991 or 9525195. OLE color: 9525195.
HSL color Cylindrical-coordinate representation of color #CB5791: hue angle of 330º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5791 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 145 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.20 |
| HSL | 330º | 0.53% | 0.57% | - |
| HSV(B) | 330º | 0.57% | 0.8% | - |
| XYZ | 33.15 | 21.56 | 29.2 | - |
| YUV | 128.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 145 | 0 | 0.57 | 0.29 | 0.20 | 330 | 0.53 | 0.57 |
| Hex | CB | 57 | 91 | 0 | 39 | 1D | 14 | 14A | 35 | 39 |
| Octal | 313 | 127 | 221 | 0 | 71 | 35 | 24 | 512 | 65 | 71 |
| Binary | 11001011 | 1010111 | 10010001 | 0 | 111001 | 11101 | 10100 | 101001010 | 110101 | 111001 |
Color Harmonies of #CB5791
Complementary color
Monochromatic Colors of #CB5791
Black with #CB5791
Text Example
Text Example
White with #CB5791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5791; }
p { color: rgb(203,87,145); }
H1.HeaderClassName
{
color: #CB5791;
}
.AnyTagClassName
{
color: #CB5791;
}
</style>
background-color css
<style>
a { background-color: #CB5791; }
a { background-color: rgb(203,87,145); }
div.DivClassName
{
background-color: #CB5791;
}
.BgClassName
{
background-color: #CB5791;
}
</style>
border-color css
<style>
span { border-color: #CB5791; }
span { border-color: rgb(203,87,145); }
td.TdClassName
{
border-color: #CB5791;
}
.TagClassName
{
border-color: #CB5791;
}
</style>