Shades of Mulberry #C4448A
Tints of Mulberry #C4448A
RGB
CMYK
RGB Variations
Color information
#C4448A (or 0xC4448A) is known color: Mulberry. HEX triplet: C4, 44 and 8A. RGB value is (196,68,138). Sum of RGB (Red+Green+Blue) = 196+68+138=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4448A is #3BBB75. Grayscale: #727272. Windows color (decimal): -3914614 or 9061572. OLE color: 9061572.
HSL color Cylindrical-coordinate representation of color #C4448A: hue angle of 327.19º degrees, saturation: 0.52, 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 #C4448A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 138 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.23 |
| HSL | 327.19º | 0.52% | 0.52% | - |
| HSV(B) | 327.19º | 0.65% | 0.77% | - |
| XYZ | 29.42 | 17.7 | 25.91 | - |
| YUV | 114.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 138 | 0 | 0.65 | 0.30 | 0.23 | 327.19 | 0.52 | 0.52 |
| Hex | C4 | 44 | 8A | 0 | 41 | 1E | 17 | 147 | 34 | 34 |
| Octal | 304 | 104 | 212 | 0 | 101 | 36 | 27 | 507 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10001010 | 0 | 1000001 | 11110 | 10111 | 101000111 | 110100 | 110100 |
Color Harmonies of #C4448A
Complementary color
Monochromatic Colors of #C4448A
Black with #C4448A
Text Example
Text Example
White with #C4448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4448A; }
p { color: rgb(196,68,138); }
H1.HeaderClassName
{
color: #C4448A;
}
.AnyTagClassName
{
color: #C4448A;
}
</style>
background-color css
<style>
a { background-color: #C4448A; }
a { background-color: rgb(196,68,138); }
div.DivClassName
{
background-color: #C4448A;
}
.BgClassName
{
background-color: #C4448A;
}
</style>
border-color css
<style>
span { border-color: #C4448A; }
span { border-color: rgb(196,68,138); }
td.TdClassName
{
border-color: #C4448A;
}
.TagClassName
{
border-color: #C4448A;
}
</style>