Shades of Mulberry #CB4385
Tints of Mulberry #CB4385
RGB
CMYK
RGB Variations
Color information
#CB4385 (or 0xCB4385) is known color: Mulberry. HEX triplet: CB, 43 and 85. RGB value is (203,67,133). Sum of RGB (Red+Green+Blue) = 203+67+133=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4385 is #34BC7A. Grayscale: #737373. Windows color (decimal): -3456123 or 8733643. OLE color: 8733643.
HSL color Cylindrical-coordinate representation of color #CB4385: hue angle of 330.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4385 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 133 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.20 |
| HSL | 330.88º | 0.57% | 0.53% | - |
| HSV(B) | 330.88º | 0.67% | 0.8% | - |
| XYZ | 30.87 | 18.4 | 24.12 | - |
| YUV | 115.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 133 | 0 | 0.67 | 0.34 | 0.20 | 330.88 | 0.57 | 0.53 |
| Hex | CB | 43 | 85 | 0 | 43 | 22 | 14 | 14B | 39 | 35 |
| Octal | 313 | 103 | 205 | 0 | 103 | 42 | 24 | 513 | 71 | 65 |
| Binary | 11001011 | 1000011 | 10000101 | 0 | 1000011 | 100010 | 10100 | 101001011 | 111001 | 110101 |
Color Harmonies of #CB4385
Complementary color
Monochromatic Colors of #CB4385
Black with #CB4385
Text Example
Text Example
White with #CB4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4385; }
p { color: rgb(203,67,133); }
H1.HeaderClassName
{
color: #CB4385;
}
.AnyTagClassName
{
color: #CB4385;
}
</style>
background-color css
<style>
a { background-color: #CB4385; }
a { background-color: rgb(203,67,133); }
div.DivClassName
{
background-color: #CB4385;
}
.BgClassName
{
background-color: #CB4385;
}
</style>
border-color css
<style>
span { border-color: #CB4385; }
span { border-color: rgb(203,67,133); }
td.TdClassName
{
border-color: #CB4385;
}
.TagClassName
{
border-color: #CB4385;
}
</style>