Shades of Mulberry #CB5485
Tints of Mulberry #CB5485
RGB
CMYK
RGB Variations
Color information
#CB5485 (or 0xCB5485) is known color: Mulberry. HEX triplet: CB, 54 and 85. RGB value is (203,84,133). Sum of RGB (Red+Green+Blue) = 203+84+133=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5485 is #34AB7A. Grayscale: #7D7D7D. Windows color (decimal): -3451771 or 8737995. OLE color: 8737995.
HSL color Cylindrical-coordinate representation of color #CB5485: hue angle of 335.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5485 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 133 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.20 |
| HSL | 335.29º | 0.53% | 0.56% | - |
| HSV(B) | 335.29º | 0.59% | 0.8% | - |
| XYZ | 32.03 | 20.73 | 24.5 | - |
| YUV | 125.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 133 | 0 | 0.59 | 0.34 | 0.20 | 335.29 | 0.53 | 0.56 |
| Hex | CB | 54 | 85 | 0 | 3B | 22 | 14 | 14F | 35 | 38 |
| Octal | 313 | 124 | 205 | 0 | 73 | 42 | 24 | 517 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10000101 | 0 | 111011 | 100010 | 10100 | 101001111 | 110101 | 111000 |
Color Harmonies of #CB5485
Complementary color
Monochromatic Colors of #CB5485
Black with #CB5485
Text Example
Text Example
White with #CB5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5485; }
p { color: rgb(203,84,133); }
H1.HeaderClassName
{
color: #CB5485;
}
.AnyTagClassName
{
color: #CB5485;
}
</style>
background-color css
<style>
a { background-color: #CB5485; }
a { background-color: rgb(203,84,133); }
div.DivClassName
{
background-color: #CB5485;
}
.BgClassName
{
background-color: #CB5485;
}
</style>
border-color css
<style>
span { border-color: #CB5485; }
span { border-color: rgb(203,84,133); }
td.TdClassName
{
border-color: #CB5485;
}
.TagClassName
{
border-color: #CB5485;
}
</style>