Shades of Mulberry #CA3E86
Tints of Mulberry #CA3E86
RGB
CMYK
RGB Variations
Color information
#CA3E86 (or 0xCA3E86) is known color: Mulberry. HEX triplet: CA, 3E and 86. RGB value is (202,62,134). Sum of RGB (Red+Green+Blue) = 202+62+134=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3E86 is #35C179. Grayscale: #6F6F6F. Windows color (decimal): -3522938 or 8797898. OLE color: 8797898.
HSL color Cylindrical-coordinate representation of color #CA3E86: hue angle of 329.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E86 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 134 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.21 |
| HSL | 329.14º | 0.57% | 0.52% | - |
| HSV(B) | 329.14º | 0.69% | 0.79% | - |
| XYZ | 30.38 | 17.72 | 24.37 | - |
| YUV | 112.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 134 | 0 | 0.69 | 0.34 | 0.21 | 329.14 | 0.57 | 0.52 |
| Hex | CA | 3E | 86 | 0 | 45 | 22 | 15 | 149 | 39 | 34 |
| Octal | 312 | 76 | 206 | 0 | 105 | 42 | 25 | 511 | 71 | 64 |
| Binary | 11001010 | 111110 | 10000110 | 0 | 1000101 | 100010 | 10101 | 101001001 | 111001 | 110100 |
Color Harmonies of #CA3E86
Complementary color
Monochromatic Colors of #CA3E86
Black with #CA3E86
Text Example
Text Example
White with #CA3E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E86; }
p { color: rgb(202,62,134); }
H1.HeaderClassName
{
color: #CA3E86;
}
.AnyTagClassName
{
color: #CA3E86;
}
</style>
background-color css
<style>
a { background-color: #CA3E86; }
a { background-color: rgb(202,62,134); }
div.DivClassName
{
background-color: #CA3E86;
}
.BgClassName
{
background-color: #CA3E86;
}
</style>
border-color css
<style>
span { border-color: #CA3E86; }
span { border-color: rgb(202,62,134); }
td.TdClassName
{
border-color: #CA3E86;
}
.TagClassName
{
border-color: #CA3E86;
}
</style>