Shades of Mulberry #CB4889
Tints of Mulberry #CB4889
RGB
CMYK
RGB Variations
Color information
#CB4889 (or 0xCB4889) is known color: Mulberry. HEX triplet: CB, 48 and 89. RGB value is (203,72,137). Sum of RGB (Red+Green+Blue) = 203+72+137=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4889 is #34B776. Grayscale: #767676. Windows color (decimal): -3454839 or 8997067. OLE color: 8997067.
HSL color Cylindrical-coordinate representation of color #CB4889: hue angle of 330.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4889 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 137 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.20 |
| HSL | 330.23º | 0.56% | 0.54% | - |
| HSV(B) | 330.23º | 0.65% | 0.8% | - |
| XYZ | 31.46 | 19.14 | 25.7 | - |
| YUV | 118.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 137 | 0 | 0.65 | 0.33 | 0.20 | 330.23 | 0.56 | 0.54 |
| Hex | CB | 48 | 89 | 0 | 41 | 21 | 14 | 14A | 38 | 36 |
| Octal | 313 | 110 | 211 | 0 | 101 | 41 | 24 | 512 | 70 | 66 |
| Binary | 11001011 | 1001000 | 10001001 | 0 | 1000001 | 100001 | 10100 | 101001010 | 111000 | 110110 |
Color Harmonies of #CB4889
Complementary color
Monochromatic Colors of #CB4889
Black with #CB4889
Text Example
Text Example
White with #CB4889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4889; }
p { color: rgb(203,72,137); }
H1.HeaderClassName
{
color: #CB4889;
}
.AnyTagClassName
{
color: #CB4889;
}
</style>
background-color css
<style>
a { background-color: #CB4889; }
a { background-color: rgb(203,72,137); }
div.DivClassName
{
background-color: #CB4889;
}
.BgClassName
{
background-color: #CB4889;
}
</style>
border-color css
<style>
span { border-color: #CB4889; }
span { border-color: rgb(203,72,137); }
td.TdClassName
{
border-color: #CB4889;
}
.TagClassName
{
border-color: #CB4889;
}
</style>