Shades of Mulberry #CA3B86
Tints of Mulberry #CA3B86
RGB
CMYK
RGB Variations
Color information
#CA3B86 (or 0xCA3B86) is known color: Mulberry. HEX triplet: CA, 3B and 86. RGB value is (202,59,134). Sum of RGB (Red+Green+Blue) = 202+59+134=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3B86 is #35C479. Grayscale: #6E6E6E. Windows color (decimal): -3523706 or 8797130. OLE color: 8797130.
HSL color Cylindrical-coordinate representation of color #CA3B86: hue angle of 328.53º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3B86 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 134 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.21 |
| HSL | 328.53º | 0.57% | 0.51% | - |
| HSV(B) | 328.53º | 0.71% | 0.79% | - |
| XYZ | 30.22 | 17.41 | 24.32 | - |
| YUV | 110.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 134 | 0 | 0.71 | 0.34 | 0.21 | 328.53 | 0.57 | 0.51 |
| Hex | CA | 3B | 86 | 0 | 47 | 22 | 15 | 149 | 39 | 33 |
| Octal | 312 | 73 | 206 | 0 | 107 | 42 | 25 | 511 | 71 | 63 |
| Binary | 11001010 | 111011 | 10000110 | 0 | 1000111 | 100010 | 10101 | 101001001 | 111001 | 110011 |
Color Harmonies of #CA3B86
Complementary color
Monochromatic Colors of #CA3B86
Black with #CA3B86
Text Example
Text Example
White with #CA3B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B86; }
p { color: rgb(202,59,134); }
H1.HeaderClassName
{
color: #CA3B86;
}
.AnyTagClassName
{
color: #CA3B86;
}
</style>
background-color css
<style>
a { background-color: #CA3B86; }
a { background-color: rgb(202,59,134); }
div.DivClassName
{
background-color: #CA3B86;
}
.BgClassName
{
background-color: #CA3B86;
}
</style>
border-color css
<style>
span { border-color: #CA3B86; }
span { border-color: rgb(202,59,134); }
td.TdClassName
{
border-color: #CA3B86;
}
.TagClassName
{
border-color: #CA3B86;
}
</style>