Shades of Mulberry #C3468F
Tints of Mulberry #C3468F
RGB
CMYK
RGB Variations
Color information
#C3468F (or 0xC3468F) is known color: Mulberry. HEX triplet: C3, 46 and 8F. RGB value is (195,70,143). Sum of RGB (Red+Green+Blue) = 195+70+143=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3468F is #3CB970. Grayscale: #737373. Windows color (decimal): -3979633 or 9389763. OLE color: 9389763.
HSL color Cylindrical-coordinate representation of color #C3468F: hue angle of 324.96º 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 #C3468F is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 143 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.24 |
| HSL | 324.96º | 0.51% | 0.52% | - |
| HSV(B) | 324.96º | 0.64% | 0.76% | - |
| XYZ | 29.65 | 17.97 | 27.89 | - |
| YUV | 115.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 143 | 0 | 0.64 | 0.27 | 0.24 | 324.96 | 0.51 | 0.52 |
| Hex | C3 | 46 | 8F | 0 | 40 | 1B | 18 | 145 | 33 | 34 |
| Octal | 303 | 106 | 217 | 0 | 100 | 33 | 30 | 505 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10001111 | 0 | 1000000 | 11011 | 11000 | 101000101 | 110011 | 110100 |
Color Harmonies of #C3468F
Complementary color
Monochromatic Colors of #C3468F
Black with #C3468F
Text Example
Text Example
White with #C3468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3468F; }
p { color: rgb(195,70,143); }
H1.HeaderClassName
{
color: #C3468F;
}
.AnyTagClassName
{
color: #C3468F;
}
</style>
background-color css
<style>
a { background-color: #C3468F; }
a { background-color: rgb(195,70,143); }
div.DivClassName
{
background-color: #C3468F;
}
.BgClassName
{
background-color: #C3468F;
}
</style>
border-color css
<style>
span { border-color: #C3468F; }
span { border-color: rgb(195,70,143); }
td.TdClassName
{
border-color: #C3468F;
}
.TagClassName
{
border-color: #C3468F;
}
</style>