Shades of Mulberry #CA4D96
Tints of Mulberry #CA4D96
RGB
CMYK
RGB Variations
Color information
#CA4D96 (or 0xCA4D96) is known color: Mulberry. HEX triplet: CA, 4D and 96. RGB value is (202,77,150). Sum of RGB (Red+Green+Blue) = 202+77+150=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D96 is #35B269. Grayscale: #7A7A7A. Windows color (decimal): -3519082 or 9850314. OLE color: 9850314.
HSL color Cylindrical-coordinate representation of color #CA4D96: hue angle of 324.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D96 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 150 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.21 |
| HSL | 324.96º | 0.54% | 0.55% | - |
| HSV(B) | 324.96º | 0.62% | 0.79% | - |
| XYZ | 32.52 | 20.07 | 31.01 | - |
| YUV | 122.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 150 | 0 | 0.62 | 0.26 | 0.21 | 324.96 | 0.54 | 0.55 |
| Hex | CA | 4D | 96 | 0 | 3E | 1A | 15 | 145 | 36 | 37 |
| Octal | 312 | 115 | 226 | 0 | 76 | 32 | 25 | 505 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10010110 | 0 | 111110 | 11010 | 10101 | 101000101 | 110110 | 110111 |
Color Harmonies of #CA4D96
Complementary color
Monochromatic Colors of #CA4D96
Black with #CA4D96
Text Example
Text Example
White with #CA4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D96; }
p { color: rgb(202,77,150); }
H1.HeaderClassName
{
color: #CA4D96;
}
.AnyTagClassName
{
color: #CA4D96;
}
</style>
background-color css
<style>
a { background-color: #CA4D96; }
a { background-color: rgb(202,77,150); }
div.DivClassName
{
background-color: #CA4D96;
}
.BgClassName
{
background-color: #CA4D96;
}
</style>
border-color css
<style>
span { border-color: #CA4D96; }
span { border-color: rgb(202,77,150); }
td.TdClassName
{
border-color: #CA4D96;
}
.TagClassName
{
border-color: #CA4D96;
}
</style>