Shades of Mulberry #C8457B
Tints of Mulberry #C8457B
RGB
CMYK
RGB Variations
Color information
#C8457B (or 0xC8457B) is known color: Mulberry. HEX triplet: C8, 45 and 7B. RGB value is (200,69,123). Sum of RGB (Red+Green+Blue) = 200+69+123=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8457B is #37BA84. Grayscale: #727272. Windows color (decimal): -3652229 or 8078792. OLE color: 8078792.
HSL color Cylindrical-coordinate representation of color #C8457B: hue angle of 335.27º 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 #C8457B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 123 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.22 |
| HSL | 335.27º | 0.54% | 0.53% | - |
| HSV(B) | 335.27º | 0.66% | 0.78% | - |
| XYZ | 29.52 | 17.97 | 20.65 | - |
| YUV | 114.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 123 | 0 | 0.66 | 0.38 | 0.22 | 335.27 | 0.54 | 0.53 |
| Hex | C8 | 45 | 7B | 0 | 42 | 26 | 16 | 14F | 36 | 35 |
| Octal | 310 | 105 | 173 | 0 | 102 | 46 | 26 | 517 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1111011 | 0 | 1000010 | 100110 | 10110 | 101001111 | 110110 | 110101 |
Color Harmonies of #C8457B
Complementary color
Monochromatic Colors of #C8457B
Black with #C8457B
Text Example
Text Example
White with #C8457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8457B; }
p { color: rgb(200,69,123); }
H1.HeaderClassName
{
color: #C8457B;
}
.AnyTagClassName
{
color: #C8457B;
}
</style>
background-color css
<style>
a { background-color: #C8457B; }
a { background-color: rgb(200,69,123); }
div.DivClassName
{
background-color: #C8457B;
}
.BgClassName
{
background-color: #C8457B;
}
</style>
border-color css
<style>
span { border-color: #C8457B; }
span { border-color: rgb(200,69,123); }
td.TdClassName
{
border-color: #C8457B;
}
.TagClassName
{
border-color: #C8457B;
}
</style>