Shades of Mulberry #CB569B
Tints of Mulberry #CB569B
RGB
CMYK
RGB Variations
Color information
#CB569B (or 0xCB569B) is known color: Mulberry. HEX triplet: CB, 56 and 9B. RGB value is (203,86,155). Sum of RGB (Red+Green+Blue) = 203+86+155=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB569B is #34A964. Grayscale: #808080. Windows color (decimal): -3451237 or 10180299. OLE color: 10180299.
HSL color Cylindrical-coordinate representation of color #CB569B: hue angle of 324.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB569B is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 155 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.20 |
| HSL | 324.62º | 0.53% | 0.57% | - |
| HSV(B) | 324.62º | 0.58% | 0.8% | - |
| XYZ | 33.87 | 21.72 | 33.42 | - |
| YUV | 128.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 155 | 0 | 0.58 | 0.24 | 0.20 | 324.62 | 0.53 | 0.57 |
| Hex | CB | 56 | 9B | 0 | 3A | 18 | 14 | 145 | 35 | 39 |
| Octal | 313 | 126 | 233 | 0 | 72 | 30 | 24 | 505 | 65 | 71 |
| Binary | 11001011 | 1010110 | 10011011 | 0 | 111010 | 11000 | 10100 | 101000101 | 110101 | 111001 |
Color Harmonies of #CB569B
Complementary color
Monochromatic Colors of #CB569B
Black with #CB569B
Text Example
Text Example
White with #CB569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB569B; }
p { color: rgb(203,86,155); }
H1.HeaderClassName
{
color: #CB569B;
}
.AnyTagClassName
{
color: #CB569B;
}
</style>
background-color css
<style>
a { background-color: #CB569B; }
a { background-color: rgb(203,86,155); }
div.DivClassName
{
background-color: #CB569B;
}
.BgClassName
{
background-color: #CB569B;
}
</style>
border-color css
<style>
span { border-color: #CB569B; }
span { border-color: rgb(203,86,155); }
td.TdClassName
{
border-color: #CB569B;
}
.TagClassName
{
border-color: #CB569B;
}
</style>