Shades of Mulberry #CB569E
Tints of Mulberry #CB569E
RGB
CMYK
RGB Variations
Color information
#CB569E (or 0xCB569E) is known color: Mulberry. HEX triplet: CB, 56 and 9E. RGB value is (203,86,158). Sum of RGB (Red+Green+Blue) = 203+86+158=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB569E is #34A961. Grayscale: #818181. Windows color (decimal): -3451234 or 10376907. OLE color: 10376907.
HSL color Cylindrical-coordinate representation of color #CB569E: hue angle of 323.08º 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 #CB569E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 158 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.20 |
| HSL | 323.08º | 0.53% | 0.57% | - |
| HSV(B) | 323.08º | 0.58% | 0.8% | - |
| XYZ | 34.13 | 21.82 | 34.76 | - |
| YUV | 129.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 158 | 0 | 0.58 | 0.22 | 0.20 | 323.08 | 0.53 | 0.57 |
| Hex | CB | 56 | 9E | 0 | 3A | 16 | 14 | 143 | 35 | 39 |
| Octal | 313 | 126 | 236 | 0 | 72 | 26 | 24 | 503 | 65 | 71 |
| Binary | 11001011 | 1010110 | 10011110 | 0 | 111010 | 10110 | 10100 | 101000011 | 110101 | 111001 |
Color Harmonies of #CB569E
Complementary color
Monochromatic Colors of #CB569E
Black with #CB569E
Text Example
Text Example
White with #CB569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB569E; }
p { color: rgb(203,86,158); }
H1.HeaderClassName
{
color: #CB569E;
}
.AnyTagClassName
{
color: #CB569E;
}
</style>
background-color css
<style>
a { background-color: #CB569E; }
a { background-color: rgb(203,86,158); }
div.DivClassName
{
background-color: #CB569E;
}
.BgClassName
{
background-color: #CB569E;
}
</style>
border-color css
<style>
span { border-color: #CB569E; }
span { border-color: rgb(203,86,158); }
td.TdClassName
{
border-color: #CB569E;
}
.TagClassName
{
border-color: #CB569E;
}
</style>