Shades of Mulberry #C7457B
Tints of Mulberry #C7457B
RGB
CMYK
RGB Variations
Color information
#C7457B (or 0xC7457B) is known color: Mulberry. HEX triplet: C7, 45 and 7B. RGB value is (199,69,123). Sum of RGB (Red+Green+Blue) = 199+69+123=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7457B is #38BA84. Grayscale: #717171. Windows color (decimal): -3717765 or 8078791. OLE color: 8078791.
HSL color Cylindrical-coordinate representation of color #C7457B: hue angle of 335.08º 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 #C7457B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 123 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.22 |
| HSL | 335.08º | 0.54% | 0.53% | - |
| HSV(B) | 335.08º | 0.65% | 0.78% | - |
| XYZ | 29.26 | 17.83 | 20.64 | - |
| YUV | 114.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 123 | 0 | 0.65 | 0.38 | 0.22 | 335.08 | 0.54 | 0.53 |
| Hex | C7 | 45 | 7B | 0 | 41 | 26 | 16 | 14F | 36 | 35 |
| Octal | 307 | 105 | 173 | 0 | 101 | 46 | 26 | 517 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1111011 | 0 | 1000001 | 100110 | 10110 | 101001111 | 110110 | 110101 |
Color Harmonies of #C7457B
Complementary color
Monochromatic Colors of #C7457B
Black with #C7457B
Text Example
Text Example
White with #C7457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7457B; }
p { color: rgb(199,69,123); }
H1.HeaderClassName
{
color: #C7457B;
}
.AnyTagClassName
{
color: #C7457B;
}
</style>
background-color css
<style>
a { background-color: #C7457B; }
a { background-color: rgb(199,69,123); }
div.DivClassName
{
background-color: #C7457B;
}
.BgClassName
{
background-color: #C7457B;
}
</style>
border-color css
<style>
span { border-color: #C7457B; }
span { border-color: rgb(199,69,123); }
td.TdClassName
{
border-color: #C7457B;
}
.TagClassName
{
border-color: #C7457B;
}
</style>