Shades of Mulberry #CA518C
Tints of Mulberry #CA518C
RGB
CMYK
RGB Variations
Color information
#CA518C (or 0xCA518C) is known color: Mulberry. HEX triplet: CA, 51 and 8C. RGB value is (202,81,140). Sum of RGB (Red+Green+Blue) = 202+81+140=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA518C is #35AE73. Grayscale: #7B7B7B. Windows color (decimal): -3518068 or 9195978. OLE color: 9195978.
HSL color Cylindrical-coordinate representation of color #CA518C: hue angle of 330.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA518C is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 140 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.21 |
| HSL | 330.74º | 0.53% | 0.55% | - |
| HSV(B) | 330.74º | 0.6% | 0.79% | - |
| XYZ | 32.03 | 20.33 | 27.05 | - |
| YUV | 123.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 140 | 0 | 0.60 | 0.31 | 0.21 | 330.74 | 0.53 | 0.55 |
| Hex | CA | 51 | 8C | 0 | 3C | 1F | 15 | 14B | 35 | 37 |
| Octal | 312 | 121 | 214 | 0 | 74 | 37 | 25 | 513 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10001100 | 0 | 111100 | 11111 | 10101 | 101001011 | 110101 | 110111 |
Color Harmonies of #CA518C
Complementary color
Monochromatic Colors of #CA518C
Black with #CA518C
Text Example
Text Example
White with #CA518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA518C; }
p { color: rgb(202,81,140); }
H1.HeaderClassName
{
color: #CA518C;
}
.AnyTagClassName
{
color: #CA518C;
}
</style>
background-color css
<style>
a { background-color: #CA518C; }
a { background-color: rgb(202,81,140); }
div.DivClassName
{
background-color: #CA518C;
}
.BgClassName
{
background-color: #CA518C;
}
</style>
border-color css
<style>
span { border-color: #CA518C; }
span { border-color: rgb(202,81,140); }
td.TdClassName
{
border-color: #CA518C;
}
.TagClassName
{
border-color: #CA518C;
}
</style>