Shades of Mulberry #CA5A90
Tints of Mulberry #CA5A90
RGB
CMYK
RGB Variations
Color information
#CA5A90 (or 0xCA5A90) is known color: Mulberry. HEX triplet: CA, 5A and 90. RGB value is (202,90,144). Sum of RGB (Red+Green+Blue) = 202+90+144=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A90 is #35A56F. Grayscale: #818181. Windows color (decimal): -3515760 or 9460426. OLE color: 9460426.
HSL color Cylindrical-coordinate representation of color #CA5A90: hue angle of 331.07º 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 #CA5A90 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 144 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.21 |
| HSL | 331.07º | 0.51% | 0.57% | - |
| HSV(B) | 331.07º | 0.55% | 0.79% | - |
| XYZ | 33.05 | 21.88 | 28.87 | - |
| YUV | 129.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 144 | 0 | 0.55 | 0.29 | 0.21 | 331.07 | 0.51 | 0.57 |
| Hex | CA | 5A | 90 | 0 | 37 | 1D | 15 | 14B | 33 | 39 |
| Octal | 312 | 132 | 220 | 0 | 67 | 35 | 25 | 513 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10010000 | 0 | 110111 | 11101 | 10101 | 101001011 | 110011 | 111001 |
Color Harmonies of #CA5A90
Complementary color
Monochromatic Colors of #CA5A90
Black with #CA5A90
Text Example
Text Example
White with #CA5A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A90; }
p { color: rgb(202,90,144); }
H1.HeaderClassName
{
color: #CA5A90;
}
.AnyTagClassName
{
color: #CA5A90;
}
</style>
background-color css
<style>
a { background-color: #CA5A90; }
a { background-color: rgb(202,90,144); }
div.DivClassName
{
background-color: #CA5A90;
}
.BgClassName
{
background-color: #CA5A90;
}
</style>
border-color css
<style>
span { border-color: #CA5A90; }
span { border-color: rgb(202,90,144); }
td.TdClassName
{
border-color: #CA5A90;
}
.TagClassName
{
border-color: #CA5A90;
}
</style>