Shades of Mulberry #CA4D80
Tints of Mulberry #CA4D80
RGB
CMYK
RGB Variations
Color information
#CA4D80 (or 0xCA4D80) is known color: Mulberry. HEX triplet: CA, 4D and 80. RGB value is (202,77,128). Sum of RGB (Red+Green+Blue) = 202+77+128=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D80 is #35B27F. Grayscale: #787878. Windows color (decimal): -3519104 or 8408522. OLE color: 8408522.
HSL color Cylindrical-coordinate representation of color #CA4D80: hue angle of 335.52º 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 #CA4D80 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 128 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.21 |
| HSL | 335.52º | 0.54% | 0.55% | - |
| HSV(B) | 335.52º | 0.62% | 0.79% | - |
| XYZ | 30.91 | 19.42 | 22.54 | - |
| YUV | 120.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 128 | 0 | 0.62 | 0.37 | 0.21 | 335.52 | 0.54 | 0.55 |
| Hex | CA | 4D | 80 | 0 | 3E | 25 | 15 | 150 | 36 | 37 |
| Octal | 312 | 115 | 200 | 0 | 76 | 45 | 25 | 520 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10000000 | 0 | 111110 | 100101 | 10101 | 101010000 | 110110 | 110111 |
Color Harmonies of #CA4D80
Complementary color
Monochromatic Colors of #CA4D80
Black with #CA4D80
Text Example
Text Example
White with #CA4D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D80; }
p { color: rgb(202,77,128); }
H1.HeaderClassName
{
color: #CA4D80;
}
.AnyTagClassName
{
color: #CA4D80;
}
</style>
background-color css
<style>
a { background-color: #CA4D80; }
a { background-color: rgb(202,77,128); }
div.DivClassName
{
background-color: #CA4D80;
}
.BgClassName
{
background-color: #CA4D80;
}
</style>
border-color css
<style>
span { border-color: #CA4D80; }
span { border-color: rgb(202,77,128); }
td.TdClassName
{
border-color: #CA4D80;
}
.TagClassName
{
border-color: #CA4D80;
}
</style>