Shades of Mulberry #C0468B
Tints of Mulberry #C0468B
RGB
CMYK
RGB Variations
Color information
#C0468B (or 0xC0468B) is known color: Mulberry. HEX triplet: C0, 46 and 8B. RGB value is (192,70,139). Sum of RGB (Red+Green+Blue) = 192+70+139=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0468B is #3FB974. Grayscale: #727272. Windows color (decimal): -4176245 or 9127616. OLE color: 9127616.
HSL color Cylindrical-coordinate representation of color #C0468B: hue angle of 326.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0468B is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 139 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.25 |
| HSL | 326.07º | 0.49% | 0.51% | - |
| HSV(B) | 326.07º | 0.64% | 0.75% | - |
| XYZ | 28.59 | 17.45 | 26.29 | - |
| YUV | 114.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 139 | 0 | 0.64 | 0.28 | 0.25 | 326.07 | 0.49 | 0.51 |
| Hex | C0 | 46 | 8B | 0 | 40 | 1C | 19 | 146 | 31 | 33 |
| Octal | 300 | 106 | 213 | 0 | 100 | 34 | 31 | 506 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10001011 | 0 | 1000000 | 11100 | 11001 | 101000110 | 110001 | 110011 |
Color Harmonies of #C0468B
Complementary color
Monochromatic Colors of #C0468B
Black with #C0468B
Text Example
Text Example
White with #C0468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0468B; }
p { color: rgb(192,70,139); }
H1.HeaderClassName
{
color: #C0468B;
}
.AnyTagClassName
{
color: #C0468B;
}
</style>
background-color css
<style>
a { background-color: #C0468B; }
a { background-color: rgb(192,70,139); }
div.DivClassName
{
background-color: #C0468B;
}
.BgClassName
{
background-color: #C0468B;
}
</style>
border-color css
<style>
span { border-color: #C0468B; }
span { border-color: rgb(192,70,139); }
td.TdClassName
{
border-color: #C0468B;
}
.TagClassName
{
border-color: #C0468B;
}
</style>