Shades of Mulberry #C3497E
Tints of Mulberry #C3497E
RGB
CMYK
RGB Variations
Color information
#C3497E (or 0xC3497E) is known color: Mulberry. HEX triplet: C3, 49 and 7E. RGB value is (195,73,126). Sum of RGB (Red+Green+Blue) = 195+73+126=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3497E is #3CB681. Grayscale: #737373. Windows color (decimal): -3978882 or 8276419. OLE color: 8276419.
HSL color Cylindrical-coordinate representation of color #C3497E: hue angle of 333.93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3497E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 126 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.24 |
| HSL | 333.93º | 0.5% | 0.53% | - |
| HSV(B) | 333.93º | 0.63% | 0.76% | - |
| XYZ | 28.65 | 17.87 | 21.68 | - |
| YUV | 115.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 126 | 0 | 0.63 | 0.35 | 0.24 | 333.93 | 0.5 | 0.53 |
| Hex | C3 | 49 | 7E | 0 | 3F | 23 | 18 | 14E | 32 | 35 |
| Octal | 303 | 111 | 176 | 0 | 77 | 43 | 30 | 516 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1111110 | 0 | 111111 | 100011 | 11000 | 101001110 | 110010 | 110101 |
Color Harmonies of #C3497E
Complementary color
Monochromatic Colors of #C3497E
Black with #C3497E
Text Example
Text Example
White with #C3497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3497E; }
p { color: rgb(195,73,126); }
H1.HeaderClassName
{
color: #C3497E;
}
.AnyTagClassName
{
color: #C3497E;
}
</style>
background-color css
<style>
a { background-color: #C3497E; }
a { background-color: rgb(195,73,126); }
div.DivClassName
{
background-color: #C3497E;
}
.BgClassName
{
background-color: #C3497E;
}
</style>
border-color css
<style>
span { border-color: #C3497E; }
span { border-color: rgb(195,73,126); }
td.TdClassName
{
border-color: #C3497E;
}
.TagClassName
{
border-color: #C3497E;
}
</style>