Shades of Mulberry #CB5283
Tints of Mulberry #CB5283
RGB
CMYK
RGB Variations
Color information
#CB5283 (or 0xCB5283) is known color: Mulberry. HEX triplet: CB, 52 and 83. RGB value is (203,82,131). Sum of RGB (Red+Green+Blue) = 203+82+131=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5283 is #34AD7C. Grayscale: #7B7B7B. Windows color (decimal): -3452285 or 8606411. OLE color: 8606411.
HSL color Cylindrical-coordinate representation of color #CB5283: hue angle of 335.7º 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 #CB5283 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 131 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.20 |
| HSL | 335.7º | 0.54% | 0.56% | - |
| HSV(B) | 335.7º | 0.6% | 0.8% | - |
| XYZ | 31.74 | 20.37 | 23.73 | - |
| YUV | 123.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 131 | 0 | 0.60 | 0.35 | 0.20 | 335.7 | 0.54 | 0.56 |
| Hex | CB | 52 | 83 | 0 | 3C | 23 | 14 | 150 | 36 | 38 |
| Octal | 313 | 122 | 203 | 0 | 74 | 43 | 24 | 520 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10000011 | 0 | 111100 | 100011 | 10100 | 101010000 | 110110 | 111000 |
Color Harmonies of #CB5283
Complementary color
Monochromatic Colors of #CB5283
Black with #CB5283
Text Example
Text Example
White with #CB5283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5283; }
p { color: rgb(203,82,131); }
H1.HeaderClassName
{
color: #CB5283;
}
.AnyTagClassName
{
color: #CB5283;
}
</style>
background-color css
<style>
a { background-color: #CB5283; }
a { background-color: rgb(203,82,131); }
div.DivClassName
{
background-color: #CB5283;
}
.BgClassName
{
background-color: #CB5283;
}
</style>
border-color css
<style>
span { border-color: #CB5283; }
span { border-color: rgb(203,82,131); }
td.TdClassName
{
border-color: #CB5283;
}
.TagClassName
{
border-color: #CB5283;
}
</style>