Shades of Mulberry #CB4B80
Tints of Mulberry #CB4B80
RGB
CMYK
RGB Variations
Color information
#CB4B80 (or 0xCB4B80) is known color: Mulberry. HEX triplet: CB, 4B and 80. RGB value is (203,75,128). Sum of RGB (Red+Green+Blue) = 203+75+128=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B80 is #34B47F. Grayscale: #777777. Windows color (decimal): -3454080 or 8408011. OLE color: 8408011.
HSL color Cylindrical-coordinate representation of color #CB4B80: hue angle of 335.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B80 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 128 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.20 |
| HSL | 335.16º | 0.55% | 0.55% | - |
| HSV(B) | 335.16º | 0.63% | 0.8% | - |
| XYZ | 31.04 | 19.29 | 22.51 | - |
| YUV | 119.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 128 | 0 | 0.63 | 0.37 | 0.20 | 335.16 | 0.55 | 0.55 |
| Hex | CB | 4B | 80 | 0 | 3F | 25 | 14 | 14F | 37 | 37 |
| Octal | 313 | 113 | 200 | 0 | 77 | 45 | 24 | 517 | 67 | 67 |
| Binary | 11001011 | 1001011 | 10000000 | 0 | 111111 | 100101 | 10100 | 101001111 | 110111 | 110111 |
Color Harmonies of #CB4B80
Complementary color
Monochromatic Colors of #CB4B80
Black with #CB4B80
Text Example
Text Example
White with #CB4B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B80; }
p { color: rgb(203,75,128); }
H1.HeaderClassName
{
color: #CB4B80;
}
.AnyTagClassName
{
color: #CB4B80;
}
</style>
background-color css
<style>
a { background-color: #CB4B80; }
a { background-color: rgb(203,75,128); }
div.DivClassName
{
background-color: #CB4B80;
}
.BgClassName
{
background-color: #CB4B80;
}
</style>
border-color css
<style>
span { border-color: #CB4B80; }
span { border-color: rgb(203,75,128); }
td.TdClassName
{
border-color: #CB4B80;
}
.TagClassName
{
border-color: #CB4B80;
}
</style>