Shades of Mulberry #CB559A
Tints of Mulberry #CB559A
RGB
CMYK
RGB Variations
Color information
#CB559A (or 0xCB559A) is known color: Mulberry. HEX triplet: CB, 55 and 9A. RGB value is (203,85,154). Sum of RGB (Red+Green+Blue) = 203+85+154=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB559A is #34AA65. Grayscale: #7F7F7F. Windows color (decimal): -3451494 or 10114507. OLE color: 10114507.
HSL color Cylindrical-coordinate representation of color #CB559A: hue angle of 324.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB559A is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 154 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.20 |
| HSL | 324.92º | 0.53% | 0.56% | - |
| HSV(B) | 324.92º | 0.58% | 0.8% | - |
| XYZ | 33.71 | 21.53 | 32.95 | - |
| YUV | 128.15 | 142.59 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 154 | 0 | 0.58 | 0.24 | 0.20 | 324.92 | 0.53 | 0.56 |
| Hex | CB | 55 | 9A | 0 | 3A | 18 | 14 | 145 | 35 | 38 |
| Octal | 313 | 125 | 232 | 0 | 72 | 30 | 24 | 505 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10011010 | 0 | 111010 | 11000 | 10100 | 101000101 | 110101 | 111000 |
Color Harmonies of #CB559A
Complementary color
Monochromatic Colors of #CB559A
Black with #CB559A
Text Example
Text Example
White with #CB559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB559A; }
p { color: rgb(203,85,154); }
H1.HeaderClassName
{
color: #CB559A;
}
.AnyTagClassName
{
color: #CB559A;
}
</style>
background-color css
<style>
a { background-color: #CB559A; }
a { background-color: rgb(203,85,154); }
div.DivClassName
{
background-color: #CB559A;
}
.BgClassName
{
background-color: #CB559A;
}
</style>
border-color css
<style>
span { border-color: #CB559A; }
span { border-color: rgb(203,85,154); }
td.TdClassName
{
border-color: #CB559A;
}
.TagClassName
{
border-color: #CB559A;
}
</style>