Shades of Mulberry #C5418C
Tints of Mulberry #C5418C
RGB
CMYK
RGB Variations
Color information
#C5418C (or 0xC5418C) is known color: Mulberry. HEX triplet: C5, 41 and 8C. RGB value is (197,65,140). Sum of RGB (Red+Green+Blue) = 197+65+140=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5418C is #3ABE73. Grayscale: #707070. Windows color (decimal): -3849844 or 9191877. OLE color: 9191877.
HSL color Cylindrical-coordinate representation of color #C5418C: hue angle of 325.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5418C is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 140 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.23 |
| HSL | 325.91º | 0.53% | 0.51% | - |
| HSV(B) | 325.91º | 0.67% | 0.77% | - |
| XYZ | 29.65 | 17.54 | 26.63 | - |
| YUV | 113.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 140 | 0 | 0.67 | 0.29 | 0.23 | 325.91 | 0.53 | 0.51 |
| Hex | C5 | 41 | 8C | 0 | 43 | 1D | 17 | 146 | 35 | 33 |
| Octal | 305 | 101 | 214 | 0 | 103 | 35 | 27 | 506 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10001100 | 0 | 1000011 | 11101 | 10111 | 101000110 | 110101 | 110011 |
Color Harmonies of #C5418C
Complementary color
Monochromatic Colors of #C5418C
Black with #C5418C
Text Example
Text Example
White with #C5418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5418C; }
p { color: rgb(197,65,140); }
H1.HeaderClassName
{
color: #C5418C;
}
.AnyTagClassName
{
color: #C5418C;
}
</style>
background-color css
<style>
a { background-color: #C5418C; }
a { background-color: rgb(197,65,140); }
div.DivClassName
{
background-color: #C5418C;
}
.BgClassName
{
background-color: #C5418C;
}
</style>
border-color css
<style>
span { border-color: #C5418C; }
span { border-color: rgb(197,65,140); }
td.TdClassName
{
border-color: #C5418C;
}
.TagClassName
{
border-color: #C5418C;
}
</style>