Shades of Mandy #CA5462
Tints of Mandy #CA5462
RGB
CMYK
RGB Variations
Color information
#CA5462 (or 0xCA5462) is known color: Mandy. HEX triplet: CA, 54 and 62. RGB value is (202,84,98). Sum of RGB (Red+Green+Blue) = 202+84+98=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5462 is #35AB9D. Grayscale: #787878. Windows color (decimal): -3517342 or 6444234. OLE color: 6444234.
HSL color Cylindrical-coordinate representation of color #CA5462: hue angle of 352.88º 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 #CA5462 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 98 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.21 |
| HSL | 352.88º | 0.53% | 0.56% | - |
| HSV(B) | 352.88º | 0.58% | 0.79% | - |
| XYZ | 29.73 | 19.78 | 13.81 | - |
| YUV | 120.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 98 | 0 | 0.58 | 0.51 | 0.21 | 352.88 | 0.53 | 0.56 |
| Hex | CA | 54 | 62 | 0 | 3A | 33 | 15 | 161 | 35 | 38 |
| Octal | 312 | 124 | 142 | 0 | 72 | 63 | 25 | 541 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1100010 | 0 | 111010 | 110011 | 10101 | 101100001 | 110101 | 111000 |
Color Harmonies of #CA5462
Complementary color
Monochromatic Colors of #CA5462
Black with #CA5462
Text Example
Text Example
White with #CA5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5462; }
p { color: rgb(202,84,98); }
H1.HeaderClassName
{
color: #CA5462;
}
.AnyTagClassName
{
color: #CA5462;
}
</style>
background-color css
<style>
a { background-color: #CA5462; }
a { background-color: rgb(202,84,98); }
div.DivClassName
{
background-color: #CA5462;
}
.BgClassName
{
background-color: #CA5462;
}
</style>
border-color css
<style>
span { border-color: #CA5462; }
span { border-color: rgb(202,84,98); }
td.TdClassName
{
border-color: #CA5462;
}
.TagClassName
{
border-color: #CA5462;
}
</style>