Shades of Mulberry #CB4696
Tints of Mulberry #CB4696
RGB
CMYK
RGB Variations
Color information
#CB4696 (or 0xCB4696) is known color: Mulberry. HEX triplet: CB, 46 and 96. RGB value is (203,70,150). Sum of RGB (Red+Green+Blue) = 203+70+150=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4696 is #34B969. Grayscale: #767676. Windows color (decimal): -3455338 or 9848523. OLE color: 9848523.
HSL color Cylindrical-coordinate representation of color #CB4696: hue angle of 323.91º 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 #CB4696 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 150 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.20 |
| HSL | 323.91º | 0.56% | 0.54% | - |
| HSV(B) | 323.91º | 0.66% | 0.8% | - |
| XYZ | 32.32 | 19.28 | 30.87 | - |
| YUV | 118.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 150 | 0 | 0.66 | 0.26 | 0.20 | 323.91 | 0.56 | 0.54 |
| Hex | CB | 46 | 96 | 0 | 42 | 1A | 14 | 144 | 38 | 36 |
| Octal | 313 | 106 | 226 | 0 | 102 | 32 | 24 | 504 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10010110 | 0 | 1000010 | 11010 | 10100 | 101000100 | 111000 | 110110 |
Color Harmonies of #CB4696
Complementary color
Monochromatic Colors of #CB4696
Black with #CB4696
Text Example
Text Example
White with #CB4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4696; }
p { color: rgb(203,70,150); }
H1.HeaderClassName
{
color: #CB4696;
}
.AnyTagClassName
{
color: #CB4696;
}
</style>
background-color css
<style>
a { background-color: #CB4696; }
a { background-color: rgb(203,70,150); }
div.DivClassName
{
background-color: #CB4696;
}
.BgClassName
{
background-color: #CB4696;
}
</style>
border-color css
<style>
span { border-color: #CB4696; }
span { border-color: rgb(203,70,150); }
td.TdClassName
{
border-color: #CB4696;
}
.TagClassName
{
border-color: #CB4696;
}
</style>