Shades of Mulberry #CB4691
Tints of Mulberry #CB4691
RGB
CMYK
RGB Variations
Color information
#CB4691 (or 0xCB4691) is known color: Mulberry. HEX triplet: CB, 46 and 91. RGB value is (203,70,145). Sum of RGB (Red+Green+Blue) = 203+70+145=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4691 is #34B96E. Grayscale: #767676. Windows color (decimal): -3455343 or 9520843. OLE color: 9520843.
HSL color Cylindrical-coordinate representation of color #CB4691: hue angle of 326.17º 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 #CB4691 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 145 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.20 |
| HSL | 326.17º | 0.56% | 0.54% | - |
| HSV(B) | 326.17º | 0.66% | 0.8% | - |
| XYZ | 31.93 | 19.12 | 28.8 | - |
| YUV | 118.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 145 | 0 | 0.66 | 0.29 | 0.20 | 326.17 | 0.56 | 0.54 |
| Hex | CB | 46 | 91 | 0 | 42 | 1D | 14 | 146 | 38 | 36 |
| Octal | 313 | 106 | 221 | 0 | 102 | 35 | 24 | 506 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10010001 | 0 | 1000010 | 11101 | 10100 | 101000110 | 111000 | 110110 |
Color Harmonies of #CB4691
Complementary color
Monochromatic Colors of #CB4691
Black with #CB4691
Text Example
Text Example
White with #CB4691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4691; }
p { color: rgb(203,70,145); }
H1.HeaderClassName
{
color: #CB4691;
}
.AnyTagClassName
{
color: #CB4691;
}
</style>
background-color css
<style>
a { background-color: #CB4691; }
a { background-color: rgb(203,70,145); }
div.DivClassName
{
background-color: #CB4691;
}
.BgClassName
{
background-color: #CB4691;
}
</style>
border-color css
<style>
span { border-color: #CB4691; }
span { border-color: rgb(203,70,145); }
td.TdClassName
{
border-color: #CB4691;
}
.TagClassName
{
border-color: #CB4691;
}
</style>