Shades of Mulberry #C546A7
Tints of Mulberry #C546A7
RGB
CMYK
RGB Variations
Color information
#C546A7 (or 0xC546A7) is known color: Mulberry. HEX triplet: C5, 46 and A7. RGB value is (197,70,167). Sum of RGB (Red+Green+Blue) = 197+70+167=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C546A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546A7 is #3AB958. Grayscale: #767676. Windows color (decimal): -3848537 or 10962629. OLE color: 10962629.
HSL color Cylindrical-coordinate representation of color #C546A7: hue angle of 314.17º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C546A7 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 167 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.23 |
| HSL | 314.17º | 0.52% | 0.52% | - |
| HSV(B) | 314.17º | 0.64% | 0.77% | - |
| XYZ | 32.19 | 19.04 | 38.54 | - |
| YUV | 119.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 167 | 0 | 0.64 | 0.15 | 0.23 | 314.17 | 0.52 | 0.52 |
| Hex | C5 | 46 | A7 | 0 | 40 | F | 17 | 13A | 34 | 34 |
| Octal | 305 | 106 | 247 | 0 | 100 | 17 | 27 | 472 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10100111 | 0 | 1000000 | 1111 | 10111 | 100111010 | 110100 | 110100 |
Color Harmonies of #C546A7
Complementary color
Monochromatic Colors of #C546A7
Black with #C546A7
Text Example
Text Example
White with #C546A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546A7; }
p { color: rgb(197,70,167); }
H1.HeaderClassName
{
color: #C546A7;
}
.AnyTagClassName
{
color: #C546A7;
}
</style>
background-color css
<style>
a { background-color: #C546A7; }
a { background-color: rgb(197,70,167); }
div.DivClassName
{
background-color: #C546A7;
}
.BgClassName
{
background-color: #C546A7;
}
</style>
border-color css
<style>
span { border-color: #C546A7; }
span { border-color: rgb(197,70,167); }
td.TdClassName
{
border-color: #C546A7;
}
.TagClassName
{
border-color: #C546A7;
}
</style>