Shades of Mulberry #C3467D
Tints of Mulberry #C3467D
RGB
CMYK
RGB Variations
Color information
#C3467D (or 0xC3467D) is known color: Mulberry. HEX triplet: C3, 46 and 7D. RGB value is (195,70,125). Sum of RGB (Red+Green+Blue) = 195+70+125=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3467D is #3CB982. Grayscale: #717171. Windows color (decimal): -3979651 or 8210115. OLE color: 8210115.
HSL color Cylindrical-coordinate representation of color #C3467D: hue angle of 333.6º 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 #C3467D is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 125 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.24 |
| HSL | 333.6º | 0.51% | 0.52% | - |
| HSV(B) | 333.6º | 0.64% | 0.76% | - |
| XYZ | 28.4 | 17.46 | 21.28 | - |
| YUV | 113.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 125 | 0 | 0.64 | 0.36 | 0.24 | 333.6 | 0.51 | 0.52 |
| Hex | C3 | 46 | 7D | 0 | 40 | 24 | 18 | 14E | 33 | 34 |
| Octal | 303 | 106 | 175 | 0 | 100 | 44 | 30 | 516 | 63 | 64 |
| Binary | 11000011 | 1000110 | 1111101 | 0 | 1000000 | 100100 | 11000 | 101001110 | 110011 | 110100 |
Color Harmonies of #C3467D
Complementary color
Monochromatic Colors of #C3467D
Black with #C3467D
Text Example
Text Example
White with #C3467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3467D; }
p { color: rgb(195,70,125); }
H1.HeaderClassName
{
color: #C3467D;
}
.AnyTagClassName
{
color: #C3467D;
}
</style>
background-color css
<style>
a { background-color: #C3467D; }
a { background-color: rgb(195,70,125); }
div.DivClassName
{
background-color: #C3467D;
}
.BgClassName
{
background-color: #C3467D;
}
</style>
border-color css
<style>
span { border-color: #C3467D; }
span { border-color: rgb(195,70,125); }
td.TdClassName
{
border-color: #C3467D;
}
.TagClassName
{
border-color: #C3467D;
}
</style>