Shades of Mulberry #CB4A83
Tints of Mulberry #CB4A83
RGB
CMYK
RGB Variations
Color information
#CB4A83 (or 0xCB4A83) is known color: Mulberry. HEX triplet: CB, 4A and 83. RGB value is (203,74,131). Sum of RGB (Red+Green+Blue) = 203+74+131=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A83 is #34B57C. Grayscale: #767676. Windows color (decimal): -3454333 or 8604363. OLE color: 8604363.
HSL color Cylindrical-coordinate representation of color #CB4A83: hue angle of 333.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A83 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 131 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.20 |
| HSL | 333.49º | 0.55% | 0.54% | - |
| HSV(B) | 333.49º | 0.64% | 0.8% | - |
| XYZ | 31.17 | 19.23 | 23.54 | - |
| YUV | 119.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 131 | 0 | 0.64 | 0.35 | 0.20 | 333.49 | 0.55 | 0.54 |
| Hex | CB | 4A | 83 | 0 | 40 | 23 | 14 | 14D | 37 | 36 |
| Octal | 313 | 112 | 203 | 0 | 100 | 43 | 24 | 515 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10000011 | 0 | 1000000 | 100011 | 10100 | 101001101 | 110111 | 110110 |
Color Harmonies of #CB4A83
Complementary color
Monochromatic Colors of #CB4A83
Black with #CB4A83
Text Example
Text Example
White with #CB4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A83; }
p { color: rgb(203,74,131); }
H1.HeaderClassName
{
color: #CB4A83;
}
.AnyTagClassName
{
color: #CB4A83;
}
</style>
background-color css
<style>
a { background-color: #CB4A83; }
a { background-color: rgb(203,74,131); }
div.DivClassName
{
background-color: #CB4A83;
}
.BgClassName
{
background-color: #CB4A83;
}
</style>
border-color css
<style>
span { border-color: #CB4A83; }
span { border-color: rgb(203,74,131); }
td.TdClassName
{
border-color: #CB4A83;
}
.TagClassName
{
border-color: #CB4A83;
}
</style>