Shades of Mulberry #CA5B86
Tints of Mulberry #CA5B86
RGB
CMYK
RGB Variations
Color information
#CA5B86 (or 0xCA5B86) is known color: Mulberry. HEX triplet: CA, 5B and 86. RGB value is (202,91,134). Sum of RGB (Red+Green+Blue) = 202+91+134=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5B86 is #35A479. Grayscale: #818181. Windows color (decimal): -3515514 or 8805322. OLE color: 8805322.
HSL color Cylindrical-coordinate representation of color #CA5B86: hue angle of 336.76º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5B86 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 134 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.21 |
| HSL | 336.76º | 0.51% | 0.57% | - |
| HSV(B) | 336.76º | 0.55% | 0.79% | - |
| XYZ | 32.4 | 21.76 | 25.05 | - |
| YUV | 129.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 134 | 0 | 0.55 | 0.34 | 0.21 | 336.76 | 0.51 | 0.57 |
| Hex | CA | 5B | 86 | 0 | 37 | 22 | 15 | 151 | 33 | 39 |
| Octal | 312 | 133 | 206 | 0 | 67 | 42 | 25 | 521 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10000110 | 0 | 110111 | 100010 | 10101 | 101010001 | 110011 | 111001 |
Color Harmonies of #CA5B86
Complementary color
Monochromatic Colors of #CA5B86
Black with #CA5B86
Text Example
Text Example
White with #CA5B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B86; }
p { color: rgb(202,91,134); }
H1.HeaderClassName
{
color: #CA5B86;
}
.AnyTagClassName
{
color: #CA5B86;
}
</style>
background-color css
<style>
a { background-color: #CA5B86; }
a { background-color: rgb(202,91,134); }
div.DivClassName
{
background-color: #CA5B86;
}
.BgClassName
{
background-color: #CA5B86;
}
</style>
border-color css
<style>
span { border-color: #CA5B86; }
span { border-color: rgb(202,91,134); }
td.TdClassName
{
border-color: #CA5B86;
}
.TagClassName
{
border-color: #CA5B86;
}
</style>