Shades of Mulberry #CA568D
Tints of Mulberry #CA568D
RGB
CMYK
RGB Variations
Color information
#CA568D (or 0xCA568D) is known color: Mulberry. HEX triplet: CA, 56 and 8D. RGB value is (202,86,141). Sum of RGB (Red+Green+Blue) = 202+86+141=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA568D is #35A972. Grayscale: #7E7E7E. Windows color (decimal): -3516787 or 9262794. OLE color: 9262794.
HSL color Cylindrical-coordinate representation of color #CA568D: hue angle of 331.55º 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 #CA568D is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 141 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.21 |
| HSL | 331.55º | 0.52% | 0.56% | - |
| HSV(B) | 331.55º | 0.57% | 0.79% | - |
| XYZ | 32.49 | 21.14 | 27.57 | - |
| YUV | 126.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 141 | 0 | 0.57 | 0.30 | 0.21 | 331.55 | 0.52 | 0.56 |
| Hex | CA | 56 | 8D | 0 | 39 | 1E | 15 | 14C | 34 | 38 |
| Octal | 312 | 126 | 215 | 0 | 71 | 36 | 25 | 514 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10001101 | 0 | 111001 | 11110 | 10101 | 101001100 | 110100 | 111000 |
Color Harmonies of #CA568D
Complementary color
Monochromatic Colors of #CA568D
Black with #CA568D
Text Example
Text Example
White with #CA568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA568D; }
p { color: rgb(202,86,141); }
H1.HeaderClassName
{
color: #CA568D;
}
.AnyTagClassName
{
color: #CA568D;
}
</style>
background-color css
<style>
a { background-color: #CA568D; }
a { background-color: rgb(202,86,141); }
div.DivClassName
{
background-color: #CA568D;
}
.BgClassName
{
background-color: #CA568D;
}
</style>
border-color css
<style>
span { border-color: #CA568D; }
span { border-color: rgb(202,86,141); }
td.TdClassName
{
border-color: #CA568D;
}
.TagClassName
{
border-color: #CA568D;
}
</style>