Shades of Mulberry #CB5BA1
Tints of Mulberry #CB5BA1
RGB
CMYK
RGB Variations
Color information
#CB5BA1 (or 0xCB5BA1) is known color: Mulberry. HEX triplet: CB, 5B and A1. RGB value is (203,91,161). Sum of RGB (Red+Green+Blue) = 203+91+161=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BA1 is #34A45E. Grayscale: #848484. Windows color (decimal): -3449951 or 10574795. OLE color: 10574795.
HSL color Cylindrical-coordinate representation of color #CB5BA1: hue angle of 322.5º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5BA1 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 161 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.20 |
| HSL | 322.5º | 0.52% | 0.58% | - |
| HSV(B) | 322.5º | 0.55% | 0.8% | - |
| XYZ | 34.8 | 22.75 | 36.28 | - |
| YUV | 132.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 161 | 0 | 0.55 | 0.21 | 0.20 | 322.5 | 0.52 | 0.58 |
| Hex | CB | 5B | A1 | 0 | 37 | 15 | 14 | 142 | 34 | 3A |
| Octal | 313 | 133 | 241 | 0 | 67 | 25 | 24 | 502 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10100001 | 0 | 110111 | 10101 | 10100 | 101000010 | 110100 | 111010 |
Color Harmonies of #CB5BA1
Complementary color
Monochromatic Colors of #CB5BA1
Black with #CB5BA1
Text Example
Text Example
White with #CB5BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BA1; }
p { color: rgb(203,91,161); }
H1.HeaderClassName
{
color: #CB5BA1;
}
.AnyTagClassName
{
color: #CB5BA1;
}
</style>
background-color css
<style>
a { background-color: #CB5BA1; }
a { background-color: rgb(203,91,161); }
div.DivClassName
{
background-color: #CB5BA1;
}
.BgClassName
{
background-color: #CB5BA1;
}
</style>
border-color css
<style>
span { border-color: #CB5BA1; }
span { border-color: rgb(203,91,161); }
td.TdClassName
{
border-color: #CB5BA1;
}
.TagClassName
{
border-color: #CB5BA1;
}
</style>