Shades of Mulberry #C146A3
Tints of Mulberry #C146A3
RGB
CMYK
RGB Variations
Color information
#C146A3 (or 0xC146A3) is known color: Mulberry. HEX triplet: C1, 46 and A3. RGB value is (193,70,163). Sum of RGB (Red+Green+Blue) = 193+70+163=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C146A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146A3 is #3EB95C. Grayscale: #757575. Windows color (decimal): -4110685 or 10700481. OLE color: 10700481.
HSL color Cylindrical-coordinate representation of color #C146A3: hue angle of 314.63º 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 #C146A3 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 163 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.24 |
| HSL | 314.63º | 0.5% | 0.52% | - |
| HSV(B) | 314.63º | 0.64% | 0.76% | - |
| XYZ | 30.79 | 18.36 | 36.57 | - |
| YUV | 117.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 163 | 0 | 0.64 | 0.16 | 0.24 | 314.63 | 0.5 | 0.52 |
| Hex | C1 | 46 | A3 | 0 | 40 | 10 | 18 | 13B | 32 | 34 |
| Octal | 301 | 106 | 243 | 0 | 100 | 20 | 30 | 473 | 62 | 64 |
| Binary | 11000001 | 1000110 | 10100011 | 0 | 1000000 | 10000 | 11000 | 100111011 | 110010 | 110100 |
Color Harmonies of #C146A3
Complementary color
Monochromatic Colors of #C146A3
Black with #C146A3
Text Example
Text Example
White with #C146A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146A3; }
p { color: rgb(193,70,163); }
H1.HeaderClassName
{
color: #C146A3;
}
.AnyTagClassName
{
color: #C146A3;
}
</style>
background-color css
<style>
a { background-color: #C146A3; }
a { background-color: rgb(193,70,163); }
div.DivClassName
{
background-color: #C146A3;
}
.BgClassName
{
background-color: #C146A3;
}
</style>
border-color css
<style>
span { border-color: #C146A3; }
span { border-color: rgb(193,70,163); }
td.TdClassName
{
border-color: #C146A3;
}
.TagClassName
{
border-color: #C146A3;
}
</style>