Shades of Mulberry #C1468A
Tints of Mulberry #C1468A
RGB
CMYK
RGB Variations
Color information
#C1468A (or 0xC1468A) is known color: Mulberry. HEX triplet: C1, 46 and 8A. RGB value is (193,70,138). Sum of RGB (Red+Green+Blue) = 193+70+138=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1468A is #3EB975. Grayscale: #727272. Windows color (decimal): -4110710 or 9062081. OLE color: 9062081.
HSL color Cylindrical-coordinate representation of color #C1468A: hue angle of 326.83º 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 #C1468A is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 138 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.24 |
| HSL | 326.83º | 0.5% | 0.52% | - |
| HSV(B) | 326.83º | 0.64% | 0.76% | - |
| XYZ | 28.77 | 17.55 | 25.92 | - |
| YUV | 114.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 138 | 0 | 0.64 | 0.28 | 0.24 | 326.83 | 0.5 | 0.52 |
| Hex | C1 | 46 | 8A | 0 | 40 | 1C | 18 | 147 | 32 | 34 |
| Octal | 301 | 106 | 212 | 0 | 100 | 34 | 30 | 507 | 62 | 64 |
| Binary | 11000001 | 1000110 | 10001010 | 0 | 1000000 | 11100 | 11000 | 101000111 | 110010 | 110100 |
Color Harmonies of #C1468A
Complementary color
Monochromatic Colors of #C1468A
Black with #C1468A
Text Example
Text Example
White with #C1468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1468A; }
p { color: rgb(193,70,138); }
H1.HeaderClassName
{
color: #C1468A;
}
.AnyTagClassName
{
color: #C1468A;
}
</style>
background-color css
<style>
a { background-color: #C1468A; }
a { background-color: rgb(193,70,138); }
div.DivClassName
{
background-color: #C1468A;
}
.BgClassName
{
background-color: #C1468A;
}
</style>
border-color css
<style>
span { border-color: #C1468A; }
span { border-color: rgb(193,70,138); }
td.TdClassName
{
border-color: #C1468A;
}
.TagClassName
{
border-color: #C1468A;
}
</style>