Shades of Mulberry #CB5B8C
Tints of Mulberry #CB5B8C
RGB
CMYK
RGB Variations
Color information
#CB5B8C (or 0xCB5B8C) is known color: Mulberry. HEX triplet: CB, 5B and 8C. RGB value is (203,91,140). Sum of RGB (Red+Green+Blue) = 203+91+140=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5B8C is #34A473. Grayscale: #818181. Windows color (decimal): -3449972 or 9198539. OLE color: 9198539.
HSL color Cylindrical-coordinate representation of color #CB5B8C: hue angle of 333.75º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5B8C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 140 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.20 |
| HSL | 333.75º | 0.52% | 0.58% | - |
| HSV(B) | 333.75º | 0.55% | 0.8% | - |
| XYZ | 33.1 | 22.07 | 27.33 | - |
| YUV | 130.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 140 | 0 | 0.55 | 0.31 | 0.20 | 333.75 | 0.52 | 0.58 |
| Hex | CB | 5B | 8C | 0 | 37 | 1F | 14 | 14E | 34 | 3A |
| Octal | 313 | 133 | 214 | 0 | 67 | 37 | 24 | 516 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10001100 | 0 | 110111 | 11111 | 10100 | 101001110 | 110100 | 111010 |
Color Harmonies of #CB5B8C
Complementary color
Monochromatic Colors of #CB5B8C
Black with #CB5B8C
Text Example
Text Example
White with #CB5B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B8C; }
p { color: rgb(203,91,140); }
H1.HeaderClassName
{
color: #CB5B8C;
}
.AnyTagClassName
{
color: #CB5B8C;
}
</style>
background-color css
<style>
a { background-color: #CB5B8C; }
a { background-color: rgb(203,91,140); }
div.DivClassName
{
background-color: #CB5B8C;
}
.BgClassName
{
background-color: #CB5B8C;
}
</style>
border-color css
<style>
span { border-color: #CB5B8C; }
span { border-color: rgb(203,91,140); }
td.TdClassName
{
border-color: #CB5B8C;
}
.TagClassName
{
border-color: #CB5B8C;
}
</style>