Shades of Mulberry #CA40A5
Tints of Mulberry #CA40A5
RGB
CMYK
RGB Variations
Color information
#CA40A5 (or 0xCA40A5) is known color: Mulberry. HEX triplet: CA, 40 and A5. RGB value is (202,64,165). Sum of RGB (Red+Green+Blue) = 202+64+165=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA40A5 is #35BF5A. Grayscale: #747474. Windows color (decimal): -3522395 or 10830026. OLE color: 10830026.
HSL color Cylindrical-coordinate representation of color #CA40A5: hue angle of 316.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40A5 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 165 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.21 |
| HSL | 316.09º | 0.57% | 0.52% | - |
| HSV(B) | 316.09º | 0.68% | 0.79% | - |
| XYZ | 32.98 | 18.94 | 37.51 | - |
| YUV | 116.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 165 | 0 | 0.68 | 0.18 | 0.21 | 316.09 | 0.57 | 0.52 |
| Hex | CA | 40 | A5 | 0 | 44 | 12 | 15 | 13C | 39 | 34 |
| Octal | 312 | 100 | 245 | 0 | 104 | 22 | 25 | 474 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10100101 | 0 | 1000100 | 10010 | 10101 | 100111100 | 111001 | 110100 |
Color Harmonies of #CA40A5
Complementary color
Monochromatic Colors of #CA40A5
Black with #CA40A5
Text Example
Text Example
White with #CA40A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40A5; }
p { color: rgb(202,64,165); }
H1.HeaderClassName
{
color: #CA40A5;
}
.AnyTagClassName
{
color: #CA40A5;
}
</style>
background-color css
<style>
a { background-color: #CA40A5; }
a { background-color: rgb(202,64,165); }
div.DivClassName
{
background-color: #CA40A5;
}
.BgClassName
{
background-color: #CA40A5;
}
</style>
border-color css
<style>
span { border-color: #CA40A5; }
span { border-color: rgb(202,64,165); }
td.TdClassName
{
border-color: #CA40A5;
}
.TagClassName
{
border-color: #CA40A5;
}
</style>