Shades of Mulberry #CB5187
Tints of Mulberry #CB5187
RGB
CMYK
RGB Variations
Color information
#CB5187 (or 0xCB5187) is known color: Mulberry. HEX triplet: CB, 51 and 87. RGB value is (203,81,135). Sum of RGB (Red+Green+Blue) = 203+81+135=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5187 is #34AE78. Grayscale: #7B7B7B. Windows color (decimal): -3452537 or 8868299. OLE color: 8868299.
HSL color Cylindrical-coordinate representation of color #CB5187: hue angle of 333.44º 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 #CB5187 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 135 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.20 |
| HSL | 333.44º | 0.54% | 0.56% | - |
| HSV(B) | 333.44º | 0.6% | 0.8% | - |
| XYZ | 31.94 | 20.33 | 25.16 | - |
| YUV | 123.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 135 | 0 | 0.60 | 0.33 | 0.20 | 333.44 | 0.54 | 0.56 |
| Hex | CB | 51 | 87 | 0 | 3C | 21 | 14 | 14D | 36 | 38 |
| Octal | 313 | 121 | 207 | 0 | 74 | 41 | 24 | 515 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10000111 | 0 | 111100 | 100001 | 10100 | 101001101 | 110110 | 111000 |
Color Harmonies of #CB5187
Complementary color
Monochromatic Colors of #CB5187
Black with #CB5187
Text Example
Text Example
White with #CB5187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5187; }
p { color: rgb(203,81,135); }
H1.HeaderClassName
{
color: #CB5187;
}
.AnyTagClassName
{
color: #CB5187;
}
</style>
background-color css
<style>
a { background-color: #CB5187; }
a { background-color: rgb(203,81,135); }
div.DivClassName
{
background-color: #CB5187;
}
.BgClassName
{
background-color: #CB5187;
}
</style>
border-color css
<style>
span { border-color: #CB5187; }
span { border-color: rgb(203,81,135); }
td.TdClassName
{
border-color: #CB5187;
}
.TagClassName
{
border-color: #CB5187;
}
</style>