Shades of Mulberry #CA4A90
Tints of Mulberry #CA4A90
RGB
CMYK
RGB Variations
Color information
#CA4A90 (or 0xCA4A90) is known color: Mulberry. HEX triplet: CA, 4A and 90. RGB value is (202,74,144). Sum of RGB (Red+Green+Blue) = 202+74+144=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A90 is #35B56F. Grayscale: #787878. Windows color (decimal): -3519856 or 9456330. OLE color: 9456330.
HSL color Cylindrical-coordinate representation of color #CA4A90: hue angle of 327.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A90 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 144 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.21 |
| HSL | 327.19º | 0.55% | 0.54% | - |
| HSV(B) | 327.19º | 0.63% | 0.79% | - |
| XYZ | 31.84 | 19.47 | 28.47 | - |
| YUV | 120.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 144 | 0 | 0.63 | 0.29 | 0.21 | 327.19 | 0.55 | 0.54 |
| Hex | CA | 4A | 90 | 0 | 3F | 1D | 15 | 147 | 37 | 36 |
| Octal | 312 | 112 | 220 | 0 | 77 | 35 | 25 | 507 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10010000 | 0 | 111111 | 11101 | 10101 | 101000111 | 110111 | 110110 |
Color Harmonies of #CA4A90
Complementary color
Monochromatic Colors of #CA4A90
Black with #CA4A90
Text Example
Text Example
White with #CA4A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A90; }
p { color: rgb(202,74,144); }
H1.HeaderClassName
{
color: #CA4A90;
}
.AnyTagClassName
{
color: #CA4A90;
}
</style>
background-color css
<style>
a { background-color: #CA4A90; }
a { background-color: rgb(202,74,144); }
div.DivClassName
{
background-color: #CA4A90;
}
.BgClassName
{
background-color: #CA4A90;
}
</style>
border-color css
<style>
span { border-color: #CA4A90; }
span { border-color: rgb(202,74,144); }
td.TdClassName
{
border-color: #CA4A90;
}
.TagClassName
{
border-color: #CA4A90;
}
</style>