Shades of Mulberry #C5449A
Tints of Mulberry #C5449A
RGB
CMYK
RGB Variations
Color information
#C5449A (or 0xC5449A) is known color: Mulberry. HEX triplet: C5, 44 and 9A. RGB value is (197,68,154). Sum of RGB (Red+Green+Blue) = 197+68+154=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5449A is #3ABB65. Grayscale: #747474. Windows color (decimal): -3849062 or 10110149. OLE color: 10110149.
HSL color Cylindrical-coordinate representation of color #C5449A: hue angle of 320º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5449A is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 154 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.23 |
| HSL | 320º | 0.53% | 0.52% | - |
| HSV(B) | 320º | 0.65% | 0.77% | - |
| XYZ | 30.93 | 18.34 | 32.48 | - |
| YUV | 116.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 154 | 0 | 0.65 | 0.22 | 0.23 | 320 | 0.53 | 0.52 |
| Hex | C5 | 44 | 9A | 0 | 41 | 16 | 17 | 140 | 35 | 34 |
| Octal | 305 | 104 | 232 | 0 | 101 | 26 | 27 | 500 | 65 | 64 |
| Binary | 11000101 | 1000100 | 10011010 | 0 | 1000001 | 10110 | 10111 | 101000000 | 110101 | 110100 |
Color Harmonies of #C5449A
Complementary color
Monochromatic Colors of #C5449A
Black with #C5449A
Text Example
Text Example
White with #C5449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5449A; }
p { color: rgb(197,68,154); }
H1.HeaderClassName
{
color: #C5449A;
}
.AnyTagClassName
{
color: #C5449A;
}
</style>
background-color css
<style>
a { background-color: #C5449A; }
a { background-color: rgb(197,68,154); }
div.DivClassName
{
background-color: #C5449A;
}
.BgClassName
{
background-color: #C5449A;
}
</style>
border-color css
<style>
span { border-color: #C5449A; }
span { border-color: rgb(197,68,154); }
td.TdClassName
{
border-color: #C5449A;
}
.TagClassName
{
border-color: #C5449A;
}
</style>