Shades of Mulberry #CA579C
Tints of Mulberry #CA579C
RGB
CMYK
RGB Variations
Color information
#CA579C (or 0xCA579C) is known color: Mulberry. HEX triplet: CA, 57 and 9C. RGB value is (202,87,156). Sum of RGB (Red+Green+Blue) = 202+87+156=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA579C is #35A863. Grayscale: #818181. Windows color (decimal): -3516516 or 10246090. OLE color: 10246090.
HSL color Cylindrical-coordinate representation of color #CA579C: hue angle of 324º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA579C is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 156 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.21 |
| HSL | 324º | 0.52% | 0.57% | - |
| HSV(B) | 324º | 0.57% | 0.79% | - |
| XYZ | 33.77 | 21.77 | 33.88 | - |
| YUV | 129.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 156 | 0 | 0.57 | 0.23 | 0.21 | 324 | 0.52 | 0.57 |
| Hex | CA | 57 | 9C | 0 | 39 | 17 | 15 | 144 | 34 | 39 |
| Octal | 312 | 127 | 234 | 0 | 71 | 27 | 25 | 504 | 64 | 71 |
| Binary | 11001010 | 1010111 | 10011100 | 0 | 111001 | 10111 | 10101 | 101000100 | 110100 | 111001 |
Color Harmonies of #CA579C
Complementary color
Monochromatic Colors of #CA579C
Black with #CA579C
Text Example
Text Example
White with #CA579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA579C; }
p { color: rgb(202,87,156); }
H1.HeaderClassName
{
color: #CA579C;
}
.AnyTagClassName
{
color: #CA579C;
}
</style>
background-color css
<style>
a { background-color: #CA579C; }
a { background-color: rgb(202,87,156); }
div.DivClassName
{
background-color: #CA579C;
}
.BgClassName
{
background-color: #CA579C;
}
</style>
border-color css
<style>
span { border-color: #CA579C; }
span { border-color: rgb(202,87,156); }
td.TdClassName
{
border-color: #CA579C;
}
.TagClassName
{
border-color: #CA579C;
}
</style>