Shades of Mulberry #CB598C
Tints of Mulberry #CB598C
RGB
CMYK
RGB Variations
Color information
#CB598C (or 0xCB598C) is known color: Mulberry. HEX triplet: CB, 59 and 8C. RGB value is (203,89,140). Sum of RGB (Red+Green+Blue) = 203+89+140=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB598C is #34A673. Grayscale: #808080. Windows color (decimal): -3450484 or 9198027. OLE color: 9198027.
HSL color Cylindrical-coordinate representation of color #CB598C: hue angle of 333.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB598C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 140 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.20 |
| HSL | 333.16º | 0.52% | 0.57% | - |
| HSV(B) | 333.16º | 0.56% | 0.8% | - |
| XYZ | 32.93 | 21.73 | 27.27 | - |
| YUV | 128.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 140 | 0 | 0.56 | 0.31 | 0.20 | 333.16 | 0.52 | 0.57 |
| Hex | CB | 59 | 8C | 0 | 38 | 1F | 14 | 14D | 34 | 39 |
| Octal | 313 | 131 | 214 | 0 | 70 | 37 | 24 | 515 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10001100 | 0 | 111000 | 11111 | 10100 | 101001101 | 110100 | 111001 |
Color Harmonies of #CB598C
Complementary color
Monochromatic Colors of #CB598C
Black with #CB598C
Text Example
Text Example
White with #CB598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB598C; }
p { color: rgb(203,89,140); }
H1.HeaderClassName
{
color: #CB598C;
}
.AnyTagClassName
{
color: #CB598C;
}
</style>
background-color css
<style>
a { background-color: #CB598C; }
a { background-color: rgb(203,89,140); }
div.DivClassName
{
background-color: #CB598C;
}
.BgClassName
{
background-color: #CB598C;
}
</style>
border-color css
<style>
span { border-color: #CB598C; }
span { border-color: rgb(203,89,140); }
td.TdClassName
{
border-color: #CB598C;
}
.TagClassName
{
border-color: #CB598C;
}
</style>