Shades of Mulberry #CB5081
Tints of Mulberry #CB5081
RGB
CMYK
RGB Variations
Color information
#CB5081 (or 0xCB5081) is known color: Mulberry. HEX triplet: CB, 50 and 81. RGB value is (203,80,129). Sum of RGB (Red+Green+Blue) = 203+80+129=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5081 is #34AF7E. Grayscale: #7A7A7A. Windows color (decimal): -3452799 or 8474827. OLE color: 8474827.
HSL color Cylindrical-coordinate representation of color #CB5081: hue angle of 336.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5081 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 129 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.20 |
| HSL | 336.1º | 0.54% | 0.55% | - |
| HSV(B) | 336.1º | 0.61% | 0.8% | - |
| XYZ | 31.46 | 20.02 | 22.97 | - |
| YUV | 122.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 129 | 0 | 0.61 | 0.36 | 0.20 | 336.1 | 0.54 | 0.55 |
| Hex | CB | 50 | 81 | 0 | 3D | 24 | 14 | 150 | 36 | 37 |
| Octal | 313 | 120 | 201 | 0 | 75 | 44 | 24 | 520 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10000001 | 0 | 111101 | 100100 | 10100 | 101010000 | 110110 | 110111 |
Color Harmonies of #CB5081
Complementary color
Monochromatic Colors of #CB5081
Black with #CB5081
Text Example
Text Example
White with #CB5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5081; }
p { color: rgb(203,80,129); }
H1.HeaderClassName
{
color: #CB5081;
}
.AnyTagClassName
{
color: #CB5081;
}
</style>
background-color css
<style>
a { background-color: #CB5081; }
a { background-color: rgb(203,80,129); }
div.DivClassName
{
background-color: #CB5081;
}
.BgClassName
{
background-color: #CB5081;
}
</style>
border-color css
<style>
span { border-color: #CB5081; }
span { border-color: rgb(203,80,129); }
td.TdClassName
{
border-color: #CB5081;
}
.TagClassName
{
border-color: #CB5081;
}
</style>