Shades of Mulberry #CA5282
Tints of Mulberry #CA5282
RGB
CMYK
RGB Variations
Color information
#CA5282 (or 0xCA5282) is known color: Mulberry. HEX triplet: CA, 52 and 82. RGB value is (202,82,130). Sum of RGB (Red+Green+Blue) = 202+82+130=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5282 is #35AD7D. Grayscale: #7B7B7B. Windows color (decimal): -3517822 or 8540874. OLE color: 8540874.
HSL color Cylindrical-coordinate representation of color #CA5282: hue angle of 336º 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 #CA5282 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 130 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.21 |
| HSL | 336º | 0.53% | 0.56% | - |
| HSV(B) | 336º | 0.59% | 0.79% | - |
| XYZ | 31.4 | 20.2 | 23.36 | - |
| YUV | 123.35 | 131.76 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 130 | 0 | 0.59 | 0.36 | 0.21 | 336 | 0.53 | 0.56 |
| Hex | CA | 52 | 82 | 0 | 3B | 24 | 15 | 150 | 35 | 38 |
| Octal | 312 | 122 | 202 | 0 | 73 | 44 | 25 | 520 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10000010 | 0 | 111011 | 100100 | 10101 | 101010000 | 110101 | 111000 |
Color Harmonies of #CA5282
Complementary color
Monochromatic Colors of #CA5282
Black with #CA5282
Text Example
Text Example
White with #CA5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5282; }
p { color: rgb(202,82,130); }
H1.HeaderClassName
{
color: #CA5282;
}
.AnyTagClassName
{
color: #CA5282;
}
</style>
background-color css
<style>
a { background-color: #CA5282; }
a { background-color: rgb(202,82,130); }
div.DivClassName
{
background-color: #CA5282;
}
.BgClassName
{
background-color: #CA5282;
}
</style>
border-color css
<style>
span { border-color: #CA5282; }
span { border-color: rgb(202,82,130); }
td.TdClassName
{
border-color: #CA5282;
}
.TagClassName
{
border-color: #CA5282;
}
</style>