Shades of Mulberry #C3468E
Tints of Mulberry #C3468E
RGB
CMYK
RGB Variations
Color information
#C3468E (or 0xC3468E) is known color: Mulberry. HEX triplet: C3, 46 and 8E. RGB value is (195,70,142). Sum of RGB (Red+Green+Blue) = 195+70+142=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3468E is #3CB971. Grayscale: #737373. Windows color (decimal): -3979634 or 9324227. OLE color: 9324227.
HSL color Cylindrical-coordinate representation of color #C3468E: hue angle of 325.44º degrees, saturation: 0.51, 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 #C3468E is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 142 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.24 |
| HSL | 325.44º | 0.51% | 0.52% | - |
| HSV(B) | 325.44º | 0.64% | 0.76% | - |
| XYZ | 29.58 | 17.94 | 27.49 | - |
| YUV | 115.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 142 | 0 | 0.64 | 0.27 | 0.24 | 325.44 | 0.51 | 0.52 |
| Hex | C3 | 46 | 8E | 0 | 40 | 1B | 18 | 145 | 33 | 34 |
| Octal | 303 | 106 | 216 | 0 | 100 | 33 | 30 | 505 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10001110 | 0 | 1000000 | 11011 | 11000 | 101000101 | 110011 | 110100 |
Color Harmonies of #C3468E
Complementary color
Monochromatic Colors of #C3468E
Black with #C3468E
Text Example
Text Example
White with #C3468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3468E; }
p { color: rgb(195,70,142); }
H1.HeaderClassName
{
color: #C3468E;
}
.AnyTagClassName
{
color: #C3468E;
}
</style>
background-color css
<style>
a { background-color: #C3468E; }
a { background-color: rgb(195,70,142); }
div.DivClassName
{
background-color: #C3468E;
}
.BgClassName
{
background-color: #C3468E;
}
</style>
border-color css
<style>
span { border-color: #C3468E; }
span { border-color: rgb(195,70,142); }
td.TdClassName
{
border-color: #C3468E;
}
.TagClassName
{
border-color: #C3468E;
}
</style>