Shades of Mulberry #CB4289
Tints of Mulberry #CB4289
RGB
CMYK
RGB Variations
Color information
#CB4289 (or 0xCB4289) is known color: Mulberry. HEX triplet: CB, 42 and 89. RGB value is (203,66,137). Sum of RGB (Red+Green+Blue) = 203+66+137=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4289 is #34BD76. Grayscale: #727272. Windows color (decimal): -3456375 or 8995531. OLE color: 8995531.
HSL color Cylindrical-coordinate representation of color #CB4289: hue angle of 328.91º 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 #CB4289 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 137 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.20 |
| HSL | 328.91º | 0.57% | 0.53% | - |
| HSV(B) | 328.91º | 0.67% | 0.8% | - |
| XYZ | 31.09 | 18.4 | 25.58 | - |
| YUV | 115.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 137 | 0 | 0.67 | 0.33 | 0.20 | 328.91 | 0.57 | 0.53 |
| Hex | CB | 42 | 89 | 0 | 43 | 21 | 14 | 149 | 39 | 35 |
| Octal | 313 | 102 | 211 | 0 | 103 | 41 | 24 | 511 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10001001 | 0 | 1000011 | 100001 | 10100 | 101001001 | 111001 | 110101 |
Color Harmonies of #CB4289
Complementary color
Monochromatic Colors of #CB4289
Black with #CB4289
Text Example
Text Example
White with #CB4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4289; }
p { color: rgb(203,66,137); }
H1.HeaderClassName
{
color: #CB4289;
}
.AnyTagClassName
{
color: #CB4289;
}
</style>
background-color css
<style>
a { background-color: #CB4289; }
a { background-color: rgb(203,66,137); }
div.DivClassName
{
background-color: #CB4289;
}
.BgClassName
{
background-color: #CB4289;
}
</style>
border-color css
<style>
span { border-color: #CB4289; }
span { border-color: rgb(203,66,137); }
td.TdClassName
{
border-color: #CB4289;
}
.TagClassName
{
border-color: #CB4289;
}
</style>