Shades of Mulberry #C7468F
Tints of Mulberry #C7468F
RGB
CMYK
RGB Variations
Color information
#C7468F (or 0xC7468F) is known color: Mulberry. HEX triplet: C7, 46 and 8F. RGB value is (199,70,143). Sum of RGB (Red+Green+Blue) = 199+70+143=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7468F is #38B970. Grayscale: #747474. Windows color (decimal): -3717489 or 9389767. OLE color: 9389767.
HSL color Cylindrical-coordinate representation of color #C7468F: hue angle of 326.05º 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 #C7468F is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 143 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.22 |
| HSL | 326.05º | 0.54% | 0.53% | - |
| HSV(B) | 326.05º | 0.65% | 0.78% | - |
| XYZ | 30.7 | 18.51 | 27.94 | - |
| YUV | 116.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 143 | 0 | 0.65 | 0.28 | 0.22 | 326.05 | 0.54 | 0.53 |
| Hex | C7 | 46 | 8F | 0 | 41 | 1C | 16 | 146 | 36 | 35 |
| Octal | 307 | 106 | 217 | 0 | 101 | 34 | 26 | 506 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10001111 | 0 | 1000001 | 11100 | 10110 | 101000110 | 110110 | 110101 |
Color Harmonies of #C7468F
Complementary color
Monochromatic Colors of #C7468F
Black with #C7468F
Text Example
Text Example
White with #C7468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7468F; }
p { color: rgb(199,70,143); }
H1.HeaderClassName
{
color: #C7468F;
}
.AnyTagClassName
{
color: #C7468F;
}
</style>
background-color css
<style>
a { background-color: #C7468F; }
a { background-color: rgb(199,70,143); }
div.DivClassName
{
background-color: #C7468F;
}
.BgClassName
{
background-color: #C7468F;
}
</style>
border-color css
<style>
span { border-color: #C7468F; }
span { border-color: rgb(199,70,143); }
td.TdClassName
{
border-color: #C7468F;
}
.TagClassName
{
border-color: #C7468F;
}
</style>