Shades of Mulberry #C5448A
Tints of Mulberry #C5448A
RGB
CMYK
RGB Variations
Color information
#C5448A (or 0xC5448A) is known color: Mulberry. HEX triplet: C5, 44 and 8A. RGB value is (197,68,138). Sum of RGB (Red+Green+Blue) = 197+68+138=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5448A is #3ABB75. Grayscale: #727272. Windows color (decimal): -3849078 or 9061573. OLE color: 9061573.
HSL color Cylindrical-coordinate representation of color #C5448A: hue angle of 327.44º 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 #C5448A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 138 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.23 |
| HSL | 327.44º | 0.53% | 0.52% | - |
| HSV(B) | 327.44º | 0.65% | 0.77% | - |
| XYZ | 29.68 | 17.84 | 25.92 | - |
| YUV | 114.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 138 | 0 | 0.65 | 0.30 | 0.23 | 327.44 | 0.53 | 0.52 |
| Hex | C5 | 44 | 8A | 0 | 41 | 1E | 17 | 147 | 35 | 34 |
| Octal | 305 | 104 | 212 | 0 | 101 | 36 | 27 | 507 | 65 | 64 |
| Binary | 11000101 | 1000100 | 10001010 | 0 | 1000001 | 11110 | 10111 | 101000111 | 110101 | 110100 |
Color Harmonies of #C5448A
Complementary color
Monochromatic Colors of #C5448A
Black with #C5448A
Text Example
Text Example
White with #C5448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5448A; }
p { color: rgb(197,68,138); }
H1.HeaderClassName
{
color: #C5448A;
}
.AnyTagClassName
{
color: #C5448A;
}
</style>
background-color css
<style>
a { background-color: #C5448A; }
a { background-color: rgb(197,68,138); }
div.DivClassName
{
background-color: #C5448A;
}
.BgClassName
{
background-color: #C5448A;
}
</style>
border-color css
<style>
span { border-color: #C5448A; }
span { border-color: rgb(197,68,138); }
td.TdClassName
{
border-color: #C5448A;
}
.TagClassName
{
border-color: #C5448A;
}
</style>