Shades of Mulberry #C14685
Tints of Mulberry #C14685
RGB
CMYK
RGB Variations
Color information
#C14685 (or 0xC14685) is known color: Mulberry. HEX triplet: C1, 46 and 85. RGB value is (193,70,133). Sum of RGB (Red+Green+Blue) = 193+70+133=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C14685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14685 is #3EB97A. Grayscale: #717171. Windows color (decimal): -4110715 or 8734401. OLE color: 8734401.
HSL color Cylindrical-coordinate representation of color #C14685: hue angle of 329.27º 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 #C14685 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 133 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.24 |
| HSL | 329.27º | 0.5% | 0.52% | - |
| HSV(B) | 329.27º | 0.64% | 0.76% | - |
| XYZ | 28.42 | 17.41 | 24.05 | - |
| YUV | 113.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 133 | 0 | 0.64 | 0.31 | 0.24 | 329.27 | 0.5 | 0.52 |
| Hex | C1 | 46 | 85 | 0 | 40 | 1F | 18 | 149 | 32 | 34 |
| Octal | 301 | 106 | 205 | 0 | 100 | 37 | 30 | 511 | 62 | 64 |
| Binary | 11000001 | 1000110 | 10000101 | 0 | 1000000 | 11111 | 11000 | 101001001 | 110010 | 110100 |
Color Harmonies of #C14685
Complementary color
Monochromatic Colors of #C14685
Black with #C14685
Text Example
Text Example
White with #C14685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14685; }
p { color: rgb(193,70,133); }
H1.HeaderClassName
{
color: #C14685;
}
.AnyTagClassName
{
color: #C14685;
}
</style>
background-color css
<style>
a { background-color: #C14685; }
a { background-color: rgb(193,70,133); }
div.DivClassName
{
background-color: #C14685;
}
.BgClassName
{
background-color: #C14685;
}
</style>
border-color css
<style>
span { border-color: #C14685; }
span { border-color: rgb(193,70,133); }
td.TdClassName
{
border-color: #C14685;
}
.TagClassName
{
border-color: #C14685;
}
</style>