Shades of Mulberry #CB4288
Tints of Mulberry #CB4288
RGB
CMYK
RGB Variations
Color information
#CB4288 (or 0xCB4288) is known color: Mulberry. HEX triplet: CB, 42 and 88. RGB value is (203,66,136). Sum of RGB (Red+Green+Blue) = 203+66+136=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4288 is #34BD77. Grayscale: #727272. Windows color (decimal): -3456376 or 8929995. OLE color: 8929995.
HSL color Cylindrical-coordinate representation of color #CB4288: hue angle of 329.34º 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 #CB4288 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 136 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.20 |
| HSL | 329.34º | 0.57% | 0.53% | - |
| HSV(B) | 329.34º | 0.67% | 0.8% | - |
| XYZ | 31.02 | 18.37 | 25.2 | - |
| YUV | 114.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 136 | 0 | 0.67 | 0.33 | 0.20 | 329.34 | 0.57 | 0.53 |
| Hex | CB | 42 | 88 | 0 | 43 | 21 | 14 | 149 | 39 | 35 |
| Octal | 313 | 102 | 210 | 0 | 103 | 41 | 24 | 511 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10001000 | 0 | 1000011 | 100001 | 10100 | 101001001 | 111001 | 110101 |
Color Harmonies of #CB4288
Complementary color
Monochromatic Colors of #CB4288
Black with #CB4288
Text Example
Text Example
White with #CB4288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4288; }
p { color: rgb(203,66,136); }
H1.HeaderClassName
{
color: #CB4288;
}
.AnyTagClassName
{
color: #CB4288;
}
</style>
background-color css
<style>
a { background-color: #CB4288; }
a { background-color: rgb(203,66,136); }
div.DivClassName
{
background-color: #CB4288;
}
.BgClassName
{
background-color: #CB4288;
}
</style>
border-color css
<style>
span { border-color: #CB4288; }
span { border-color: rgb(203,66,136); }
td.TdClassName
{
border-color: #CB4288;
}
.TagClassName
{
border-color: #CB4288;
}
</style>