Shades of Mulberry #CB5582
Tints of Mulberry #CB5582
RGB
CMYK
RGB Variations
Color information
#CB5582 (or 0xCB5582) is known color: Mulberry. HEX triplet: CB, 55 and 82. RGB value is (203,85,130). Sum of RGB (Red+Green+Blue) = 203+85+130=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5582 is #34AA7D. Grayscale: #7D7D7D. Windows color (decimal): -3451518 or 8541643. OLE color: 8541643.
HSL color Cylindrical-coordinate representation of color #CB5582: hue angle of 337.12º 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 #CB5582 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 130 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.20 |
| HSL | 337.12º | 0.53% | 0.56% | - |
| HSV(B) | 337.12º | 0.58% | 0.8% | - |
| XYZ | 31.91 | 20.81 | 23.45 | - |
| YUV | 125.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 130 | 0 | 0.58 | 0.36 | 0.20 | 337.12 | 0.53 | 0.56 |
| Hex | CB | 55 | 82 | 0 | 3A | 24 | 14 | 151 | 35 | 38 |
| Octal | 313 | 125 | 202 | 0 | 72 | 44 | 24 | 521 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10000010 | 0 | 111010 | 100100 | 10100 | 101010001 | 110101 | 111000 |
Color Harmonies of #CB5582
Complementary color
Monochromatic Colors of #CB5582
Black with #CB5582
Text Example
Text Example
White with #CB5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5582; }
p { color: rgb(203,85,130); }
H1.HeaderClassName
{
color: #CB5582;
}
.AnyTagClassName
{
color: #CB5582;
}
</style>
background-color css
<style>
a { background-color: #CB5582; }
a { background-color: rgb(203,85,130); }
div.DivClassName
{
background-color: #CB5582;
}
.BgClassName
{
background-color: #CB5582;
}
</style>
border-color css
<style>
span { border-color: #CB5582; }
span { border-color: rgb(203,85,130); }
td.TdClassName
{
border-color: #CB5582;
}
.TagClassName
{
border-color: #CB5582;
}
</style>