Shades of Mulberry #CA498C
Tints of Mulberry #CA498C
RGB
CMYK
RGB Variations
Color information
#CA498C (or 0xCA498C) is known color: Mulberry. HEX triplet: CA, 49 and 8C. RGB value is (202,73,140). Sum of RGB (Red+Green+Blue) = 202+73+140=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA498C is #35B673. Grayscale: #777777. Windows color (decimal): -3520116 or 9193930. OLE color: 9193930.
HSL color Cylindrical-coordinate representation of color #CA498C: hue angle of 328.84º 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 #CA498C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 140 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.21 |
| HSL | 328.84º | 0.55% | 0.54% | - |
| HSV(B) | 328.84º | 0.64% | 0.79% | - |
| XYZ | 31.47 | 19.22 | 26.86 | - |
| YUV | 119.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 140 | 0 | 0.64 | 0.31 | 0.21 | 328.84 | 0.55 | 0.54 |
| Hex | CA | 49 | 8C | 0 | 40 | 1F | 15 | 149 | 37 | 36 |
| Octal | 312 | 111 | 214 | 0 | 100 | 37 | 25 | 511 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10001100 | 0 | 1000000 | 11111 | 10101 | 101001001 | 110111 | 110110 |
Color Harmonies of #CA498C
Complementary color
Monochromatic Colors of #CA498C
Black with #CA498C
Text Example
Text Example
White with #CA498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA498C; }
p { color: rgb(202,73,140); }
H1.HeaderClassName
{
color: #CA498C;
}
.AnyTagClassName
{
color: #CA498C;
}
</style>
background-color css
<style>
a { background-color: #CA498C; }
a { background-color: rgb(202,73,140); }
div.DivClassName
{
background-color: #CA498C;
}
.BgClassName
{
background-color: #CA498C;
}
</style>
border-color css
<style>
span { border-color: #CA498C; }
span { border-color: rgb(202,73,140); }
td.TdClassName
{
border-color: #CA498C;
}
.TagClassName
{
border-color: #CA498C;
}
</style>