Shades of Mulberry #CB5084
Tints of Mulberry #CB5084
RGB
CMYK
RGB Variations
Color information
#CB5084 (or 0xCB5084) is known color: Mulberry. HEX triplet: CB, 50 and 84. RGB value is (203,80,132). Sum of RGB (Red+Green+Blue) = 203+80+132=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5084 is #34AF7B. Grayscale: #7A7A7A. Windows color (decimal): -3452796 or 8671435. OLE color: 8671435.
HSL color Cylindrical-coordinate representation of color #CB5084: hue angle of 334.63º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5084 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 132 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.20 |
| HSL | 334.63º | 0.54% | 0.55% | - |
| HSV(B) | 334.63º | 0.61% | 0.8% | - |
| XYZ | 31.66 | 20.1 | 24.04 | - |
| YUV | 122.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 132 | 0 | 0.61 | 0.35 | 0.20 | 334.63 | 0.54 | 0.55 |
| Hex | CB | 50 | 84 | 0 | 3D | 23 | 14 | 14F | 36 | 37 |
| Octal | 313 | 120 | 204 | 0 | 75 | 43 | 24 | 517 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10000100 | 0 | 111101 | 100011 | 10100 | 101001111 | 110110 | 110111 |
Color Harmonies of #CB5084
Complementary color
Monochromatic Colors of #CB5084
Black with #CB5084
Text Example
Text Example
White with #CB5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5084; }
p { color: rgb(203,80,132); }
H1.HeaderClassName
{
color: #CB5084;
}
.AnyTagClassName
{
color: #CB5084;
}
</style>
background-color css
<style>
a { background-color: #CB5084; }
a { background-color: rgb(203,80,132); }
div.DivClassName
{
background-color: #CB5084;
}
.BgClassName
{
background-color: #CB5084;
}
</style>
border-color css
<style>
span { border-color: #CB5084; }
span { border-color: rgb(203,80,132); }
td.TdClassName
{
border-color: #CB5084;
}
.TagClassName
{
border-color: #CB5084;
}
</style>