Shades of Mulberry #C246A2
Tints of Mulberry #C246A2
RGB
CMYK
RGB Variations
Color information
#C246A2 (or 0xC246A2) is known color: Mulberry. HEX triplet: C2, 46 and A2. RGB value is (194,70,162). Sum of RGB (Red+Green+Blue) = 194+70+162=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C246A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246A2 is #3DB95D. Grayscale: #757575. Windows color (decimal): -4045150 or 10634946. OLE color: 10634946.
HSL color Cylindrical-coordinate representation of color #C246A2: hue angle of 315.48º 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 #C246A2 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 162 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.24 |
| HSL | 315.48º | 0.5% | 0.52% | - |
| HSV(B) | 315.48º | 0.64% | 0.76% | - |
| XYZ | 30.96 | 18.46 | 36.11 | - |
| YUV | 117.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 162 | 0 | 0.64 | 0.16 | 0.24 | 315.48 | 0.5 | 0.52 |
| Hex | C2 | 46 | A2 | 0 | 40 | 10 | 18 | 13B | 32 | 34 |
| Octal | 302 | 106 | 242 | 0 | 100 | 20 | 30 | 473 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10100010 | 0 | 1000000 | 10000 | 11000 | 100111011 | 110010 | 110100 |
Color Harmonies of #C246A2
Complementary color
Monochromatic Colors of #C246A2
Black with #C246A2
Text Example
Text Example
White with #C246A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246A2; }
p { color: rgb(194,70,162); }
H1.HeaderClassName
{
color: #C246A2;
}
.AnyTagClassName
{
color: #C246A2;
}
</style>
background-color css
<style>
a { background-color: #C246A2; }
a { background-color: rgb(194,70,162); }
div.DivClassName
{
background-color: #C246A2;
}
.BgClassName
{
background-color: #C246A2;
}
</style>
border-color css
<style>
span { border-color: #C246A2; }
span { border-color: rgb(194,70,162); }
td.TdClassName
{
border-color: #C246A2;
}
.TagClassName
{
border-color: #C246A2;
}
</style>