Shades of Mulberry #CA56A0
Tints of Mulberry #CA56A0
RGB
CMYK
RGB Variations
Color information
#CA56A0 (or 0xCA56A0) is known color: Mulberry. HEX triplet: CA, 56 and A0. RGB value is (202,86,160). Sum of RGB (Red+Green+Blue) = 202+86+160=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA56A0 is #35A95F. Grayscale: #808080. Windows color (decimal): -3516768 or 10507978. OLE color: 10507978.
HSL color Cylindrical-coordinate representation of color #CA56A0: hue angle of 321.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA56A0 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 160 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.21 |
| HSL | 321.72º | 0.52% | 0.56% | - |
| HSV(B) | 321.72º | 0.57% | 0.79% | - |
| XYZ | 34.03 | 21.75 | 35.66 | - |
| YUV | 129.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 160 | 0 | 0.57 | 0.21 | 0.21 | 321.72 | 0.52 | 0.56 |
| Hex | CA | 56 | A0 | 0 | 39 | 15 | 15 | 142 | 34 | 38 |
| Octal | 312 | 126 | 240 | 0 | 71 | 25 | 25 | 502 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10100000 | 0 | 111001 | 10101 | 10101 | 101000010 | 110100 | 111000 |
Color Harmonies of #CA56A0
Complementary color
Monochromatic Colors of #CA56A0
Black with #CA56A0
Text Example
Text Example
White with #CA56A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56A0; }
p { color: rgb(202,86,160); }
H1.HeaderClassName
{
color: #CA56A0;
}
.AnyTagClassName
{
color: #CA56A0;
}
</style>
background-color css
<style>
a { background-color: #CA56A0; }
a { background-color: rgb(202,86,160); }
div.DivClassName
{
background-color: #CA56A0;
}
.BgClassName
{
background-color: #CA56A0;
}
</style>
border-color css
<style>
span { border-color: #CA56A0; }
span { border-color: rgb(202,86,160); }
td.TdClassName
{
border-color: #CA56A0;
}
.TagClassName
{
border-color: #CA56A0;
}
</style>