Shades of Mandy #CA4E59
Tints of Mandy #CA4E59
RGB
CMYK
RGB Variations
Color information
#CA4E59 (or 0xCA4E59) is known color: Mandy. HEX triplet: CA, 4E and 59. RGB value is (202,78,89). Sum of RGB (Red+Green+Blue) = 202+78+89=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4E59 is #35B1A6. Grayscale: #747474. Windows color (decimal): -3518887 or 5852874. OLE color: 5852874.
HSL color Cylindrical-coordinate representation of color #CA4E59: hue angle of 354.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4E59 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 89 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.21 |
| HSL | 354.68º | 0.54% | 0.55% | - |
| HSV(B) | 354.68º | 0.61% | 0.79% | - |
| XYZ | 28.88 | 18.73 | 11.54 | - |
| YUV | 116.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 89 | 0 | 0.61 | 0.56 | 0.21 | 354.68 | 0.54 | 0.55 |
| Hex | CA | 4E | 59 | 0 | 3D | 38 | 15 | 163 | 36 | 37 |
| Octal | 312 | 116 | 131 | 0 | 75 | 70 | 25 | 543 | 66 | 67 |
| Binary | 11001010 | 1001110 | 1011001 | 0 | 111101 | 111000 | 10101 | 101100011 | 110110 | 110111 |
Color Harmonies of #CA4E59
Complementary color
Monochromatic Colors of #CA4E59
Black with #CA4E59
Text Example
Text Example
White with #CA4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4E59; }
p { color: rgb(202,78,89); }
H1.HeaderClassName
{
color: #CA4E59;
}
.AnyTagClassName
{
color: #CA4E59;
}
</style>
background-color css
<style>
a { background-color: #CA4E59; }
a { background-color: rgb(202,78,89); }
div.DivClassName
{
background-color: #CA4E59;
}
.BgClassName
{
background-color: #CA4E59;
}
</style>
border-color css
<style>
span { border-color: #CA4E59; }
span { border-color: rgb(202,78,89); }
td.TdClassName
{
border-color: #CA4E59;
}
.TagClassName
{
border-color: #CA4E59;
}
</style>