Shades of Mulberry #CB55A3
Tints of Mulberry #CB55A3
RGB
CMYK
RGB Variations
Color information
#CB55A3 (or 0xCB55A3) is known color: Mulberry. HEX triplet: CB, 55 and A3. RGB value is (203,85,163). Sum of RGB (Red+Green+Blue) = 203+85+163=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB55A3 is #34AA5C. Grayscale: #808080. Windows color (decimal): -3451485 or 10704331. OLE color: 10704331.
HSL color Cylindrical-coordinate representation of color #CB55A3: hue angle of 320.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB55A3 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 163 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.20 |
| HSL | 320.34º | 0.53% | 0.56% | - |
| HSV(B) | 320.34º | 0.58% | 0.8% | - |
| XYZ | 34.49 | 21.84 | 37.05 | - |
| YUV | 129.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 163 | 0 | 0.58 | 0.20 | 0.20 | 320.34 | 0.53 | 0.56 |
| Hex | CB | 55 | A3 | 0 | 3A | 14 | 14 | 140 | 35 | 38 |
| Octal | 313 | 125 | 243 | 0 | 72 | 24 | 24 | 500 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10100011 | 0 | 111010 | 10100 | 10100 | 101000000 | 110101 | 111000 |
Color Harmonies of #CB55A3
Complementary color
Monochromatic Colors of #CB55A3
Black with #CB55A3
Text Example
Text Example
White with #CB55A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55A3; }
p { color: rgb(203,85,163); }
H1.HeaderClassName
{
color: #CB55A3;
}
.AnyTagClassName
{
color: #CB55A3;
}
</style>
background-color css
<style>
a { background-color: #CB55A3; }
a { background-color: rgb(203,85,163); }
div.DivClassName
{
background-color: #CB55A3;
}
.BgClassName
{
background-color: #CB55A3;
}
</style>
border-color css
<style>
span { border-color: #CB55A3; }
span { border-color: rgb(203,85,163); }
td.TdClassName
{
border-color: #CB55A3;
}
.TagClassName
{
border-color: #CB55A3;
}
</style>