Shades of Mulberry #CA5088
Tints of Mulberry #CA5088
RGB
CMYK
RGB Variations
Color information
#CA5088 (or 0xCA5088) is known color: Mulberry. HEX triplet: CA, 50 and 88. RGB value is (202,80,136). Sum of RGB (Red+Green+Blue) = 202+80+136=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5088 is #35AF77. Grayscale: #7A7A7A. Windows color (decimal): -3518328 or 8933578. OLE color: 8933578.
HSL color Cylindrical-coordinate representation of color #CA5088: hue angle of 332.46º degrees, saturation: 0.54, 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 #CA5088 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 136 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.21 |
| HSL | 332.46º | 0.54% | 0.55% | - |
| HSV(B) | 332.46º | 0.6% | 0.79% | - |
| XYZ | 31.67 | 20.07 | 25.5 | - |
| YUV | 122.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 136 | 0 | 0.60 | 0.33 | 0.21 | 332.46 | 0.54 | 0.55 |
| Hex | CA | 50 | 88 | 0 | 3C | 21 | 15 | 14C | 36 | 37 |
| Octal | 312 | 120 | 210 | 0 | 74 | 41 | 25 | 514 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10001000 | 0 | 111100 | 100001 | 10101 | 101001100 | 110110 | 110111 |
Color Harmonies of #CA5088
Complementary color
Monochromatic Colors of #CA5088
Black with #CA5088
Text Example
Text Example
White with #CA5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5088; }
p { color: rgb(202,80,136); }
H1.HeaderClassName
{
color: #CA5088;
}
.AnyTagClassName
{
color: #CA5088;
}
</style>
background-color css
<style>
a { background-color: #CA5088; }
a { background-color: rgb(202,80,136); }
div.DivClassName
{
background-color: #CA5088;
}
.BgClassName
{
background-color: #CA5088;
}
</style>
border-color css
<style>
span { border-color: #CA5088; }
span { border-color: rgb(202,80,136); }
td.TdClassName
{
border-color: #CA5088;
}
.TagClassName
{
border-color: #CA5088;
}
</style>