Shades of Mulberry #CA569E
Tints of Mulberry #CA569E
RGB
CMYK
RGB Variations
Color information
#CA569E (or 0xCA569E) is known color: Mulberry. HEX triplet: CA, 56 and 9E. RGB value is (202,86,158). Sum of RGB (Red+Green+Blue) = 202+86+158=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA569E is #35A961. Grayscale: #808080. Windows color (decimal): -3516770 or 10376906. OLE color: 10376906.
HSL color Cylindrical-coordinate representation of color #CA569E: hue angle of 322.76º 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 #CA569E is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 158 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.21 |
| HSL | 322.76º | 0.52% | 0.56% | - |
| HSV(B) | 322.76º | 0.57% | 0.79% | - |
| XYZ | 33.86 | 21.68 | 34.75 | - |
| YUV | 128.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 158 | 0 | 0.57 | 0.22 | 0.21 | 322.76 | 0.52 | 0.56 |
| Hex | CA | 56 | 9E | 0 | 39 | 16 | 15 | 143 | 34 | 38 |
| Octal | 312 | 126 | 236 | 0 | 71 | 26 | 25 | 503 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10011110 | 0 | 111001 | 10110 | 10101 | 101000011 | 110100 | 111000 |
Color Harmonies of #CA569E
Complementary color
Monochromatic Colors of #CA569E
Black with #CA569E
Text Example
Text Example
White with #CA569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA569E; }
p { color: rgb(202,86,158); }
H1.HeaderClassName
{
color: #CA569E;
}
.AnyTagClassName
{
color: #CA569E;
}
</style>
background-color css
<style>
a { background-color: #CA569E; }
a { background-color: rgb(202,86,158); }
div.DivClassName
{
background-color: #CA569E;
}
.BgClassName
{
background-color: #CA569E;
}
</style>
border-color css
<style>
span { border-color: #CA569E; }
span { border-color: rgb(202,86,158); }
td.TdClassName
{
border-color: #CA569E;
}
.TagClassName
{
border-color: #CA569E;
}
</style>