Shades of Mulberry #CA4D86
Tints of Mulberry #CA4D86
RGB
CMYK
RGB Variations
Color information
#CA4D86 (or 0xCA4D86) is known color: Mulberry. HEX triplet: CA, 4D and 86. RGB value is (202,77,134). Sum of RGB (Red+Green+Blue) = 202+77+134=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D86 is #35B279. Grayscale: #787878. Windows color (decimal): -3519098 or 8801738. OLE color: 8801738.
HSL color Cylindrical-coordinate representation of color #CA4D86: hue angle of 332.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D86 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 134 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.21 |
| HSL | 332.64º | 0.54% | 0.55% | - |
| HSV(B) | 332.64º | 0.62% | 0.79% | - |
| XYZ | 31.31 | 19.59 | 24.68 | - |
| YUV | 120.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 134 | 0 | 0.62 | 0.34 | 0.21 | 332.64 | 0.54 | 0.55 |
| Hex | CA | 4D | 86 | 0 | 3E | 22 | 15 | 14D | 36 | 37 |
| Octal | 312 | 115 | 206 | 0 | 76 | 42 | 25 | 515 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10000110 | 0 | 111110 | 100010 | 10101 | 101001101 | 110110 | 110111 |
Color Harmonies of #CA4D86
Complementary color
Monochromatic Colors of #CA4D86
Black with #CA4D86
Text Example
Text Example
White with #CA4D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D86; }
p { color: rgb(202,77,134); }
H1.HeaderClassName
{
color: #CA4D86;
}
.AnyTagClassName
{
color: #CA4D86;
}
</style>
background-color css
<style>
a { background-color: #CA4D86; }
a { background-color: rgb(202,77,134); }
div.DivClassName
{
background-color: #CA4D86;
}
.BgClassName
{
background-color: #CA4D86;
}
</style>
border-color css
<style>
span { border-color: #CA4D86; }
span { border-color: rgb(202,77,134); }
td.TdClassName
{
border-color: #CA4D86;
}
.TagClassName
{
border-color: #CA4D86;
}
</style>