Shades of Mulberry #CA4585
Tints of Mulberry #CA4585
RGB
CMYK
RGB Variations
Color information
#CA4585 (or 0xCA4585) is known color: Mulberry. HEX triplet: CA, 45 and 85. RGB value is (202,69,133). Sum of RGB (Red+Green+Blue) = 202+69+133=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4585 is #35BA7A. Grayscale: #737373. Windows color (decimal): -3521147 or 8734154. OLE color: 8734154.
HSL color Cylindrical-coordinate representation of color #CA4585: hue angle of 331.13º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4585 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 133 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.21 |
| HSL | 331.13º | 0.56% | 0.53% | - |
| HSV(B) | 331.13º | 0.66% | 0.79% | - |
| XYZ | 30.72 | 18.51 | 24.14 | - |
| YUV | 116.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 133 | 0 | 0.66 | 0.34 | 0.21 | 331.13 | 0.56 | 0.53 |
| Hex | CA | 45 | 85 | 0 | 42 | 22 | 15 | 14B | 38 | 35 |
| Octal | 312 | 105 | 205 | 0 | 102 | 42 | 25 | 513 | 70 | 65 |
| Binary | 11001010 | 1000101 | 10000101 | 0 | 1000010 | 100010 | 10101 | 101001011 | 111000 | 110101 |
Color Harmonies of #CA4585
Complementary color
Monochromatic Colors of #CA4585
Black with #CA4585
Text Example
Text Example
White with #CA4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4585; }
p { color: rgb(202,69,133); }
H1.HeaderClassName
{
color: #CA4585;
}
.AnyTagClassName
{
color: #CA4585;
}
</style>
background-color css
<style>
a { background-color: #CA4585; }
a { background-color: rgb(202,69,133); }
div.DivClassName
{
background-color: #CA4585;
}
.BgClassName
{
background-color: #CA4585;
}
</style>
border-color css
<style>
span { border-color: #CA4585; }
span { border-color: rgb(202,69,133); }
td.TdClassName
{
border-color: #CA4585;
}
.TagClassName
{
border-color: #CA4585;
}
</style>