Shades of Mulberry #CB59A8
Tints of Mulberry #CB59A8
RGB
CMYK
RGB Variations
Color information
#CB59A8 (or 0xCB59A8) is known color: Mulberry. HEX triplet: CB, 59 and A8. RGB value is (203,89,168). Sum of RGB (Red+Green+Blue) = 203+89+168=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59A8 is #34A657. Grayscale: #838383. Windows color (decimal): -3450456 or 11033035. OLE color: 11033035.
HSL color Cylindrical-coordinate representation of color #CB59A8: hue angle of 318.42º 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 #CB59A8 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 168 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.20 |
| HSL | 318.42º | 0.52% | 0.57% | - |
| HSV(B) | 318.42º | 0.56% | 0.8% | - |
| XYZ | 35.27 | 22.67 | 39.56 | - |
| YUV | 132.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 168 | 0 | 0.56 | 0.17 | 0.20 | 318.42 | 0.52 | 0.57 |
| Hex | CB | 59 | A8 | 0 | 38 | 11 | 14 | 13E | 34 | 39 |
| Octal | 313 | 131 | 250 | 0 | 70 | 21 | 24 | 476 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10101000 | 0 | 111000 | 10001 | 10100 | 100111110 | 110100 | 111001 |
Color Harmonies of #CB59A8
Complementary color
Monochromatic Colors of #CB59A8
Black with #CB59A8
Text Example
Text Example
White with #CB59A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59A8; }
p { color: rgb(203,89,168); }
H1.HeaderClassName
{
color: #CB59A8;
}
.AnyTagClassName
{
color: #CB59A8;
}
</style>
background-color css
<style>
a { background-color: #CB59A8; }
a { background-color: rgb(203,89,168); }
div.DivClassName
{
background-color: #CB59A8;
}
.BgClassName
{
background-color: #CB59A8;
}
</style>
border-color css
<style>
span { border-color: #CB59A8; }
span { border-color: rgb(203,89,168); }
td.TdClassName
{
border-color: #CB59A8;
}
.TagClassName
{
border-color: #CB59A8;
}
</style>