Shades of Mulberry #C7468B
Tints of Mulberry #C7468B
RGB
CMYK
RGB Variations
Color information
#C7468B (or 0xC7468B) is known color: Mulberry. HEX triplet: C7, 46 and 8B. RGB value is (199,70,139). Sum of RGB (Red+Green+Blue) = 199+70+139=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7468B is #38B974. Grayscale: #747474. Windows color (decimal): -3717493 or 9127623. OLE color: 9127623.
HSL color Cylindrical-coordinate representation of color #C7468B: hue angle of 327.91º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7468B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 139 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.22 |
| HSL | 327.91º | 0.54% | 0.53% | - |
| HSV(B) | 327.91º | 0.65% | 0.78% | - |
| XYZ | 30.4 | 18.39 | 26.37 | - |
| YUV | 116.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 139 | 0 | 0.65 | 0.30 | 0.22 | 327.91 | 0.54 | 0.53 |
| Hex | C7 | 46 | 8B | 0 | 41 | 1E | 16 | 148 | 36 | 35 |
| Octal | 307 | 106 | 213 | 0 | 101 | 36 | 26 | 510 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10001011 | 0 | 1000001 | 11110 | 10110 | 101001000 | 110110 | 110101 |
Color Harmonies of #C7468B
Complementary color
Monochromatic Colors of #C7468B
Black with #C7468B
Text Example
Text Example
White with #C7468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7468B; }
p { color: rgb(199,70,139); }
H1.HeaderClassName
{
color: #C7468B;
}
.AnyTagClassName
{
color: #C7468B;
}
</style>
background-color css
<style>
a { background-color: #C7468B; }
a { background-color: rgb(199,70,139); }
div.DivClassName
{
background-color: #C7468B;
}
.BgClassName
{
background-color: #C7468B;
}
</style>
border-color css
<style>
span { border-color: #C7468B; }
span { border-color: rgb(199,70,139); }
td.TdClassName
{
border-color: #C7468B;
}
.TagClassName
{
border-color: #C7468B;
}
</style>