Shades of Mulberry #CB5386
Tints of Mulberry #CB5386
RGB
CMYK
RGB Variations
Color information
#CB5386 (or 0xCB5386) is known color: Mulberry. HEX triplet: CB, 53 and 86. RGB value is (203,83,134). Sum of RGB (Red+Green+Blue) = 203+83+134=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5386 is #34AC79. Grayscale: #7C7C7C. Windows color (decimal): -3452026 or 8803275. OLE color: 8803275.
HSL color Cylindrical-coordinate representation of color #CB5386: hue angle of 334.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5386 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 134 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.20 |
| HSL | 334.5º | 0.54% | 0.56% | - |
| HSV(B) | 334.5º | 0.59% | 0.8% | - |
| XYZ | 32.02 | 20.6 | 24.84 | - |
| YUV | 124.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 134 | 0 | 0.59 | 0.34 | 0.20 | 334.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 86 | 0 | 3B | 22 | 14 | 14E | 36 | 38 |
| Octal | 313 | 123 | 206 | 0 | 73 | 42 | 24 | 516 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10000110 | 0 | 111011 | 100010 | 10100 | 101001110 | 110110 | 111000 |
Color Harmonies of #CB5386
Complementary color
Monochromatic Colors of #CB5386
Black with #CB5386
Text Example
Text Example
White with #CB5386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5386; }
p { color: rgb(203,83,134); }
H1.HeaderClassName
{
color: #CB5386;
}
.AnyTagClassName
{
color: #CB5386;
}
</style>
background-color css
<style>
a { background-color: #CB5386; }
a { background-color: rgb(203,83,134); }
div.DivClassName
{
background-color: #CB5386;
}
.BgClassName
{
background-color: #CB5386;
}
</style>
border-color css
<style>
span { border-color: #CB5386; }
span { border-color: rgb(203,83,134); }
td.TdClassName
{
border-color: #CB5386;
}
.TagClassName
{
border-color: #CB5386;
}
</style>