Shades of Mulberry #CB589C
Tints of Mulberry #CB589C
RGB
CMYK
RGB Variations
Color information
#CB589C (or 0xCB589C) is known color: Mulberry. HEX triplet: CB, 58 and 9C. RGB value is (203,88,156). Sum of RGB (Red+Green+Blue) = 203+88+156=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB589C is #34A763. Grayscale: #818181. Windows color (decimal): -3450724 or 10246347. OLE color: 10246347.
HSL color Cylindrical-coordinate representation of color #CB589C: hue angle of 324.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB589C is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 156 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.20 |
| HSL | 324.52º | 0.53% | 0.57% | - |
| HSV(B) | 324.52º | 0.57% | 0.8% | - |
| XYZ | 34.12 | 22.08 | 33.92 | - |
| YUV | 130.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 156 | 0 | 0.57 | 0.23 | 0.20 | 324.52 | 0.53 | 0.57 |
| Hex | CB | 58 | 9C | 0 | 39 | 17 | 14 | 145 | 35 | 39 |
| Octal | 313 | 130 | 234 | 0 | 71 | 27 | 24 | 505 | 65 | 71 |
| Binary | 11001011 | 1011000 | 10011100 | 0 | 111001 | 10111 | 10100 | 101000101 | 110101 | 111001 |
Color Harmonies of #CB589C
Complementary color
Monochromatic Colors of #CB589C
Black with #CB589C
Text Example
Text Example
White with #CB589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB589C; }
p { color: rgb(203,88,156); }
H1.HeaderClassName
{
color: #CB589C;
}
.AnyTagClassName
{
color: #CB589C;
}
</style>
background-color css
<style>
a { background-color: #CB589C; }
a { background-color: rgb(203,88,156); }
div.DivClassName
{
background-color: #CB589C;
}
.BgClassName
{
background-color: #CB589C;
}
</style>
border-color css
<style>
span { border-color: #CB589C; }
span { border-color: rgb(203,88,156); }
td.TdClassName
{
border-color: #CB589C;
}
.TagClassName
{
border-color: #CB589C;
}
</style>