Shades of Mulberry #CA5392
Tints of Mulberry #CA5392
RGB
CMYK
RGB Variations
Color information
#CA5392 (or 0xCA5392) is known color: Mulberry. HEX triplet: CA, 53 and 92. RGB value is (202,83,146). Sum of RGB (Red+Green+Blue) = 202+83+146=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5392 is #35AC6D. Grayscale: #7D7D7D. Windows color (decimal): -3517550 or 9589706. OLE color: 9589706.
HSL color Cylindrical-coordinate representation of color #CA5392: hue angle of 328.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5392 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 146 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.21 |
| HSL | 328.24º | 0.53% | 0.56% | - |
| HSV(B) | 328.24º | 0.59% | 0.79% | - |
| XYZ | 32.64 | 20.82 | 29.49 | - |
| YUV | 125.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 146 | 0 | 0.59 | 0.28 | 0.21 | 328.24 | 0.53 | 0.56 |
| Hex | CA | 53 | 92 | 0 | 3B | 1C | 15 | 148 | 35 | 38 |
| Octal | 312 | 123 | 222 | 0 | 73 | 34 | 25 | 510 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10010010 | 0 | 111011 | 11100 | 10101 | 101001000 | 110101 | 111000 |
Color Harmonies of #CA5392
Complementary color
Monochromatic Colors of #CA5392
Black with #CA5392
Text Example
Text Example
White with #CA5392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5392; }
p { color: rgb(202,83,146); }
H1.HeaderClassName
{
color: #CA5392;
}
.AnyTagClassName
{
color: #CA5392;
}
</style>
background-color css
<style>
a { background-color: #CA5392; }
a { background-color: rgb(202,83,146); }
div.DivClassName
{
background-color: #CA5392;
}
.BgClassName
{
background-color: #CA5392;
}
</style>
border-color css
<style>
span { border-color: #CA5392; }
span { border-color: rgb(202,83,146); }
td.TdClassName
{
border-color: #CA5392;
}
.TagClassName
{
border-color: #CA5392;
}
</style>