Shades of Mulberry #CB5783
Tints of Mulberry #CB5783
RGB
CMYK
RGB Variations
Color information
#CB5783 (or 0xCB5783) is known color: Mulberry. HEX triplet: CB, 57 and 83. RGB value is (203,87,131). Sum of RGB (Red+Green+Blue) = 203+87+131=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5783 is #34A87C. Grayscale: #7E7E7E. Windows color (decimal): -3451005 or 8607691. OLE color: 8607691.
HSL color Cylindrical-coordinate representation of color #CB5783: hue angle of 337.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5783 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 131 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.20 |
| HSL | 337.24º | 0.53% | 0.57% | - |
| HSV(B) | 337.24º | 0.57% | 0.8% | - |
| XYZ | 32.13 | 21.15 | 23.86 | - |
| YUV | 126.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 131 | 0 | 0.57 | 0.35 | 0.20 | 337.24 | 0.53 | 0.57 |
| Hex | CB | 57 | 83 | 0 | 39 | 23 | 14 | 151 | 35 | 39 |
| Octal | 313 | 127 | 203 | 0 | 71 | 43 | 24 | 521 | 65 | 71 |
| Binary | 11001011 | 1010111 | 10000011 | 0 | 111001 | 100011 | 10100 | 101010001 | 110101 | 111001 |
Color Harmonies of #CB5783
Complementary color
Monochromatic Colors of #CB5783
Black with #CB5783
Text Example
Text Example
White with #CB5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5783; }
p { color: rgb(203,87,131); }
H1.HeaderClassName
{
color: #CB5783;
}
.AnyTagClassName
{
color: #CB5783;
}
</style>
background-color css
<style>
a { background-color: #CB5783; }
a { background-color: rgb(203,87,131); }
div.DivClassName
{
background-color: #CB5783;
}
.BgClassName
{
background-color: #CB5783;
}
</style>
border-color css
<style>
span { border-color: #CB5783; }
span { border-color: rgb(203,87,131); }
td.TdClassName
{
border-color: #CB5783;
}
.TagClassName
{
border-color: #CB5783;
}
</style>