Shades of Mulberry #CA5A85
Tints of Mulberry #CA5A85
RGB
CMYK
RGB Variations
Color information
#CA5A85 (or 0xCA5A85) is known color: Mulberry. HEX triplet: CA, 5A and 85. RGB value is (202,90,133). Sum of RGB (Red+Green+Blue) = 202+90+133=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A85 is #35A57A. Grayscale: #808080. Windows color (decimal): -3515771 or 8739530. OLE color: 8739530.
HSL color Cylindrical-coordinate representation of color #CA5A85: hue angle of 336.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A85 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 133 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.21 |
| HSL | 336.96º | 0.51% | 0.57% | - |
| HSV(B) | 336.96º | 0.55% | 0.79% | - |
| XYZ | 32.25 | 21.56 | 24.65 | - |
| YUV | 128.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 133 | 0 | 0.55 | 0.34 | 0.21 | 336.96 | 0.51 | 0.57 |
| Hex | CA | 5A | 85 | 0 | 37 | 22 | 15 | 151 | 33 | 39 |
| Octal | 312 | 132 | 205 | 0 | 67 | 42 | 25 | 521 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10000101 | 0 | 110111 | 100010 | 10101 | 101010001 | 110011 | 111001 |
Color Harmonies of #CA5A85
Complementary color
Monochromatic Colors of #CA5A85
Black with #CA5A85
Text Example
Text Example
White with #CA5A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A85; }
p { color: rgb(202,90,133); }
H1.HeaderClassName
{
color: #CA5A85;
}
.AnyTagClassName
{
color: #CA5A85;
}
</style>
background-color css
<style>
a { background-color: #CA5A85; }
a { background-color: rgb(202,90,133); }
div.DivClassName
{
background-color: #CA5A85;
}
.BgClassName
{
background-color: #CA5A85;
}
</style>
border-color css
<style>
span { border-color: #CA5A85; }
span { border-color: rgb(202,90,133); }
td.TdClassName
{
border-color: #CA5A85;
}
.TagClassName
{
border-color: #CA5A85;
}
</style>