Shades of Mulberry #CA549B
Tints of Mulberry #CA549B
RGB
CMYK
RGB Variations
Color information
#CA549B (or 0xCA549B) is known color: Mulberry. HEX triplet: CA, 54 and 9B. RGB value is (202,84,155). Sum of RGB (Red+Green+Blue) = 202+84+155=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA549B is #35AB64. Grayscale: #7F7F7F. Windows color (decimal): -3517285 or 10179786. OLE color: 10179786.
HSL color Cylindrical-coordinate representation of color #CA549B: hue angle of 323.9º 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 #CA549B is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 155 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.21 |
| HSL | 323.9º | 0.53% | 0.56% | - |
| HSV(B) | 323.9º | 0.58% | 0.79% | - |
| XYZ | 33.44 | 21.26 | 33.35 | - |
| YUV | 127.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 155 | 0 | 0.58 | 0.23 | 0.21 | 323.9 | 0.53 | 0.56 |
| Hex | CA | 54 | 9B | 0 | 3A | 17 | 15 | 144 | 35 | 38 |
| Octal | 312 | 124 | 233 | 0 | 72 | 27 | 25 | 504 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10011011 | 0 | 111010 | 10111 | 10101 | 101000100 | 110101 | 111000 |
Color Harmonies of #CA549B
Complementary color
Monochromatic Colors of #CA549B
Black with #CA549B
Text Example
Text Example
White with #CA549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA549B; }
p { color: rgb(202,84,155); }
H1.HeaderClassName
{
color: #CA549B;
}
.AnyTagClassName
{
color: #CA549B;
}
</style>
background-color css
<style>
a { background-color: #CA549B; }
a { background-color: rgb(202,84,155); }
div.DivClassName
{
background-color: #CA549B;
}
.BgClassName
{
background-color: #CA549B;
}
</style>
border-color css
<style>
span { border-color: #CA549B; }
span { border-color: rgb(202,84,155); }
td.TdClassName
{
border-color: #CA549B;
}
.TagClassName
{
border-color: #CA549B;
}
</style>