Shades of Mulberry #CA4091
Tints of Mulberry #CA4091
RGB
CMYK
RGB Variations
Color information
#CA4091 (or 0xCA4091) is known color: Mulberry. HEX triplet: CA, 40 and 91. RGB value is (202,64,145). Sum of RGB (Red+Green+Blue) = 202+64+145=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4091 is #35BF6E. Grayscale: #727272. Windows color (decimal): -3522415 or 9519306. OLE color: 9519306.
HSL color Cylindrical-coordinate representation of color #CA4091: hue angle of 324.78º 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 #CA4091 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 145 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.21 |
| HSL | 324.78º | 0.57% | 0.52% | - |
| HSV(B) | 324.78º | 0.68% | 0.79% | - |
| XYZ | 31.3 | 18.27 | 28.66 | - |
| YUV | 114.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 145 | 0 | 0.68 | 0.28 | 0.21 | 324.78 | 0.57 | 0.52 |
| Hex | CA | 40 | 91 | 0 | 44 | 1C | 15 | 145 | 39 | 34 |
| Octal | 312 | 100 | 221 | 0 | 104 | 34 | 25 | 505 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10010001 | 0 | 1000100 | 11100 | 10101 | 101000101 | 111001 | 110100 |
Color Harmonies of #CA4091
Complementary color
Monochromatic Colors of #CA4091
Black with #CA4091
Text Example
Text Example
White with #CA4091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4091; }
p { color: rgb(202,64,145); }
H1.HeaderClassName
{
color: #CA4091;
}
.AnyTagClassName
{
color: #CA4091;
}
</style>
background-color css
<style>
a { background-color: #CA4091; }
a { background-color: rgb(202,64,145); }
div.DivClassName
{
background-color: #CA4091;
}
.BgClassName
{
background-color: #CA4091;
}
</style>
border-color css
<style>
span { border-color: #CA4091; }
span { border-color: rgb(202,64,145); }
td.TdClassName
{
border-color: #CA4091;
}
.TagClassName
{
border-color: #CA4091;
}
</style>