Shades of Mulberry #CA5084
Tints of Mulberry #CA5084
RGB
CMYK
RGB Variations
Color information
#CA5084 (or 0xCA5084) is known color: Mulberry. HEX triplet: CA, 50 and 84. RGB value is (202,80,132). Sum of RGB (Red+Green+Blue) = 202+80+132=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5084 is #35AF7B. Grayscale: #7A7A7A. Windows color (decimal): -3518332 or 8671434. OLE color: 8671434.
HSL color Cylindrical-coordinate representation of color #CA5084: hue angle of 334.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5084 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 132 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.21 |
| HSL | 334.43º | 0.54% | 0.55% | - |
| HSV(B) | 334.43º | 0.6% | 0.79% | - |
| XYZ | 31.39 | 19.96 | 24.03 | - |
| YUV | 122.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 132 | 0 | 0.60 | 0.35 | 0.21 | 334.43 | 0.54 | 0.55 |
| Hex | CA | 50 | 84 | 0 | 3C | 23 | 15 | 14E | 36 | 37 |
| Octal | 312 | 120 | 204 | 0 | 74 | 43 | 25 | 516 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10000100 | 0 | 111100 | 100011 | 10101 | 101001110 | 110110 | 110111 |
Color Harmonies of #CA5084
Complementary color
Monochromatic Colors of #CA5084
Black with #CA5084
Text Example
Text Example
White with #CA5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5084; }
p { color: rgb(202,80,132); }
H1.HeaderClassName
{
color: #CA5084;
}
.AnyTagClassName
{
color: #CA5084;
}
</style>
background-color css
<style>
a { background-color: #CA5084; }
a { background-color: rgb(202,80,132); }
div.DivClassName
{
background-color: #CA5084;
}
.BgClassName
{
background-color: #CA5084;
}
</style>
border-color css
<style>
span { border-color: #CA5084; }
span { border-color: rgb(202,80,132); }
td.TdClassName
{
border-color: #CA5084;
}
.TagClassName
{
border-color: #CA5084;
}
</style>