Shades of Mulberry #CB5285
Tints of Mulberry #CB5285
RGB
CMYK
RGB Variations
Color information
#CB5285 (or 0xCB5285) is known color: Mulberry. HEX triplet: CB, 52 and 85. RGB value is (203,82,133). Sum of RGB (Red+Green+Blue) = 203+82+133=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5285 is #34AD7A. Grayscale: #7B7B7B. Windows color (decimal): -3452283 or 8737483. OLE color: 8737483.
HSL color Cylindrical-coordinate representation of color #CB5285: hue angle of 334.71º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5285 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 133 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.20 |
| HSL | 334.71º | 0.54% | 0.56% | - |
| HSV(B) | 334.71º | 0.6% | 0.8% | - |
| XYZ | 31.88 | 20.42 | 24.45 | - |
| YUV | 123.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 133 | 0 | 0.60 | 0.34 | 0.20 | 334.71 | 0.54 | 0.56 |
| Hex | CB | 52 | 85 | 0 | 3C | 22 | 14 | 14F | 36 | 38 |
| Octal | 313 | 122 | 205 | 0 | 74 | 42 | 24 | 517 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10000101 | 0 | 111100 | 100010 | 10100 | 101001111 | 110110 | 111000 |
Color Harmonies of #CB5285
Complementary color
Monochromatic Colors of #CB5285
Black with #CB5285
Text Example
Text Example
White with #CB5285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5285; }
p { color: rgb(203,82,133); }
H1.HeaderClassName
{
color: #CB5285;
}
.AnyTagClassName
{
color: #CB5285;
}
</style>
background-color css
<style>
a { background-color: #CB5285; }
a { background-color: rgb(203,82,133); }
div.DivClassName
{
background-color: #CB5285;
}
.BgClassName
{
background-color: #CB5285;
}
</style>
border-color css
<style>
span { border-color: #CB5285; }
span { border-color: rgb(203,82,133); }
td.TdClassName
{
border-color: #CB5285;
}
.TagClassName
{
border-color: #CB5285;
}
</style>