Shades of Mulberry #C1569D
Tints of Mulberry #C1569D
RGB
CMYK
RGB Variations
Color information
#C1569D (or 0xC1569D) is known color: Mulberry. HEX triplet: C1, 56 and 9D. RGB value is (193,86,157). Sum of RGB (Red+Green+Blue) = 193+86+157=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1569D is #3EA962. Grayscale: #7D7D7D. Windows color (decimal): -4106595 or 10311361. OLE color: 10311361.
HSL color Cylindrical-coordinate representation of color #C1569D: hue angle of 320.19º 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 #C1569D is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 157 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.24 |
| HSL | 320.19º | 0.46% | 0.55% | - |
| HSV(B) | 320.19º | 0.55% | 0.76% | - |
| XYZ | 31.41 | 20.43 | 34.19 | - |
| YUV | 126.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 157 | 0 | 0.55 | 0.19 | 0.24 | 320.19 | 0.46 | 0.55 |
| Hex | C1 | 56 | 9D | 0 | 37 | 13 | 18 | 140 | 2E | 37 |
| Octal | 301 | 126 | 235 | 0 | 67 | 23 | 30 | 500 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10011101 | 0 | 110111 | 10011 | 11000 | 101000000 | 101110 | 110111 |
Color Harmonies of #C1569D
Complementary color
Monochromatic Colors of #C1569D
Black with #C1569D
Text Example
Text Example
White with #C1569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1569D; }
p { color: rgb(193,86,157); }
H1.HeaderClassName
{
color: #C1569D;
}
.AnyTagClassName
{
color: #C1569D;
}
</style>
background-color css
<style>
a { background-color: #C1569D; }
a { background-color: rgb(193,86,157); }
div.DivClassName
{
background-color: #C1569D;
}
.BgClassName
{
background-color: #C1569D;
}
</style>
border-color css
<style>
span { border-color: #C1569D; }
span { border-color: rgb(193,86,157); }
td.TdClassName
{
border-color: #C1569D;
}
.TagClassName
{
border-color: #C1569D;
}
</style>