Shades of Mulberry #C1468D
Tints of Mulberry #C1468D
RGB
CMYK
RGB Variations
Color information
#C1468D (or 0xC1468D) is known color: Mulberry. HEX triplet: C1, 46 and 8D. RGB value is (193,70,141). Sum of RGB (Red+Green+Blue) = 193+70+141=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1468D is #3EB972. Grayscale: #727272. Windows color (decimal): -4110707 or 9258689. OLE color: 9258689.
HSL color Cylindrical-coordinate representation of color #C1468D: hue angle of 325.37º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1468D is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 141 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.24 |
| HSL | 325.37º | 0.5% | 0.52% | - |
| HSV(B) | 325.37º | 0.64% | 0.76% | - |
| XYZ | 28.99 | 17.64 | 27.08 | - |
| YUV | 114.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 141 | 0 | 0.64 | 0.27 | 0.24 | 325.37 | 0.5 | 0.52 |
| Hex | C1 | 46 | 8D | 0 | 40 | 1B | 18 | 145 | 32 | 34 |
| Octal | 301 | 106 | 215 | 0 | 100 | 33 | 30 | 505 | 62 | 64 |
| Binary | 11000001 | 1000110 | 10001101 | 0 | 1000000 | 11011 | 11000 | 101000101 | 110010 | 110100 |
Color Harmonies of #C1468D
Complementary color
Monochromatic Colors of #C1468D
Black with #C1468D
Text Example
Text Example
White with #C1468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1468D; }
p { color: rgb(193,70,141); }
H1.HeaderClassName
{
color: #C1468D;
}
.AnyTagClassName
{
color: #C1468D;
}
</style>
background-color css
<style>
a { background-color: #C1468D; }
a { background-color: rgb(193,70,141); }
div.DivClassName
{
background-color: #C1468D;
}
.BgClassName
{
background-color: #C1468D;
}
</style>
border-color css
<style>
span { border-color: #C1468D; }
span { border-color: rgb(193,70,141); }
td.TdClassName
{
border-color: #C1468D;
}
.TagClassName
{
border-color: #C1468D;
}
</style>