Shades of Mulberry #CB5A8E
Tints of Mulberry #CB5A8E
RGB
CMYK
RGB Variations
Color information
#CB5A8E (or 0xCB5A8E) is known color: Mulberry. HEX triplet: CB, 5A and 8E. RGB value is (203,90,142). Sum of RGB (Red+Green+Blue) = 203+90+142=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A8E is #34A571. Grayscale: #818181. Windows color (decimal): -3450226 or 9329355. OLE color: 9329355.
HSL color Cylindrical-coordinate representation of color #CB5A8E: hue angle of 332.39º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5A8E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 142 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.20 |
| HSL | 332.39º | 0.52% | 0.57% | - |
| HSV(B) | 332.39º | 0.56% | 0.8% | - |
| XYZ | 33.17 | 21.96 | 28.08 | - |
| YUV | 129.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 142 | 0 | 0.56 | 0.30 | 0.20 | 332.39 | 0.52 | 0.57 |
| Hex | CB | 5A | 8E | 0 | 38 | 1E | 14 | 14C | 34 | 39 |
| Octal | 313 | 132 | 216 | 0 | 70 | 36 | 24 | 514 | 64 | 71 |
| Binary | 11001011 | 1011010 | 10001110 | 0 | 111000 | 11110 | 10100 | 101001100 | 110100 | 111001 |
Color Harmonies of #CB5A8E
Complementary color
Monochromatic Colors of #CB5A8E
Black with #CB5A8E
Text Example
Text Example
White with #CB5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A8E; }
p { color: rgb(203,90,142); }
H1.HeaderClassName
{
color: #CB5A8E;
}
.AnyTagClassName
{
color: #CB5A8E;
}
</style>
background-color css
<style>
a { background-color: #CB5A8E; }
a { background-color: rgb(203,90,142); }
div.DivClassName
{
background-color: #CB5A8E;
}
.BgClassName
{
background-color: #CB5A8E;
}
</style>
border-color css
<style>
span { border-color: #CB5A8E; }
span { border-color: rgb(203,90,142); }
td.TdClassName
{
border-color: #CB5A8E;
}
.TagClassName
{
border-color: #CB5A8E;
}
</style>