Shades of Mulberry #C2468B
Tints of Mulberry #C2468B
RGB
CMYK
RGB Variations
Color information
#C2468B (or 0xC2468B) is known color: Mulberry. HEX triplet: C2, 46 and 8B. RGB value is (194,70,139). Sum of RGB (Red+Green+Blue) = 194+70+139=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2468B is #3DB974. Grayscale: #727272. Windows color (decimal): -4045173 or 9127618. OLE color: 9127618.
HSL color Cylindrical-coordinate representation of color #C2468B: hue angle of 326.61º 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 #C2468B is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 139 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.24 |
| HSL | 326.61º | 0.5% | 0.52% | - |
| HSV(B) | 326.61º | 0.64% | 0.76% | - |
| XYZ | 29.1 | 17.71 | 26.31 | - |
| YUV | 114.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 139 | 0 | 0.64 | 0.28 | 0.24 | 326.61 | 0.5 | 0.52 |
| Hex | C2 | 46 | 8B | 0 | 40 | 1C | 18 | 147 | 32 | 34 |
| Octal | 302 | 106 | 213 | 0 | 100 | 34 | 30 | 507 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10001011 | 0 | 1000000 | 11100 | 11000 | 101000111 | 110010 | 110100 |
Color Harmonies of #C2468B
Complementary color
Monochromatic Colors of #C2468B
Black with #C2468B
Text Example
Text Example
White with #C2468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2468B; }
p { color: rgb(194,70,139); }
H1.HeaderClassName
{
color: #C2468B;
}
.AnyTagClassName
{
color: #C2468B;
}
</style>
background-color css
<style>
a { background-color: #C2468B; }
a { background-color: rgb(194,70,139); }
div.DivClassName
{
background-color: #C2468B;
}
.BgClassName
{
background-color: #C2468B;
}
</style>
border-color css
<style>
span { border-color: #C2468B; }
span { border-color: rgb(194,70,139); }
td.TdClassName
{
border-color: #C2468B;
}
.TagClassName
{
border-color: #C2468B;
}
</style>