Shades of Mulberry #CB588C
Tints of Mulberry #CB588C
RGB
CMYK
RGB Variations
Color information
#CB588C (or 0xCB588C) is known color: Mulberry. HEX triplet: CB, 58 and 8C. RGB value is (203,88,140). Sum of RGB (Red+Green+Blue) = 203+88+140=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB588C is #34A773. Grayscale: #808080. Windows color (decimal): -3450740 or 9197771. OLE color: 9197771.
HSL color Cylindrical-coordinate representation of color #CB588C: hue angle of 332.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB588C is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 140 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.20 |
| HSL | 332.87º | 0.53% | 0.57% | - |
| HSV(B) | 332.87º | 0.57% | 0.8% | - |
| XYZ | 32.85 | 21.57 | 27.24 | - |
| YUV | 128.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 140 | 0 | 0.57 | 0.31 | 0.20 | 332.87 | 0.53 | 0.57 |
| Hex | CB | 58 | 8C | 0 | 39 | 1F | 14 | 14D | 35 | 39 |
| Octal | 313 | 130 | 214 | 0 | 71 | 37 | 24 | 515 | 65 | 71 |
| Binary | 11001011 | 1011000 | 10001100 | 0 | 111001 | 11111 | 10100 | 101001101 | 110101 | 111001 |
Color Harmonies of #CB588C
Complementary color
Monochromatic Colors of #CB588C
Black with #CB588C
Text Example
Text Example
White with #CB588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB588C; }
p { color: rgb(203,88,140); }
H1.HeaderClassName
{
color: #CB588C;
}
.AnyTagClassName
{
color: #CB588C;
}
</style>
background-color css
<style>
a { background-color: #CB588C; }
a { background-color: rgb(203,88,140); }
div.DivClassName
{
background-color: #CB588C;
}
.BgClassName
{
background-color: #CB588C;
}
</style>
border-color css
<style>
span { border-color: #CB588C; }
span { border-color: rgb(203,88,140); }
td.TdClassName
{
border-color: #CB588C;
}
.TagClassName
{
border-color: #CB588C;
}
</style>