Shades of Mulberry #CA5286
Tints of Mulberry #CA5286
RGB
CMYK
RGB Variations
Color information
#CA5286 (or 0xCA5286) is known color: Mulberry. HEX triplet: CA, 52 and 86. RGB value is (202,82,134). Sum of RGB (Red+Green+Blue) = 202+82+134=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5286 is #35AD79. Grayscale: #7B7B7B. Windows color (decimal): -3517818 or 8803018. OLE color: 8803018.
HSL color Cylindrical-coordinate representation of color #CA5286: hue angle of 334º 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 #CA5286 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 134 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.21 |
| HSL | 334º | 0.53% | 0.56% | - |
| HSV(B) | 334º | 0.59% | 0.79% | - |
| XYZ | 31.68 | 20.31 | 24.81 | - |
| YUV | 123.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 134 | 0 | 0.59 | 0.34 | 0.21 | 334 | 0.53 | 0.56 |
| Hex | CA | 52 | 86 | 0 | 3B | 22 | 15 | 14E | 35 | 38 |
| Octal | 312 | 122 | 206 | 0 | 73 | 42 | 25 | 516 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10000110 | 0 | 111011 | 100010 | 10101 | 101001110 | 110101 | 111000 |
Color Harmonies of #CA5286
Complementary color
Monochromatic Colors of #CA5286
Black with #CA5286
Text Example
Text Example
White with #CA5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5286; }
p { color: rgb(202,82,134); }
H1.HeaderClassName
{
color: #CA5286;
}
.AnyTagClassName
{
color: #CA5286;
}
</style>
background-color css
<style>
a { background-color: #CA5286; }
a { background-color: rgb(202,82,134); }
div.DivClassName
{
background-color: #CA5286;
}
.BgClassName
{
background-color: #CA5286;
}
</style>
border-color css
<style>
span { border-color: #CA5286; }
span { border-color: rgb(202,82,134); }
td.TdClassName
{
border-color: #CA5286;
}
.TagClassName
{
border-color: #CA5286;
}
</style>