Shades of Mulberry #CA4682
Tints of Mulberry #CA4682
RGB
CMYK
RGB Variations
Color information
#CA4682 (or 0xCA4682) is known color: Mulberry. HEX triplet: CA, 46 and 82. RGB value is (202,70,130). Sum of RGB (Red+Green+Blue) = 202+70+130=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4682 is #35B97D. Grayscale: #747474. Windows color (decimal): -3520894 or 8537802. OLE color: 8537802.
HSL color Cylindrical-coordinate representation of color #CA4682: hue angle of 332.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4682 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 130 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.21 |
| HSL | 332.73º | 0.55% | 0.53% | - |
| HSV(B) | 332.73º | 0.65% | 0.79% | - |
| XYZ | 30.58 | 18.55 | 23.09 | - |
| YUV | 116.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 130 | 0 | 0.65 | 0.36 | 0.21 | 332.73 | 0.55 | 0.53 |
| Hex | CA | 46 | 82 | 0 | 41 | 24 | 15 | 14D | 37 | 35 |
| Octal | 312 | 106 | 202 | 0 | 101 | 44 | 25 | 515 | 67 | 65 |
| Binary | 11001010 | 1000110 | 10000010 | 0 | 1000001 | 100100 | 10101 | 101001101 | 110111 | 110101 |
Color Harmonies of #CA4682
Complementary color
Monochromatic Colors of #CA4682
Black with #CA4682
Text Example
Text Example
White with #CA4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4682; }
p { color: rgb(202,70,130); }
H1.HeaderClassName
{
color: #CA4682;
}
.AnyTagClassName
{
color: #CA4682;
}
</style>
background-color css
<style>
a { background-color: #CA4682; }
a { background-color: rgb(202,70,130); }
div.DivClassName
{
background-color: #CA4682;
}
.BgClassName
{
background-color: #CA4682;
}
</style>
border-color css
<style>
span { border-color: #CA4682; }
span { border-color: rgb(202,70,130); }
td.TdClassName
{
border-color: #CA4682;
}
.TagClassName
{
border-color: #CA4682;
}
</style>