Shades of Mulberry #CB569D
Tints of Mulberry #CB569D
RGB
CMYK
RGB Variations
Color information
#CB569D (or 0xCB569D) is known color: Mulberry. HEX triplet: CB, 56 and 9D. RGB value is (203,86,157). Sum of RGB (Red+Green+Blue) = 203+86+157=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB569D is #34A962. Grayscale: #808080. Windows color (decimal): -3451235 or 10311371. OLE color: 10311371.
HSL color Cylindrical-coordinate representation of color #CB569D: hue angle of 323.59º 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 #CB569D is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 157 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.20 |
| HSL | 323.59º | 0.53% | 0.57% | - |
| HSV(B) | 323.59º | 0.58% | 0.8% | - |
| XYZ | 34.04 | 21.79 | 34.31 | - |
| YUV | 129.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 157 | 0 | 0.58 | 0.23 | 0.20 | 323.59 | 0.53 | 0.57 |
| Hex | CB | 56 | 9D | 0 | 3A | 17 | 14 | 144 | 35 | 39 |
| Octal | 313 | 126 | 235 | 0 | 72 | 27 | 24 | 504 | 65 | 71 |
| Binary | 11001011 | 1010110 | 10011101 | 0 | 111010 | 10111 | 10100 | 101000100 | 110101 | 111001 |
Color Harmonies of #CB569D
Complementary color
Monochromatic Colors of #CB569D
Black with #CB569D
Text Example
Text Example
White with #CB569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB569D; }
p { color: rgb(203,86,157); }
H1.HeaderClassName
{
color: #CB569D;
}
.AnyTagClassName
{
color: #CB569D;
}
</style>
background-color css
<style>
a { background-color: #CB569D; }
a { background-color: rgb(203,86,157); }
div.DivClassName
{
background-color: #CB569D;
}
.BgClassName
{
background-color: #CB569D;
}
</style>
border-color css
<style>
span { border-color: #CB569D; }
span { border-color: rgb(203,86,157); }
td.TdClassName
{
border-color: #CB569D;
}
.TagClassName
{
border-color: #CB569D;
}
</style>