Shades of Mulberry #CB488C
Tints of Mulberry #CB488C
RGB
CMYK
RGB Variations
Color information
#CB488C (or 0xCB488C) is known color: Mulberry. HEX triplet: CB, 48 and 8C. RGB value is (203,72,140). Sum of RGB (Red+Green+Blue) = 203+72+140=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB488C is #34B773. Grayscale: #767676. Windows color (decimal): -3454836 or 9193675. OLE color: 9193675.
HSL color Cylindrical-coordinate representation of color #CB488C: hue angle of 328.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB488C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 140 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.20 |
| HSL | 328.85º | 0.56% | 0.54% | - |
| HSV(B) | 328.85º | 0.65% | 0.8% | - |
| XYZ | 31.68 | 19.22 | 26.85 | - |
| YUV | 118.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 140 | 0 | 0.65 | 0.31 | 0.20 | 328.85 | 0.56 | 0.54 |
| Hex | CB | 48 | 8C | 0 | 41 | 1F | 14 | 149 | 38 | 36 |
| Octal | 313 | 110 | 214 | 0 | 101 | 37 | 24 | 511 | 70 | 66 |
| Binary | 11001011 | 1001000 | 10001100 | 0 | 1000001 | 11111 | 10100 | 101001001 | 111000 | 110110 |
Color Harmonies of #CB488C
Complementary color
Monochromatic Colors of #CB488C
Black with #CB488C
Text Example
Text Example
White with #CB488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB488C; }
p { color: rgb(203,72,140); }
H1.HeaderClassName
{
color: #CB488C;
}
.AnyTagClassName
{
color: #CB488C;
}
</style>
background-color css
<style>
a { background-color: #CB488C; }
a { background-color: rgb(203,72,140); }
div.DivClassName
{
background-color: #CB488C;
}
.BgClassName
{
background-color: #CB488C;
}
</style>
border-color css
<style>
span { border-color: #CB488C; }
span { border-color: rgb(203,72,140); }
td.TdClassName
{
border-color: #CB488C;
}
.TagClassName
{
border-color: #CB488C;
}
</style>