Shades of Mulberry #C54385
Tints of Mulberry #C54385
RGB
CMYK
RGB Variations
Color information
#C54385 (or 0xC54385) is known color: Mulberry. HEX triplet: C5, 43 and 85. RGB value is (197,67,133). Sum of RGB (Red+Green+Blue) = 197+67+133=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C54385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54385 is #3ABC7A. Grayscale: #717171. Windows color (decimal): -3849339 or 8733637. OLE color: 8733637.
HSL color Cylindrical-coordinate representation of color #C54385: hue angle of 329.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54385 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 133 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.23 |
| HSL | 329.54º | 0.53% | 0.52% | - |
| HSV(B) | 329.54º | 0.66% | 0.77% | - |
| XYZ | 29.27 | 17.58 | 24.04 | - |
| YUV | 113.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 133 | 0 | 0.66 | 0.32 | 0.23 | 329.54 | 0.53 | 0.52 |
| Hex | C5 | 43 | 85 | 0 | 42 | 20 | 17 | 14A | 35 | 34 |
| Octal | 305 | 103 | 205 | 0 | 102 | 40 | 27 | 512 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10000101 | 0 | 1000010 | 100000 | 10111 | 101001010 | 110101 | 110100 |
Color Harmonies of #C54385
Complementary color
Monochromatic Colors of #C54385
Black with #C54385
Text Example
Text Example
White with #C54385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54385; }
p { color: rgb(197,67,133); }
H1.HeaderClassName
{
color: #C54385;
}
.AnyTagClassName
{
color: #C54385;
}
</style>
background-color css
<style>
a { background-color: #C54385; }
a { background-color: rgb(197,67,133); }
div.DivClassName
{
background-color: #C54385;
}
.BgClassName
{
background-color: #C54385;
}
</style>
border-color css
<style>
span { border-color: #C54385; }
span { border-color: rgb(197,67,133); }
td.TdClassName
{
border-color: #C54385;
}
.TagClassName
{
border-color: #C54385;
}
</style>