Shades of Mandy #CA4A59
Tints of Mandy #CA4A59
RGB
CMYK
RGB Variations
Color information
#CA4A59 (or 0xCA4A59) is known color: Mandy. HEX triplet: CA, 4A and 59. RGB value is (202,74,89). Sum of RGB (Red+Green+Blue) = 202+74+89=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A59 is #35B5A6. Grayscale: #727272. Windows color (decimal): -3519911 or 5851850. OLE color: 5851850.
HSL color Cylindrical-coordinate representation of color #CA4A59: hue angle of 352.97º 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 #CA4A59 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 89 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.21 |
| HSL | 352.97º | 0.55% | 0.54% | - |
| HSV(B) | 352.97º | 0.63% | 0.79% | - |
| XYZ | 28.61 | 18.18 | 11.45 | - |
| YUV | 113.98 | 113.91 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 89 | 0 | 0.63 | 0.56 | 0.21 | 352.97 | 0.55 | 0.54 |
| Hex | CA | 4A | 59 | 0 | 3F | 38 | 15 | 161 | 37 | 36 |
| Octal | 312 | 112 | 131 | 0 | 77 | 70 | 25 | 541 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1011001 | 0 | 111111 | 111000 | 10101 | 101100001 | 110111 | 110110 |
Color Harmonies of #CA4A59
Complementary color
Monochromatic Colors of #CA4A59
Black with #CA4A59
Text Example
Text Example
White with #CA4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A59; }
p { color: rgb(202,74,89); }
H1.HeaderClassName
{
color: #CA4A59;
}
.AnyTagClassName
{
color: #CA4A59;
}
</style>
background-color css
<style>
a { background-color: #CA4A59; }
a { background-color: rgb(202,74,89); }
div.DivClassName
{
background-color: #CA4A59;
}
.BgClassName
{
background-color: #CA4A59;
}
</style>
border-color css
<style>
span { border-color: #CA4A59; }
span { border-color: rgb(202,74,89); }
td.TdClassName
{
border-color: #CA4A59;
}
.TagClassName
{
border-color: #CA4A59;
}
</style>