Shades of Mulberry #C4438A
Tints of Mulberry #C4438A
RGB
CMYK
RGB Variations
Color information
#C4438A (or 0xC4438A) is known color: Mulberry. HEX triplet: C4, 43 and 8A. RGB value is (196,67,138). Sum of RGB (Red+Green+Blue) = 196+67+138=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4438A is #3BBC75. Grayscale: #717171. Windows color (decimal): -3914870 or 9061316. OLE color: 9061316.
HSL color Cylindrical-coordinate representation of color #C4438A: hue angle of 326.98º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4438A is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 138 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.23 |
| HSL | 326.98º | 0.52% | 0.52% | - |
| HSV(B) | 326.98º | 0.66% | 0.77% | - |
| XYZ | 29.36 | 17.59 | 25.89 | - |
| YUV | 113.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 138 | 0 | 0.66 | 0.30 | 0.23 | 326.98 | 0.52 | 0.52 |
| Hex | C4 | 43 | 8A | 0 | 42 | 1E | 17 | 147 | 34 | 34 |
| Octal | 304 | 103 | 212 | 0 | 102 | 36 | 27 | 507 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10001010 | 0 | 1000010 | 11110 | 10111 | 101000111 | 110100 | 110100 |
Color Harmonies of #C4438A
Complementary color
Monochromatic Colors of #C4438A
Black with #C4438A
Text Example
Text Example
White with #C4438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4438A; }
p { color: rgb(196,67,138); }
H1.HeaderClassName
{
color: #C4438A;
}
.AnyTagClassName
{
color: #C4438A;
}
</style>
background-color css
<style>
a { background-color: #C4438A; }
a { background-color: rgb(196,67,138); }
div.DivClassName
{
background-color: #C4438A;
}
.BgClassName
{
background-color: #C4438A;
}
</style>
border-color css
<style>
span { border-color: #C4438A; }
span { border-color: rgb(196,67,138); }
td.TdClassName
{
border-color: #C4438A;
}
.TagClassName
{
border-color: #C4438A;
}
</style>