Shades of Mulberry #C1568D
Tints of Mulberry #C1568D
RGB
CMYK
RGB Variations
Color information
#C1568D (or 0xC1568D) is known color: Mulberry. HEX triplet: C1, 56 and 8D. RGB value is (193,86,141). Sum of RGB (Red+Green+Blue) = 193+86+141=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1568D is #3EA972. Grayscale: #7C7C7C. Windows color (decimal): -4106611 or 9262785. OLE color: 9262785.
HSL color Cylindrical-coordinate representation of color #C1568D: hue angle of 329.16º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1568D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 141 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.24 |
| HSL | 329.16º | 0.46% | 0.55% | - |
| HSV(B) | 329.16º | 0.55% | 0.76% | - |
| XYZ | 30.13 | 19.92 | 27.46 | - |
| YUV | 124.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 141 | 0 | 0.55 | 0.27 | 0.24 | 329.16 | 0.46 | 0.55 |
| Hex | C1 | 56 | 8D | 0 | 37 | 1B | 18 | 149 | 2E | 37 |
| Octal | 301 | 126 | 215 | 0 | 67 | 33 | 30 | 511 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10001101 | 0 | 110111 | 11011 | 11000 | 101001001 | 101110 | 110111 |
Color Harmonies of #C1568D
Complementary color
Monochromatic Colors of #C1568D
Black with #C1568D
Text Example
Text Example
White with #C1568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1568D; }
p { color: rgb(193,86,141); }
H1.HeaderClassName
{
color: #C1568D;
}
.AnyTagClassName
{
color: #C1568D;
}
</style>
background-color css
<style>
a { background-color: #C1568D; }
a { background-color: rgb(193,86,141); }
div.DivClassName
{
background-color: #C1568D;
}
.BgClassName
{
background-color: #C1568D;
}
</style>
border-color css
<style>
span { border-color: #C1568D; }
span { border-color: rgb(193,86,141); }
td.TdClassName
{
border-color: #C1568D;
}
.TagClassName
{
border-color: #C1568D;
}
</style>