Shades of Mulberry #CA548A
Tints of Mulberry #CA548A
RGB
CMYK
RGB Variations
Color information
#CA548A (or 0xCA548A) is known color: Mulberry. HEX triplet: CA, 54 and 8A. RGB value is (202,84,138). Sum of RGB (Red+Green+Blue) = 202+84+138=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA548A is #35AB75. Grayscale: #7D7D7D. Windows color (decimal): -3517302 or 9065674. OLE color: 9065674.
HSL color Cylindrical-coordinate representation of color #CA548A: hue angle of 332.54º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA548A is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 138 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.21 |
| HSL | 332.54º | 0.53% | 0.56% | - |
| HSV(B) | 332.54º | 0.58% | 0.79% | - |
| XYZ | 32.11 | 20.73 | 26.35 | - |
| YUV | 125.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 138 | 0 | 0.58 | 0.32 | 0.21 | 332.54 | 0.53 | 0.56 |
| Hex | CA | 54 | 8A | 0 | 3A | 20 | 15 | 14D | 35 | 38 |
| Octal | 312 | 124 | 212 | 0 | 72 | 40 | 25 | 515 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10001010 | 0 | 111010 | 100000 | 10101 | 101001101 | 110101 | 111000 |
Color Harmonies of #CA548A
Complementary color
Monochromatic Colors of #CA548A
Black with #CA548A
Text Example
Text Example
White with #CA548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA548A; }
p { color: rgb(202,84,138); }
H1.HeaderClassName
{
color: #CA548A;
}
.AnyTagClassName
{
color: #CA548A;
}
</style>
background-color css
<style>
a { background-color: #CA548A; }
a { background-color: rgb(202,84,138); }
div.DivClassName
{
background-color: #CA548A;
}
.BgClassName
{
background-color: #CA548A;
}
</style>
border-color css
<style>
span { border-color: #CA548A; }
span { border-color: rgb(202,84,138); }
td.TdClassName
{
border-color: #CA548A;
}
.TagClassName
{
border-color: #CA548A;
}
</style>