Shades of Mulberry #CA488C
Tints of Mulberry #CA488C
RGB
CMYK
RGB Variations
Color information
#CA488C (or 0xCA488C) is known color: Mulberry. HEX triplet: CA, 48 and 8C. RGB value is (202,72,140). Sum of RGB (Red+Green+Blue) = 202+72+140=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA488C is #35B773. Grayscale: #767676. Windows color (decimal): -3520372 or 9193674. OLE color: 9193674.
HSL color Cylindrical-coordinate representation of color #CA488C: hue angle of 328.62º 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 #CA488C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 140 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.21 |
| HSL | 328.62º | 0.55% | 0.54% | - |
| HSV(B) | 328.62º | 0.64% | 0.79% | - |
| XYZ | 31.41 | 19.08 | 26.84 | - |
| YUV | 118.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 140 | 0 | 0.64 | 0.31 | 0.21 | 328.62 | 0.55 | 0.54 |
| Hex | CA | 48 | 8C | 0 | 40 | 1F | 15 | 149 | 37 | 36 |
| Octal | 312 | 110 | 214 | 0 | 100 | 37 | 25 | 511 | 67 | 66 |
| Binary | 11001010 | 1001000 | 10001100 | 0 | 1000000 | 11111 | 10101 | 101001001 | 110111 | 110110 |
Color Harmonies of #CA488C
Complementary color
Monochromatic Colors of #CA488C
Black with #CA488C
Text Example
Text Example
White with #CA488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA488C; }
p { color: rgb(202,72,140); }
H1.HeaderClassName
{
color: #CA488C;
}
.AnyTagClassName
{
color: #CA488C;
}
</style>
background-color css
<style>
a { background-color: #CA488C; }
a { background-color: rgb(202,72,140); }
div.DivClassName
{
background-color: #CA488C;
}
.BgClassName
{
background-color: #CA488C;
}
</style>
border-color css
<style>
span { border-color: #CA488C; }
span { border-color: rgb(202,72,140); }
td.TdClassName
{
border-color: #CA488C;
}
.TagClassName
{
border-color: #CA488C;
}
</style>