Shades of Mulberry #CB59A2
Tints of Mulberry #CB59A2
RGB
CMYK
RGB Variations
Color information
#CB59A2 (or 0xCB59A2) is known color: Mulberry. HEX triplet: CB, 59 and A2. RGB value is (203,89,162). Sum of RGB (Red+Green+Blue) = 203+89+162=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59A2 is #34A65D. Grayscale: #838383. Windows color (decimal): -3450462 or 10639819. OLE color: 10639819.
HSL color Cylindrical-coordinate representation of color #CB59A2: hue angle of 321.58º 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 #CB59A2 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 162 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.20 |
| HSL | 321.58º | 0.52% | 0.57% | - |
| HSV(B) | 321.58º | 0.56% | 0.8% | - |
| XYZ | 34.72 | 22.45 | 36.69 | - |
| YUV | 131.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 162 | 0 | 0.56 | 0.20 | 0.20 | 321.58 | 0.52 | 0.57 |
| Hex | CB | 59 | A2 | 0 | 38 | 14 | 14 | 142 | 34 | 39 |
| Octal | 313 | 131 | 242 | 0 | 70 | 24 | 24 | 502 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10100010 | 0 | 111000 | 10100 | 10100 | 101000010 | 110100 | 111001 |
Color Harmonies of #CB59A2
Complementary color
Monochromatic Colors of #CB59A2
Black with #CB59A2
Text Example
Text Example
White with #CB59A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59A2; }
p { color: rgb(203,89,162); }
H1.HeaderClassName
{
color: #CB59A2;
}
.AnyTagClassName
{
color: #CB59A2;
}
</style>
background-color css
<style>
a { background-color: #CB59A2; }
a { background-color: rgb(203,89,162); }
div.DivClassName
{
background-color: #CB59A2;
}
.BgClassName
{
background-color: #CB59A2;
}
</style>
border-color css
<style>
span { border-color: #CB59A2; }
span { border-color: rgb(203,89,162); }
td.TdClassName
{
border-color: #CB59A2;
}
.TagClassName
{
border-color: #CB59A2;
}
</style>