Shades of Mandy #CA5463
Tints of Mandy #CA5463
RGB
CMYK
RGB Variations
Color information
#CA5463 (or 0xCA5463) is known color: Mandy. HEX triplet: CA, 54 and 63. RGB value is (202,84,99). Sum of RGB (Red+Green+Blue) = 202+84+99=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5463 is #35AB9C. Grayscale: #797979. Windows color (decimal): -3517341 or 6509770. OLE color: 6509770.
HSL color Cylindrical-coordinate representation of color #CA5463: hue angle of 352.37º degrees, saturation: 0.53, 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 #CA5463 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 99 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.21 |
| HSL | 352.37º | 0.53% | 0.56% | - |
| HSV(B) | 352.37º | 0.58% | 0.79% | - |
| XYZ | 29.78 | 19.8 | 14.06 | - |
| YUV | 120.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 99 | 0 | 0.58 | 0.51 | 0.21 | 352.37 | 0.53 | 0.56 |
| Hex | CA | 54 | 63 | 0 | 3A | 33 | 15 | 160 | 35 | 38 |
| Octal | 312 | 124 | 143 | 0 | 72 | 63 | 25 | 540 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1100011 | 0 | 111010 | 110011 | 10101 | 101100000 | 110101 | 111000 |
Color Harmonies of #CA5463
Complementary color
Monochromatic Colors of #CA5463
Black with #CA5463
Text Example
Text Example
White with #CA5463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5463; }
p { color: rgb(202,84,99); }
H1.HeaderClassName
{
color: #CA5463;
}
.AnyTagClassName
{
color: #CA5463;
}
</style>
background-color css
<style>
a { background-color: #CA5463; }
a { background-color: rgb(202,84,99); }
div.DivClassName
{
background-color: #CA5463;
}
.BgClassName
{
background-color: #CA5463;
}
</style>
border-color css
<style>
span { border-color: #CA5463; }
span { border-color: rgb(202,84,99); }
td.TdClassName
{
border-color: #CA5463;
}
.TagClassName
{
border-color: #CA5463;
}
</style>