Shades of Mulberry #CB598F
Tints of Mulberry #CB598F
RGB
CMYK
RGB Variations
Color information
#CB598F (or 0xCB598F) is known color: Mulberry. HEX triplet: CB, 59 and 8F. RGB value is (203,89,143). Sum of RGB (Red+Green+Blue) = 203+89+143=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB598F is #34A670. Grayscale: #818181. Windows color (decimal): -3450481 or 9394635. OLE color: 9394635.
HSL color Cylindrical-coordinate representation of color #CB598F: hue angle of 331.58º 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 #CB598F is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 143 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.20 |
| HSL | 331.58º | 0.52% | 0.57% | - |
| HSV(B) | 331.58º | 0.56% | 0.8% | - |
| XYZ | 33.16 | 21.82 | 28.45 | - |
| YUV | 129.24 | 135.77 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 143 | 0 | 0.56 | 0.30 | 0.20 | 331.58 | 0.52 | 0.57 |
| Hex | CB | 59 | 8F | 0 | 38 | 1E | 14 | 14C | 34 | 39 |
| Octal | 313 | 131 | 217 | 0 | 70 | 36 | 24 | 514 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10001111 | 0 | 111000 | 11110 | 10100 | 101001100 | 110100 | 111001 |
Color Harmonies of #CB598F
Complementary color
Monochromatic Colors of #CB598F
Black with #CB598F
Text Example
Text Example
White with #CB598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB598F; }
p { color: rgb(203,89,143); }
H1.HeaderClassName
{
color: #CB598F;
}
.AnyTagClassName
{
color: #CB598F;
}
</style>
background-color css
<style>
a { background-color: #CB598F; }
a { background-color: rgb(203,89,143); }
div.DivClassName
{
background-color: #CB598F;
}
.BgClassName
{
background-color: #CB598F;
}
</style>
border-color css
<style>
span { border-color: #CB598F; }
span { border-color: rgb(203,89,143); }
td.TdClassName
{
border-color: #CB598F;
}
.TagClassName
{
border-color: #CB598F;
}
</style>