Shades of Mulberry #CB558C
Tints of Mulberry #CB558C
RGB
CMYK
RGB Variations
Color information
#CB558C (or 0xCB558C) is known color: Mulberry. HEX triplet: CB, 55 and 8C. RGB value is (203,85,140). Sum of RGB (Red+Green+Blue) = 203+85+140=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB558C is #34AA73. Grayscale: #7E7E7E. Windows color (decimal): -3451508 or 9197003. OLE color: 9197003.
HSL color Cylindrical-coordinate representation of color #CB558C: hue angle of 332.03º 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 #CB558C is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 140 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.20 |
| HSL | 332.03º | 0.53% | 0.56% | - |
| HSV(B) | 332.03º | 0.58% | 0.8% | - |
| XYZ | 32.61 | 21.09 | 27.16 | - |
| YUV | 126.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 140 | 0 | 0.58 | 0.31 | 0.20 | 332.03 | 0.53 | 0.56 |
| Hex | CB | 55 | 8C | 0 | 3A | 1F | 14 | 14C | 35 | 38 |
| Octal | 313 | 125 | 214 | 0 | 72 | 37 | 24 | 514 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10001100 | 0 | 111010 | 11111 | 10100 | 101001100 | 110101 | 111000 |
Color Harmonies of #CB558C
Complementary color
Monochromatic Colors of #CB558C
Black with #CB558C
Text Example
Text Example
White with #CB558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB558C; }
p { color: rgb(203,85,140); }
H1.HeaderClassName
{
color: #CB558C;
}
.AnyTagClassName
{
color: #CB558C;
}
</style>
background-color css
<style>
a { background-color: #CB558C; }
a { background-color: rgb(203,85,140); }
div.DivClassName
{
background-color: #CB558C;
}
.BgClassName
{
background-color: #CB558C;
}
</style>
border-color css
<style>
span { border-color: #CB558C; }
span { border-color: rgb(203,85,140); }
td.TdClassName
{
border-color: #CB558C;
}
.TagClassName
{
border-color: #CB558C;
}
</style>