Shades of Mulberry #CA4992
Tints of Mulberry #CA4992
RGB
CMYK
RGB Variations
Color information
#CA4992 (or 0xCA4992) is known color: Mulberry. HEX triplet: CA, 49 and 92. RGB value is (202,73,146). Sum of RGB (Red+Green+Blue) = 202+73+146=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4992 is #35B66D. Grayscale: #777777. Windows color (decimal): -3520110 or 9587146. OLE color: 9587146.
HSL color Cylindrical-coordinate representation of color #CA4992: hue angle of 326.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4992 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 146 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.21 |
| HSL | 326.05º | 0.55% | 0.54% | - |
| HSV(B) | 326.05º | 0.64% | 0.79% | - |
| XYZ | 31.93 | 19.4 | 29.26 | - |
| YUV | 119.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 146 | 0 | 0.64 | 0.28 | 0.21 | 326.05 | 0.55 | 0.54 |
| Hex | CA | 49 | 92 | 0 | 40 | 1C | 15 | 146 | 37 | 36 |
| Octal | 312 | 111 | 222 | 0 | 100 | 34 | 25 | 506 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10010010 | 0 | 1000000 | 11100 | 10101 | 101000110 | 110111 | 110110 |
Color Harmonies of #CA4992
Complementary color
Monochromatic Colors of #CA4992
Black with #CA4992
Text Example
Text Example
White with #CA4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4992; }
p { color: rgb(202,73,146); }
H1.HeaderClassName
{
color: #CA4992;
}
.AnyTagClassName
{
color: #CA4992;
}
</style>
background-color css
<style>
a { background-color: #CA4992; }
a { background-color: rgb(202,73,146); }
div.DivClassName
{
background-color: #CA4992;
}
.BgClassName
{
background-color: #CA4992;
}
</style>
border-color css
<style>
span { border-color: #CA4992; }
span { border-color: rgb(202,73,146); }
td.TdClassName
{
border-color: #CA4992;
}
.TagClassName
{
border-color: #CA4992;
}
</style>