Shades of Mulberry #CB4286
Tints of Mulberry #CB4286
RGB
CMYK
RGB Variations
Color information
#CB4286 (or 0xCB4286) is known color: Mulberry. HEX triplet: CB, 42 and 86. RGB value is (203,66,134). Sum of RGB (Red+Green+Blue) = 203+66+134=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4286 is #34BD79. Grayscale: #727272. Windows color (decimal): -3456378 or 8798923. OLE color: 8798923.
HSL color Cylindrical-coordinate representation of color #CB4286: hue angle of 330.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4286 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 134 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.20 |
| HSL | 330.22º | 0.57% | 0.53% | - |
| HSV(B) | 330.22º | 0.67% | 0.8% | - |
| XYZ | 30.88 | 18.31 | 24.46 | - |
| YUV | 114.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 134 | 0 | 0.67 | 0.34 | 0.20 | 330.22 | 0.57 | 0.53 |
| Hex | CB | 42 | 86 | 0 | 43 | 22 | 14 | 14A | 39 | 35 |
| Octal | 313 | 102 | 206 | 0 | 103 | 42 | 24 | 512 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10000110 | 0 | 1000011 | 100010 | 10100 | 101001010 | 111001 | 110101 |
Color Harmonies of #CB4286
Complementary color
Monochromatic Colors of #CB4286
Black with #CB4286
Text Example
Text Example
White with #CB4286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4286; }
p { color: rgb(203,66,134); }
H1.HeaderClassName
{
color: #CB4286;
}
.AnyTagClassName
{
color: #CB4286;
}
</style>
background-color css
<style>
a { background-color: #CB4286; }
a { background-color: rgb(203,66,134); }
div.DivClassName
{
background-color: #CB4286;
}
.BgClassName
{
background-color: #CB4286;
}
</style>
border-color css
<style>
span { border-color: #CB4286; }
span { border-color: rgb(203,66,134); }
td.TdClassName
{
border-color: #CB4286;
}
.TagClassName
{
border-color: #CB4286;
}
</style>