Shades of Mulberry #CB4086
Tints of Mulberry #CB4086
RGB
CMYK
RGB Variations
Color information
#CB4086 (or 0xCB4086) is known color: Mulberry. HEX triplet: CB, 40 and 86. RGB value is (203,64,134). Sum of RGB (Red+Green+Blue) = 203+64+134=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4086 is #34BF79. Grayscale: #717171. Windows color (decimal): -3456890 or 8798411. OLE color: 8798411.
HSL color Cylindrical-coordinate representation of color #CB4086: hue angle of 329.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4086 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 134 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.20 |
| HSL | 329.78º | 0.57% | 0.52% | - |
| HSV(B) | 329.78º | 0.68% | 0.8% | - |
| XYZ | 30.77 | 18.08 | 24.42 | - |
| YUV | 113.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 134 | 0 | 0.68 | 0.34 | 0.20 | 329.78 | 0.57 | 0.52 |
| Hex | CB | 40 | 86 | 0 | 44 | 22 | 14 | 14A | 39 | 34 |
| Octal | 313 | 100 | 206 | 0 | 104 | 42 | 24 | 512 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10000110 | 0 | 1000100 | 100010 | 10100 | 101001010 | 111001 | 110100 |
Color Harmonies of #CB4086
Complementary color
Monochromatic Colors of #CB4086
Black with #CB4086
Text Example
Text Example
White with #CB4086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4086; }
p { color: rgb(203,64,134); }
H1.HeaderClassName
{
color: #CB4086;
}
.AnyTagClassName
{
color: #CB4086;
}
</style>
background-color css
<style>
a { background-color: #CB4086; }
a { background-color: rgb(203,64,134); }
div.DivClassName
{
background-color: #CB4086;
}
.BgClassName
{
background-color: #CB4086;
}
</style>
border-color css
<style>
span { border-color: #CB4086; }
span { border-color: rgb(203,64,134); }
td.TdClassName
{
border-color: #CB4086;
}
.TagClassName
{
border-color: #CB4086;
}
</style>