Shades of Mulberry #CA4DA6
Tints of Mulberry #CA4DA6
RGB
CMYK
RGB Variations
Color information
#CA4DA6 (or 0xCA4DA6) is known color: Mulberry. HEX triplet: CA, 4D and A6. RGB value is (202,77,166). Sum of RGB (Red+Green+Blue) = 202+77+166=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DA6 is #35B259. Grayscale: #7C7C7C. Windows color (decimal): -3519066 or 10898890. OLE color: 10898890.
HSL color Cylindrical-coordinate representation of color #CA4DA6: hue angle of 317.28º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DA6 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 166 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.21 |
| HSL | 317.28º | 0.54% | 0.55% | - |
| HSV(B) | 317.28º | 0.62% | 0.79% | - |
| XYZ | 33.89 | 20.62 | 38.27 | - |
| YUV | 124.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 166 | 0 | 0.62 | 0.18 | 0.21 | 317.28 | 0.54 | 0.55 |
| Hex | CA | 4D | A6 | 0 | 3E | 12 | 15 | 13D | 36 | 37 |
| Octal | 312 | 115 | 246 | 0 | 76 | 22 | 25 | 475 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10100110 | 0 | 111110 | 10010 | 10101 | 100111101 | 110110 | 110111 |
Color Harmonies of #CA4DA6
Complementary color
Monochromatic Colors of #CA4DA6
Black with #CA4DA6
Text Example
Text Example
White with #CA4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DA6; }
p { color: rgb(202,77,166); }
H1.HeaderClassName
{
color: #CA4DA6;
}
.AnyTagClassName
{
color: #CA4DA6;
}
</style>
background-color css
<style>
a { background-color: #CA4DA6; }
a { background-color: rgb(202,77,166); }
div.DivClassName
{
background-color: #CA4DA6;
}
.BgClassName
{
background-color: #CA4DA6;
}
</style>
border-color css
<style>
span { border-color: #CA4DA6; }
span { border-color: rgb(202,77,166); }
td.TdClassName
{
border-color: #CA4DA6;
}
.TagClassName
{
border-color: #CA4DA6;
}
</style>