Shades of Mulberry #CA5B8E
Tints of Mulberry #CA5B8E
RGB
CMYK
RGB Variations
Color information
#CA5B8E (or 0xCA5B8E) is known color: Mulberry. HEX triplet: CA, 5B and 8E. RGB value is (202,91,142). Sum of RGB (Red+Green+Blue) = 202+91+142=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5B8E is #35A471. Grayscale: #818181. Windows color (decimal): -3515506 or 9329610. OLE color: 9329610.
HSL color Cylindrical-coordinate representation of color #CA5B8E: hue angle of 332.43º 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 #CA5B8E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 142 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.21 |
| HSL | 332.43º | 0.51% | 0.57% | - |
| HSV(B) | 332.43º | 0.55% | 0.79% | - |
| XYZ | 32.98 | 21.99 | 28.1 | - |
| YUV | 130 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 142 | 0 | 0.55 | 0.30 | 0.21 | 332.43 | 0.51 | 0.57 |
| Hex | CA | 5B | 8E | 0 | 37 | 1E | 15 | 14C | 33 | 39 |
| Octal | 312 | 133 | 216 | 0 | 67 | 36 | 25 | 514 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10001110 | 0 | 110111 | 11110 | 10101 | 101001100 | 110011 | 111001 |
Color Harmonies of #CA5B8E
Complementary color
Monochromatic Colors of #CA5B8E
Black with #CA5B8E
Text Example
Text Example
White with #CA5B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B8E; }
p { color: rgb(202,91,142); }
H1.HeaderClassName
{
color: #CA5B8E;
}
.AnyTagClassName
{
color: #CA5B8E;
}
</style>
background-color css
<style>
a { background-color: #CA5B8E; }
a { background-color: rgb(202,91,142); }
div.DivClassName
{
background-color: #CA5B8E;
}
.BgClassName
{
background-color: #CA5B8E;
}
</style>
border-color css
<style>
span { border-color: #CA5B8E; }
span { border-color: rgb(202,91,142); }
td.TdClassName
{
border-color: #CA5B8E;
}
.TagClassName
{
border-color: #CA5B8E;
}
</style>