Shades of Mulberry #C549A7
Tints of Mulberry #C549A7
RGB
CMYK
RGB Variations
Color information
#C549A7 (or 0xC549A7) is known color: Mulberry. HEX triplet: C5, 49 and A7. RGB value is (197,73,167). Sum of RGB (Red+Green+Blue) = 197+73+167=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C549A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C549A7 is #3AB658. Grayscale: #787878. Windows color (decimal): -3847769 or 10963397. OLE color: 10963397.
HSL color Cylindrical-coordinate representation of color #C549A7: hue angle of 314.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C549A7 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 167 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.23 |
| HSL | 314.52º | 0.52% | 0.53% | - |
| HSV(B) | 314.52º | 0.63% | 0.77% | - |
| XYZ | 32.38 | 19.43 | 38.6 | - |
| YUV | 120.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 167 | 0 | 0.63 | 0.15 | 0.23 | 314.52 | 0.52 | 0.53 |
| Hex | C5 | 49 | A7 | 0 | 3F | F | 17 | 13B | 34 | 35 |
| Octal | 305 | 111 | 247 | 0 | 77 | 17 | 27 | 473 | 64 | 65 |
| Binary | 11000101 | 1001001 | 10100111 | 0 | 111111 | 1111 | 10111 | 100111011 | 110100 | 110101 |
Color Harmonies of #C549A7
Complementary color
Monochromatic Colors of #C549A7
Black with #C549A7
Text Example
Text Example
White with #C549A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549A7; }
p { color: rgb(197,73,167); }
H1.HeaderClassName
{
color: #C549A7;
}
.AnyTagClassName
{
color: #C549A7;
}
</style>
background-color css
<style>
a { background-color: #C549A7; }
a { background-color: rgb(197,73,167); }
div.DivClassName
{
background-color: #C549A7;
}
.BgClassName
{
background-color: #C549A7;
}
</style>
border-color css
<style>
span { border-color: #C549A7; }
span { border-color: rgb(197,73,167); }
td.TdClassName
{
border-color: #C549A7;
}
.TagClassName
{
border-color: #C549A7;
}
</style>