Shades of Mulberry #CB4C83
Tints of Mulberry #CB4C83
RGB
CMYK
RGB Variations
Color information
#CB4C83 (or 0xCB4C83) is known color: Mulberry. HEX triplet: CB, 4C and 83. RGB value is (203,76,131). Sum of RGB (Red+Green+Blue) = 203+76+131=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4C83 is #34B37C. Grayscale: #787878. Windows color (decimal): -3453821 or 8604875. OLE color: 8604875.
HSL color Cylindrical-coordinate representation of color #CB4C83: hue angle of 334.02º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4C83 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 131 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.20 |
| HSL | 334.02º | 0.55% | 0.55% | - |
| HSV(B) | 334.02º | 0.63% | 0.8% | - |
| XYZ | 31.31 | 19.5 | 23.59 | - |
| YUV | 120.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 131 | 0 | 0.63 | 0.35 | 0.20 | 334.02 | 0.55 | 0.55 |
| Hex | CB | 4C | 83 | 0 | 3F | 23 | 14 | 14E | 37 | 37 |
| Octal | 313 | 114 | 203 | 0 | 77 | 43 | 24 | 516 | 67 | 67 |
| Binary | 11001011 | 1001100 | 10000011 | 0 | 111111 | 100011 | 10100 | 101001110 | 110111 | 110111 |
Color Harmonies of #CB4C83
Complementary color
Monochromatic Colors of #CB4C83
Black with #CB4C83
Text Example
Text Example
White with #CB4C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4C83; }
p { color: rgb(203,76,131); }
H1.HeaderClassName
{
color: #CB4C83;
}
.AnyTagClassName
{
color: #CB4C83;
}
</style>
background-color css
<style>
a { background-color: #CB4C83; }
a { background-color: rgb(203,76,131); }
div.DivClassName
{
background-color: #CB4C83;
}
.BgClassName
{
background-color: #CB4C83;
}
</style>
border-color css
<style>
span { border-color: #CB4C83; }
span { border-color: rgb(203,76,131); }
td.TdClassName
{
border-color: #CB4C83;
}
.TagClassName
{
border-color: #CB4C83;
}
</style>