Shades of Mulberry #CB5585
Tints of Mulberry #CB5585
RGB
CMYK
RGB Variations
Color information
#CB5585 (or 0xCB5585) is known color: Mulberry. HEX triplet: CB, 55 and 85. RGB value is (203,85,133). Sum of RGB (Red+Green+Blue) = 203+85+133=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5585 is #34AA7A. Grayscale: #7D7D7D. Windows color (decimal): -3451515 or 8738251. OLE color: 8738251.
HSL color Cylindrical-coordinate representation of color #CB5585: hue angle of 335.59º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5585 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 133 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.20 |
| HSL | 335.59º | 0.53% | 0.56% | - |
| HSV(B) | 335.59º | 0.58% | 0.8% | - |
| XYZ | 32.11 | 20.89 | 24.53 | - |
| YUV | 125.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 133 | 0 | 0.58 | 0.34 | 0.20 | 335.59 | 0.53 | 0.56 |
| Hex | CB | 55 | 85 | 0 | 3A | 22 | 14 | 150 | 35 | 38 |
| Octal | 313 | 125 | 205 | 0 | 72 | 42 | 24 | 520 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10000101 | 0 | 111010 | 100010 | 10100 | 101010000 | 110101 | 111000 |
Color Harmonies of #CB5585
Complementary color
Monochromatic Colors of #CB5585
Black with #CB5585
Text Example
Text Example
White with #CB5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5585; }
p { color: rgb(203,85,133); }
H1.HeaderClassName
{
color: #CB5585;
}
.AnyTagClassName
{
color: #CB5585;
}
</style>
background-color css
<style>
a { background-color: #CB5585; }
a { background-color: rgb(203,85,133); }
div.DivClassName
{
background-color: #CB5585;
}
.BgClassName
{
background-color: #CB5585;
}
</style>
border-color css
<style>
span { border-color: #CB5585; }
span { border-color: rgb(203,85,133); }
td.TdClassName
{
border-color: #CB5585;
}
.TagClassName
{
border-color: #CB5585;
}
</style>