Shades of Mandy #CA5564
Tints of Mandy #CA5564
RGB
CMYK
RGB Variations
Color information
#CA5564 (or 0xCA5564) is known color: Mandy. HEX triplet: CA, 55 and 64. RGB value is (202,85,100). Sum of RGB (Red+Green+Blue) = 202+85+100=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5564 is #35AA9B. Grayscale: #797979. Windows color (decimal): -3517084 or 6575562. OLE color: 6575562.
HSL color Cylindrical-coordinate representation of color #CA5564: hue angle of 352.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5564 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 100 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.21 |
| HSL | 352.31º | 0.52% | 0.56% | - |
| HSV(B) | 352.31º | 0.58% | 0.79% | - |
| XYZ | 29.91 | 19.97 | 14.34 | - |
| YUV | 121.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 100 | 0 | 0.58 | 0.50 | 0.21 | 352.31 | 0.52 | 0.56 |
| Hex | CA | 55 | 64 | 0 | 3A | 32 | 15 | 160 | 34 | 38 |
| Octal | 312 | 125 | 144 | 0 | 72 | 62 | 25 | 540 | 64 | 70 |
| Binary | 11001010 | 1010101 | 1100100 | 0 | 111010 | 110010 | 10101 | 101100000 | 110100 | 111000 |
Color Harmonies of #CA5564
Complementary color
Monochromatic Colors of #CA5564
Black with #CA5564
Text Example
Text Example
White with #CA5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5564; }
p { color: rgb(202,85,100); }
H1.HeaderClassName
{
color: #CA5564;
}
.AnyTagClassName
{
color: #CA5564;
}
</style>
background-color css
<style>
a { background-color: #CA5564; }
a { background-color: rgb(202,85,100); }
div.DivClassName
{
background-color: #CA5564;
}
.BgClassName
{
background-color: #CA5564;
}
</style>
border-color css
<style>
span { border-color: #CA5564; }
span { border-color: rgb(202,85,100); }
td.TdClassName
{
border-color: #CA5564;
}
.TagClassName
{
border-color: #CA5564;
}
</style>