Shades of Mulberry #CA569A
Tints of Mulberry #CA569A
RGB
CMYK
RGB Variations
Color information
#CA569A (or 0xCA569A) is known color: Mulberry. HEX triplet: CA, 56 and 9A. RGB value is (202,86,154). Sum of RGB (Red+Green+Blue) = 202+86+154=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA569A is #35A965. Grayscale: #808080. Windows color (decimal): -3516774 or 10114762. OLE color: 10114762.
HSL color Cylindrical-coordinate representation of color #CA569A: hue angle of 324.83º 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 #CA569A is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 154 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.21 |
| HSL | 324.83º | 0.52% | 0.56% | - |
| HSV(B) | 324.83º | 0.57% | 0.79% | - |
| XYZ | 33.52 | 21.55 | 32.96 | - |
| YUV | 128.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 154 | 0 | 0.57 | 0.24 | 0.21 | 324.83 | 0.52 | 0.56 |
| Hex | CA | 56 | 9A | 0 | 39 | 18 | 15 | 145 | 34 | 38 |
| Octal | 312 | 126 | 232 | 0 | 71 | 30 | 25 | 505 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10011010 | 0 | 111001 | 11000 | 10101 | 101000101 | 110100 | 111000 |
Color Harmonies of #CA569A
Complementary color
Monochromatic Colors of #CA569A
Black with #CA569A
Text Example
Text Example
White with #CA569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA569A; }
p { color: rgb(202,86,154); }
H1.HeaderClassName
{
color: #CA569A;
}
.AnyTagClassName
{
color: #CA569A;
}
</style>
background-color css
<style>
a { background-color: #CA569A; }
a { background-color: rgb(202,86,154); }
div.DivClassName
{
background-color: #CA569A;
}
.BgClassName
{
background-color: #CA569A;
}
</style>
border-color css
<style>
span { border-color: #CA569A; }
span { border-color: rgb(202,86,154); }
td.TdClassName
{
border-color: #CA569A;
}
.TagClassName
{
border-color: #CA569A;
}
</style>