Shades of Mulberry #C547A2
Tints of Mulberry #C547A2
RGB
CMYK
RGB Variations
Color information
#C547A2 (or 0xC547A2) is known color: Mulberry. HEX triplet: C5, 47 and A2. RGB value is (197,71,162). Sum of RGB (Red+Green+Blue) = 197+71+162=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C547A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547A2 is #3AB85D. Grayscale: #767676. Windows color (decimal): -3848286 or 10635205. OLE color: 10635205.
HSL color Cylindrical-coordinate representation of color #C547A2: hue angle of 316.67º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C547A2 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 162 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.23 |
| HSL | 316.67º | 0.52% | 0.53% | - |
| HSV(B) | 316.67º | 0.64% | 0.77% | - |
| XYZ | 31.8 | 18.99 | 36.17 | - |
| YUV | 119.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 162 | 0 | 0.64 | 0.18 | 0.23 | 316.67 | 0.52 | 0.53 |
| Hex | C5 | 47 | A2 | 0 | 40 | 12 | 17 | 13D | 34 | 35 |
| Octal | 305 | 107 | 242 | 0 | 100 | 22 | 27 | 475 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10100010 | 0 | 1000000 | 10010 | 10111 | 100111101 | 110100 | 110101 |
Color Harmonies of #C547A2
Complementary color
Monochromatic Colors of #C547A2
Black with #C547A2
Text Example
Text Example
White with #C547A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547A2; }
p { color: rgb(197,71,162); }
H1.HeaderClassName
{
color: #C547A2;
}
.AnyTagClassName
{
color: #C547A2;
}
</style>
background-color css
<style>
a { background-color: #C547A2; }
a { background-color: rgb(197,71,162); }
div.DivClassName
{
background-color: #C547A2;
}
.BgClassName
{
background-color: #C547A2;
}
</style>
border-color css
<style>
span { border-color: #C547A2; }
span { border-color: rgb(197,71,162); }
td.TdClassName
{
border-color: #C547A2;
}
.TagClassName
{
border-color: #C547A2;
}
</style>