Shades of Mulberry #CB4685
Tints of Mulberry #CB4685
RGB
CMYK
RGB Variations
Color information
#CB4685 (or 0xCB4685) is known color: Mulberry. HEX triplet: CB, 46 and 85. RGB value is (203,70,133). Sum of RGB (Red+Green+Blue) = 203+70+133=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4685 is #34B97A. Grayscale: #747474. Windows color (decimal): -3455355 or 8734411. OLE color: 8734411.
HSL color Cylindrical-coordinate representation of color #CB4685: hue angle of 331.58º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4685 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 133 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.20 |
| HSL | 331.58º | 0.56% | 0.54% | - |
| HSV(B) | 331.58º | 0.66% | 0.8% | - |
| XYZ | 31.05 | 18.77 | 24.18 | - |
| YUV | 116.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 133 | 0 | 0.66 | 0.34 | 0.20 | 331.58 | 0.56 | 0.54 |
| Hex | CB | 46 | 85 | 0 | 42 | 22 | 14 | 14C | 38 | 36 |
| Octal | 313 | 106 | 205 | 0 | 102 | 42 | 24 | 514 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10000101 | 0 | 1000010 | 100010 | 10100 | 101001100 | 111000 | 110110 |
Color Harmonies of #CB4685
Complementary color
Monochromatic Colors of #CB4685
Black with #CB4685
Text Example
Text Example
White with #CB4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4685; }
p { color: rgb(203,70,133); }
H1.HeaderClassName
{
color: #CB4685;
}
.AnyTagClassName
{
color: #CB4685;
}
</style>
background-color css
<style>
a { background-color: #CB4685; }
a { background-color: rgb(203,70,133); }
div.DivClassName
{
background-color: #CB4685;
}
.BgClassName
{
background-color: #CB4685;
}
</style>
border-color css
<style>
span { border-color: #CB4685; }
span { border-color: rgb(203,70,133); }
td.TdClassName
{
border-color: #CB4685;
}
.TagClassName
{
border-color: #CB4685;
}
</style>