Shades of Mulberry #CA5688
Tints of Mulberry #CA5688
RGB
CMYK
RGB Variations
Color information
#CA5688 (or 0xCA5688) is known color: Mulberry. HEX triplet: CA, 56 and 88. RGB value is (202,86,136). Sum of RGB (Red+Green+Blue) = 202+86+136=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5688 is #35A977. Grayscale: #7E7E7E. Windows color (decimal): -3516792 or 8935114. OLE color: 8935114.
HSL color Cylindrical-coordinate representation of color #CA5688: hue angle of 334.14º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5688 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 136 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.21 |
| HSL | 334.14º | 0.52% | 0.56% | - |
| HSV(B) | 334.14º | 0.57% | 0.79% | - |
| XYZ | 32.13 | 20.99 | 25.65 | - |
| YUV | 126.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 136 | 0 | 0.57 | 0.33 | 0.21 | 334.14 | 0.52 | 0.56 |
| Hex | CA | 56 | 88 | 0 | 39 | 21 | 15 | 14E | 34 | 38 |
| Octal | 312 | 126 | 210 | 0 | 71 | 41 | 25 | 516 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10001000 | 0 | 111001 | 100001 | 10101 | 101001110 | 110100 | 111000 |
Color Harmonies of #CA5688
Complementary color
Monochromatic Colors of #CA5688
Black with #CA5688
Text Example
Text Example
White with #CA5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5688; }
p { color: rgb(202,86,136); }
H1.HeaderClassName
{
color: #CA5688;
}
.AnyTagClassName
{
color: #CA5688;
}
</style>
background-color css
<style>
a { background-color: #CA5688; }
a { background-color: rgb(202,86,136); }
div.DivClassName
{
background-color: #CA5688;
}
.BgClassName
{
background-color: #CA5688;
}
</style>
border-color css
<style>
span { border-color: #CA5688; }
span { border-color: rgb(202,86,136); }
td.TdClassName
{
border-color: #CA5688;
}
.TagClassName
{
border-color: #CA5688;
}
</style>