Shades of Mulberry #CA569C
Tints of Mulberry #CA569C
RGB
CMYK
RGB Variations
Color information
#CA569C (or 0xCA569C) is known color: Mulberry. HEX triplet: CA, 56 and 9C. RGB value is (202,86,156). Sum of RGB (Red+Green+Blue) = 202+86+156=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA569C is #35A963. Grayscale: #808080. Windows color (decimal): -3516772 or 10245834. OLE color: 10245834.
HSL color Cylindrical-coordinate representation of color #CA569C: hue angle of 323.79º 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 #CA569C is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 156 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.21 |
| HSL | 323.79º | 0.52% | 0.56% | - |
| HSV(B) | 323.79º | 0.57% | 0.79% | - |
| XYZ | 33.69 | 21.61 | 33.85 | - |
| YUV | 128.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 156 | 0 | 0.57 | 0.23 | 0.21 | 323.79 | 0.52 | 0.56 |
| Hex | CA | 56 | 9C | 0 | 39 | 17 | 15 | 144 | 34 | 38 |
| Octal | 312 | 126 | 234 | 0 | 71 | 27 | 25 | 504 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10011100 | 0 | 111001 | 10111 | 10101 | 101000100 | 110100 | 111000 |
Color Harmonies of #CA569C
Complementary color
Monochromatic Colors of #CA569C
Black with #CA569C
Text Example
Text Example
White with #CA569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA569C; }
p { color: rgb(202,86,156); }
H1.HeaderClassName
{
color: #CA569C;
}
.AnyTagClassName
{
color: #CA569C;
}
</style>
background-color css
<style>
a { background-color: #CA569C; }
a { background-color: rgb(202,86,156); }
div.DivClassName
{
background-color: #CA569C;
}
.BgClassName
{
background-color: #CA569C;
}
</style>
border-color css
<style>
span { border-color: #CA569C; }
span { border-color: rgb(202,86,156); }
td.TdClassName
{
border-color: #CA569C;
}
.TagClassName
{
border-color: #CA569C;
}
</style>