Shades of Mulberry #CB4496
Tints of Mulberry #CB4496
RGB
CMYK
RGB Variations
Color information
#CB4496 (or 0xCB4496) is known color: Mulberry. HEX triplet: CB, 44 and 96. RGB value is (203,68,150). Sum of RGB (Red+Green+Blue) = 203+68+150=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4496 is #34BB69. Grayscale: #757575. Windows color (decimal): -3455850 or 9848011. OLE color: 9848011.
HSL color Cylindrical-coordinate representation of color #CB4496: hue angle of 323.56º degrees, saturation: 0.56, 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 #CB4496 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 150 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.20 |
| HSL | 323.56º | 0.56% | 0.53% | - |
| HSV(B) | 323.56º | 0.67% | 0.8% | - |
| XYZ | 32.2 | 19.03 | 30.83 | - |
| YUV | 117.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 150 | 0 | 0.67 | 0.26 | 0.20 | 323.56 | 0.56 | 0.53 |
| Hex | CB | 44 | 96 | 0 | 43 | 1A | 14 | 144 | 38 | 35 |
| Octal | 313 | 104 | 226 | 0 | 103 | 32 | 24 | 504 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10010110 | 0 | 1000011 | 11010 | 10100 | 101000100 | 111000 | 110101 |
Color Harmonies of #CB4496
Complementary color
Monochromatic Colors of #CB4496
Black with #CB4496
Text Example
Text Example
White with #CB4496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4496; }
p { color: rgb(203,68,150); }
H1.HeaderClassName
{
color: #CB4496;
}
.AnyTagClassName
{
color: #CB4496;
}
</style>
background-color css
<style>
a { background-color: #CB4496; }
a { background-color: rgb(203,68,150); }
div.DivClassName
{
background-color: #CB4496;
}
.BgClassName
{
background-color: #CB4496;
}
</style>
border-color css
<style>
span { border-color: #CB4496; }
span { border-color: rgb(203,68,150); }
td.TdClassName
{
border-color: #CB4496;
}
.TagClassName
{
border-color: #CB4496;
}
</style>