Shades of Mandy #CA5561
Tints of Mandy #CA5561
RGB
CMYK
RGB Variations
Color information
#CA5561 (or 0xCA5561) is known color: Mandy. HEX triplet: CA, 55 and 61. RGB value is (202,85,97). Sum of RGB (Red+Green+Blue) = 202+85+97=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5561 is #35AA9E. Grayscale: #797979. Windows color (decimal): -3517087 or 6378954. OLE color: 6378954.
HSL color Cylindrical-coordinate representation of color #CA5561: hue angle of 353.85º 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 #CA5561 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 97 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.21 |
| HSL | 353.85º | 0.52% | 0.56% | - |
| HSV(B) | 353.85º | 0.58% | 0.79% | - |
| XYZ | 29.76 | 19.92 | 13.58 | - |
| YUV | 121.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 97 | 0 | 0.58 | 0.52 | 0.21 | 353.85 | 0.52 | 0.56 |
| Hex | CA | 55 | 61 | 0 | 3A | 34 | 15 | 162 | 34 | 38 |
| Octal | 312 | 125 | 141 | 0 | 72 | 64 | 25 | 542 | 64 | 70 |
| Binary | 11001010 | 1010101 | 1100001 | 0 | 111010 | 110100 | 10101 | 101100010 | 110100 | 111000 |
Color Harmonies of #CA5561
Complementary color
Monochromatic Colors of #CA5561
Black with #CA5561
Text Example
Text Example
White with #CA5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5561; }
p { color: rgb(202,85,97); }
H1.HeaderClassName
{
color: #CA5561;
}
.AnyTagClassName
{
color: #CA5561;
}
</style>
background-color css
<style>
a { background-color: #CA5561; }
a { background-color: rgb(202,85,97); }
div.DivClassName
{
background-color: #CA5561;
}
.BgClassName
{
background-color: #CA5561;
}
</style>
border-color css
<style>
span { border-color: #CA5561; }
span { border-color: rgb(202,85,97); }
td.TdClassName
{
border-color: #CA5561;
}
.TagClassName
{
border-color: #CA5561;
}
</style>