Shades of Mulberry #CB46A0
Tints of Mulberry #CB46A0
RGB
CMYK
RGB Variations
Color information
#CB46A0 (or 0xCB46A0) is known color: Mulberry. HEX triplet: CB, 46 and A0. RGB value is (203,70,160). Sum of RGB (Red+Green+Blue) = 203+70+160=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46A0 is #34B95F. Grayscale: #777777. Windows color (decimal): -3455328 or 10503883. OLE color: 10503883.
HSL color Cylindrical-coordinate representation of color #CB46A0: hue angle of 319.4º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46A0 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 160 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.20 |
| HSL | 319.4º | 0.56% | 0.54% | - |
| HSV(B) | 319.4º | 0.66% | 0.8% | - |
| XYZ | 33.16 | 19.61 | 35.3 | - |
| YUV | 120.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 160 | 0 | 0.66 | 0.21 | 0.20 | 319.4 | 0.56 | 0.54 |
| Hex | CB | 46 | A0 | 0 | 42 | 15 | 14 | 13F | 38 | 36 |
| Octal | 313 | 106 | 240 | 0 | 102 | 25 | 24 | 477 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10100000 | 0 | 1000010 | 10101 | 10100 | 100111111 | 111000 | 110110 |
Color Harmonies of #CB46A0
Complementary color
Monochromatic Colors of #CB46A0
Black with #CB46A0
Text Example
Text Example
White with #CB46A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46A0; }
p { color: rgb(203,70,160); }
H1.HeaderClassName
{
color: #CB46A0;
}
.AnyTagClassName
{
color: #CB46A0;
}
</style>
background-color css
<style>
a { background-color: #CB46A0; }
a { background-color: rgb(203,70,160); }
div.DivClassName
{
background-color: #CB46A0;
}
.BgClassName
{
background-color: #CB46A0;
}
</style>
border-color css
<style>
span { border-color: #CB46A0; }
span { border-color: rgb(203,70,160); }
td.TdClassName
{
border-color: #CB46A0;
}
.TagClassName
{
border-color: #CB46A0;
}
</style>