Shades of Mandy #CA4A60
Tints of Mandy #CA4A60
RGB
CMYK
RGB Variations
Color information
#CA4A60 (or 0xCA4A60) is known color: Mandy. HEX triplet: CA, 4A and 60. RGB value is (202,74,96). Sum of RGB (Red+Green+Blue) = 202+74+96=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A60 is #35B59F. Grayscale: #727272. Windows color (decimal): -3519904 or 6310602. OLE color: 6310602.
HSL color Cylindrical-coordinate representation of color #CA4A60: hue angle of 349.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A60 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 96 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.21 |
| HSL | 349.69º | 0.55% | 0.54% | - |
| HSV(B) | 349.69º | 0.63% | 0.79% | - |
| XYZ | 28.92 | 18.3 | 13.07 | - |
| YUV | 114.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 96 | 0 | 0.63 | 0.52 | 0.21 | 349.69 | 0.55 | 0.54 |
| Hex | CA | 4A | 60 | 0 | 3F | 34 | 15 | 15E | 37 | 36 |
| Octal | 312 | 112 | 140 | 0 | 77 | 64 | 25 | 536 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1100000 | 0 | 111111 | 110100 | 10101 | 101011110 | 110111 | 110110 |
Color Harmonies of #CA4A60
Complementary color
Monochromatic Colors of #CA4A60
Black with #CA4A60
Text Example
Text Example
White with #CA4A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A60; }
p { color: rgb(202,74,96); }
H1.HeaderClassName
{
color: #CA4A60;
}
.AnyTagClassName
{
color: #CA4A60;
}
</style>
background-color css
<style>
a { background-color: #CA4A60; }
a { background-color: rgb(202,74,96); }
div.DivClassName
{
background-color: #CA4A60;
}
.BgClassName
{
background-color: #CA4A60;
}
</style>
border-color css
<style>
span { border-color: #CA4A60; }
span { border-color: rgb(202,74,96); }
td.TdClassName
{
border-color: #CA4A60;
}
.TagClassName
{
border-color: #CA4A60;
}
</style>