Shades of Mulberry #C54186
Tints of Mulberry #C54186
RGB
CMYK
RGB Variations
Color information
#C54186 (or 0xC54186) is known color: Mulberry. HEX triplet: C5, 41 and 86. RGB value is (197,65,134). Sum of RGB (Red+Green+Blue) = 197+65+134=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C54186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54186 is #3ABE79. Grayscale: #707070. Windows color (decimal): -3849850 or 8798661. OLE color: 8798661.
HSL color Cylindrical-coordinate representation of color #C54186: hue angle of 328.64º 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 #C54186 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 134 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.23 |
| HSL | 328.64º | 0.53% | 0.51% | - |
| HSV(B) | 328.64º | 0.67% | 0.77% | - |
| XYZ | 29.22 | 17.37 | 24.37 | - |
| YUV | 112.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 134 | 0 | 0.67 | 0.32 | 0.23 | 328.64 | 0.53 | 0.51 |
| Hex | C5 | 41 | 86 | 0 | 43 | 20 | 17 | 149 | 35 | 33 |
| Octal | 305 | 101 | 206 | 0 | 103 | 40 | 27 | 511 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10000110 | 0 | 1000011 | 100000 | 10111 | 101001001 | 110101 | 110011 |
Color Harmonies of #C54186
Complementary color
Monochromatic Colors of #C54186
Black with #C54186
Text Example
Text Example
White with #C54186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54186; }
p { color: rgb(197,65,134); }
H1.HeaderClassName
{
color: #C54186;
}
.AnyTagClassName
{
color: #C54186;
}
</style>
background-color css
<style>
a { background-color: #C54186; }
a { background-color: rgb(197,65,134); }
div.DivClassName
{
background-color: #C54186;
}
.BgClassName
{
background-color: #C54186;
}
</style>
border-color css
<style>
span { border-color: #C54186; }
span { border-color: rgb(197,65,134); }
td.TdClassName
{
border-color: #C54186;
}
.TagClassName
{
border-color: #C54186;
}
</style>