Shades of Mulberry #CB599F
Tints of Mulberry #CB599F
RGB
CMYK
RGB Variations
Color information
#CB599F (or 0xCB599F) is known color: Mulberry. HEX triplet: CB, 59 and 9F. RGB value is (203,89,159). Sum of RGB (Red+Green+Blue) = 203+89+159=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB599F is #34A660. Grayscale: #828282. Windows color (decimal): -3450465 or 10443211. OLE color: 10443211.
HSL color Cylindrical-coordinate representation of color #CB599F: hue angle of 323.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 #CB599F is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 159 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.20 |
| HSL | 323.16º | 0.52% | 0.57% | - |
| HSV(B) | 323.16º | 0.56% | 0.8% | - |
| XYZ | 34.46 | 22.34 | 35.3 | - |
| YUV | 131.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 159 | 0 | 0.56 | 0.22 | 0.20 | 323.16 | 0.52 | 0.57 |
| Hex | CB | 59 | 9F | 0 | 38 | 16 | 14 | 143 | 34 | 39 |
| Octal | 313 | 131 | 237 | 0 | 70 | 26 | 24 | 503 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10011111 | 0 | 111000 | 10110 | 10100 | 101000011 | 110100 | 111001 |
Color Harmonies of #CB599F
Complementary color
Monochromatic Colors of #CB599F
Black with #CB599F
Text Example
Text Example
White with #CB599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB599F; }
p { color: rgb(203,89,159); }
H1.HeaderClassName
{
color: #CB599F;
}
.AnyTagClassName
{
color: #CB599F;
}
</style>
background-color css
<style>
a { background-color: #CB599F; }
a { background-color: rgb(203,89,159); }
div.DivClassName
{
background-color: #CB599F;
}
.BgClassName
{
background-color: #CB599F;
}
</style>
border-color css
<style>
span { border-color: #CB599F; }
span { border-color: rgb(203,89,159); }
td.TdClassName
{
border-color: #CB599F;
}
.TagClassName
{
border-color: #CB599F;
}
</style>