Shades of Mulberry #CB5287
Tints of Mulberry #CB5287
RGB
CMYK
RGB Variations
Color information
#CB5287 (or 0xCB5287) is known color: Mulberry. HEX triplet: CB, 52 and 87. RGB value is (203,82,135). Sum of RGB (Red+Green+Blue) = 203+82+135=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5287 is #34AD78. Grayscale: #7C7C7C. Windows color (decimal): -3452281 or 8868555. OLE color: 8868555.
HSL color Cylindrical-coordinate representation of color #CB5287: hue angle of 333.72º 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 #CB5287 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 135 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.20 |
| HSL | 333.72º | 0.54% | 0.56% | - |
| HSV(B) | 333.72º | 0.6% | 0.8% | - |
| XYZ | 32.02 | 20.48 | 25.19 | - |
| YUV | 124.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 135 | 0 | 0.60 | 0.33 | 0.20 | 333.72 | 0.54 | 0.56 |
| Hex | CB | 52 | 87 | 0 | 3C | 21 | 14 | 14E | 36 | 38 |
| Octal | 313 | 122 | 207 | 0 | 74 | 41 | 24 | 516 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10000111 | 0 | 111100 | 100001 | 10100 | 101001110 | 110110 | 111000 |
Color Harmonies of #CB5287
Complementary color
Monochromatic Colors of #CB5287
Black with #CB5287
Text Example
Text Example
White with #CB5287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5287; }
p { color: rgb(203,82,135); }
H1.HeaderClassName
{
color: #CB5287;
}
.AnyTagClassName
{
color: #CB5287;
}
</style>
background-color css
<style>
a { background-color: #CB5287; }
a { background-color: rgb(203,82,135); }
div.DivClassName
{
background-color: #CB5287;
}
.BgClassName
{
background-color: #CB5287;
}
</style>
border-color css
<style>
span { border-color: #CB5287; }
span { border-color: rgb(203,82,135); }
td.TdClassName
{
border-color: #CB5287;
}
.TagClassName
{
border-color: #CB5287;
}
</style>