Shades of Mulberry #CB4BA0
Tints of Mulberry #CB4BA0
RGB
CMYK
RGB Variations
Color information
#CB4BA0 (or 0xCB4BA0) is known color: Mulberry. HEX triplet: CB, 4B and A0. RGB value is (203,75,160). Sum of RGB (Red+Green+Blue) = 203+75+160=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4BA0 is #34B45F. Grayscale: #7A7A7A. Windows color (decimal): -3454048 or 10505163. OLE color: 10505163.
HSL color Cylindrical-coordinate representation of color #CB4BA0: hue angle of 320.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4BA0 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 160 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.20 |
| HSL | 320.16º | 0.55% | 0.55% | - |
| HSV(B) | 320.16º | 0.63% | 0.8% | - |
| XYZ | 33.49 | 20.27 | 35.4 | - |
| YUV | 122.96 | 148.91 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 160 | 0 | 0.63 | 0.21 | 0.20 | 320.16 | 0.55 | 0.55 |
| Hex | CB | 4B | A0 | 0 | 3F | 15 | 14 | 140 | 37 | 37 |
| Octal | 313 | 113 | 240 | 0 | 77 | 25 | 24 | 500 | 67 | 67 |
| Binary | 11001011 | 1001011 | 10100000 | 0 | 111111 | 10101 | 10100 | 101000000 | 110111 | 110111 |
Color Harmonies of #CB4BA0
Complementary color
Monochromatic Colors of #CB4BA0
Black with #CB4BA0
Text Example
Text Example
White with #CB4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BA0; }
p { color: rgb(203,75,160); }
H1.HeaderClassName
{
color: #CB4BA0;
}
.AnyTagClassName
{
color: #CB4BA0;
}
</style>
background-color css
<style>
a { background-color: #CB4BA0; }
a { background-color: rgb(203,75,160); }
div.DivClassName
{
background-color: #CB4BA0;
}
.BgClassName
{
background-color: #CB4BA0;
}
</style>
border-color css
<style>
span { border-color: #CB4BA0; }
span { border-color: rgb(203,75,160); }
td.TdClassName
{
border-color: #CB4BA0;
}
.TagClassName
{
border-color: #CB4BA0;
}
</style>