Shades of Mulberry #CB599D
Tints of Mulberry #CB599D
RGB
CMYK
RGB Variations
Color information
#CB599D (or 0xCB599D) is known color: Mulberry. HEX triplet: CB, 59 and 9D. RGB value is (203,89,157). Sum of RGB (Red+Green+Blue) = 203+89+157=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB599D is #34A662. Grayscale: #828282. Windows color (decimal): -3450467 or 10312139. OLE color: 10312139.
HSL color Cylindrical-coordinate representation of color #CB599D: hue angle of 324.21º 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 #CB599D is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 157 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.20 |
| HSL | 324.21º | 0.52% | 0.57% | - |
| HSV(B) | 324.21º | 0.56% | 0.8% | - |
| XYZ | 34.29 | 22.28 | 34.39 | - |
| YUV | 130.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 157 | 0 | 0.56 | 0.23 | 0.20 | 324.21 | 0.52 | 0.57 |
| Hex | CB | 59 | 9D | 0 | 38 | 17 | 14 | 144 | 34 | 39 |
| Octal | 313 | 131 | 235 | 0 | 70 | 27 | 24 | 504 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10011101 | 0 | 111000 | 10111 | 10100 | 101000100 | 110100 | 111001 |
Color Harmonies of #CB599D
Complementary color
Monochromatic Colors of #CB599D
Black with #CB599D
Text Example
Text Example
White with #CB599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB599D; }
p { color: rgb(203,89,157); }
H1.HeaderClassName
{
color: #CB599D;
}
.AnyTagClassName
{
color: #CB599D;
}
</style>
background-color css
<style>
a { background-color: #CB599D; }
a { background-color: rgb(203,89,157); }
div.DivClassName
{
background-color: #CB599D;
}
.BgClassName
{
background-color: #CB599D;
}
</style>
border-color css
<style>
span { border-color: #CB599D; }
span { border-color: rgb(203,89,157); }
td.TdClassName
{
border-color: #CB599D;
}
.TagClassName
{
border-color: #CB599D;
}
</style>