Shades of Mulberry #CB5483
Tints of Mulberry #CB5483
RGB
CMYK
RGB Variations
Color information
#CB5483 (or 0xCB5483) is known color: Mulberry. HEX triplet: CB, 54 and 83. RGB value is (203,84,131). Sum of RGB (Red+Green+Blue) = 203+84+131=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5483 is #34AB7C. Grayscale: #7C7C7C. Windows color (decimal): -3451773 or 8606923. OLE color: 8606923.
HSL color Cylindrical-coordinate representation of color #CB5483: hue angle of 336.3º 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 #CB5483 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 131 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.20 |
| HSL | 336.3º | 0.53% | 0.56% | - |
| HSV(B) | 336.3º | 0.59% | 0.8% | - |
| XYZ | 31.9 | 20.68 | 23.78 | - |
| YUV | 124.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 131 | 0 | 0.59 | 0.35 | 0.20 | 336.3 | 0.53 | 0.56 |
| Hex | CB | 54 | 83 | 0 | 3B | 23 | 14 | 150 | 35 | 38 |
| Octal | 313 | 124 | 203 | 0 | 73 | 43 | 24 | 520 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10000011 | 0 | 111011 | 100011 | 10100 | 101010000 | 110101 | 111000 |
Color Harmonies of #CB5483
Complementary color
Monochromatic Colors of #CB5483
Black with #CB5483
Text Example
Text Example
White with #CB5483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5483; }
p { color: rgb(203,84,131); }
H1.HeaderClassName
{
color: #CB5483;
}
.AnyTagClassName
{
color: #CB5483;
}
</style>
background-color css
<style>
a { background-color: #CB5483; }
a { background-color: rgb(203,84,131); }
div.DivClassName
{
background-color: #CB5483;
}
.BgClassName
{
background-color: #CB5483;
}
</style>
border-color css
<style>
span { border-color: #CB5483; }
span { border-color: rgb(203,84,131); }
td.TdClassName
{
border-color: #CB5483;
}
.TagClassName
{
border-color: #CB5483;
}
</style>