Shades of Mulberry #CB5186
Tints of Mulberry #CB5186
RGB
CMYK
RGB Variations
Color information
#CB5186 (or 0xCB5186) is known color: Mulberry. HEX triplet: CB, 51 and 86. RGB value is (203,81,134). Sum of RGB (Red+Green+Blue) = 203+81+134=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5186 is #34AE79. Grayscale: #7B7B7B. Windows color (decimal): -3452538 or 8802763. OLE color: 8802763.
HSL color Cylindrical-coordinate representation of color #CB5186: hue angle of 333.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5186 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 134 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.20 |
| HSL | 333.93º | 0.54% | 0.56% | - |
| HSV(B) | 333.93º | 0.6% | 0.8% | - |
| XYZ | 31.87 | 20.3 | 24.79 | - |
| YUV | 123.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 134 | 0 | 0.60 | 0.34 | 0.20 | 333.93 | 0.54 | 0.56 |
| Hex | CB | 51 | 86 | 0 | 3C | 22 | 14 | 14E | 36 | 38 |
| Octal | 313 | 121 | 206 | 0 | 74 | 42 | 24 | 516 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10000110 | 0 | 111100 | 100010 | 10100 | 101001110 | 110110 | 111000 |
Color Harmonies of #CB5186
Complementary color
Monochromatic Colors of #CB5186
Black with #CB5186
Text Example
Text Example
White with #CB5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5186; }
p { color: rgb(203,81,134); }
H1.HeaderClassName
{
color: #CB5186;
}
.AnyTagClassName
{
color: #CB5186;
}
</style>
background-color css
<style>
a { background-color: #CB5186; }
a { background-color: rgb(203,81,134); }
div.DivClassName
{
background-color: #CB5186;
}
.BgClassName
{
background-color: #CB5186;
}
</style>
border-color css
<style>
span { border-color: #CB5186; }
span { border-color: rgb(203,81,134); }
td.TdClassName
{
border-color: #CB5186;
}
.TagClassName
{
border-color: #CB5186;
}
</style>