Shades of Mulberry #CB4A89
Tints of Mulberry #CB4A89
RGB
CMYK
RGB Variations
Color information
#CB4A89 (or 0xCB4A89) is known color: Mulberry. HEX triplet: CB, 4A and 89. RGB value is (203,74,137). Sum of RGB (Red+Green+Blue) = 203+74+137=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A89 is #34B576. Grayscale: #777777. Windows color (decimal): -3454327 or 8997579. OLE color: 8997579.
HSL color Cylindrical-coordinate representation of color #CB4A89: hue angle of 330.7º 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 #CB4A89 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 137 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.20 |
| HSL | 330.7º | 0.55% | 0.54% | - |
| HSV(B) | 330.7º | 0.64% | 0.8% | - |
| XYZ | 31.59 | 19.4 | 25.75 | - |
| YUV | 119.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 137 | 0 | 0.64 | 0.33 | 0.20 | 330.7 | 0.55 | 0.54 |
| Hex | CB | 4A | 89 | 0 | 40 | 21 | 14 | 14B | 37 | 36 |
| Octal | 313 | 112 | 211 | 0 | 100 | 41 | 24 | 513 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10001001 | 0 | 1000000 | 100001 | 10100 | 101001011 | 110111 | 110110 |
Color Harmonies of #CB4A89
Complementary color
Monochromatic Colors of #CB4A89
Black with #CB4A89
Text Example
Text Example
White with #CB4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A89; }
p { color: rgb(203,74,137); }
H1.HeaderClassName
{
color: #CB4A89;
}
.AnyTagClassName
{
color: #CB4A89;
}
</style>
background-color css
<style>
a { background-color: #CB4A89; }
a { background-color: rgb(203,74,137); }
div.DivClassName
{
background-color: #CB4A89;
}
.BgClassName
{
background-color: #CB4A89;
}
</style>
border-color css
<style>
span { border-color: #CB4A89; }
span { border-color: rgb(203,74,137); }
td.TdClassName
{
border-color: #CB4A89;
}
.TagClassName
{
border-color: #CB4A89;
}
</style>