Shades of Mandy #CA4E5F
Tints of Mandy #CA4E5F
RGB
CMYK
RGB Variations
Color information
#CA4E5F (or 0xCA4E5F) is known color: Mandy. HEX triplet: CA, 4E and 5F. RGB value is (202,78,95). Sum of RGB (Red+Green+Blue) = 202+78+95=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4E5F is #35B1A0. Grayscale: #757575. Windows color (decimal): -3518881 or 6246090. OLE color: 6246090.
HSL color Cylindrical-coordinate representation of color #CA4E5F: hue angle of 351.77º 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 #CA4E5F is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 95 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.21 |
| HSL | 351.77º | 0.54% | 0.55% | - |
| HSV(B) | 351.77º | 0.61% | 0.79% | - |
| XYZ | 29.15 | 18.83 | 12.93 | - |
| YUV | 117.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 95 | 0 | 0.61 | 0.53 | 0.21 | 351.77 | 0.54 | 0.55 |
| Hex | CA | 4E | 5F | 0 | 3D | 35 | 15 | 160 | 36 | 37 |
| Octal | 312 | 116 | 137 | 0 | 75 | 65 | 25 | 540 | 66 | 67 |
| Binary | 11001010 | 1001110 | 1011111 | 0 | 111101 | 110101 | 10101 | 101100000 | 110110 | 110111 |
Color Harmonies of #CA4E5F
Complementary color
Monochromatic Colors of #CA4E5F
Black with #CA4E5F
Text Example
Text Example
White with #CA4E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4E5F; }
p { color: rgb(202,78,95); }
H1.HeaderClassName
{
color: #CA4E5F;
}
.AnyTagClassName
{
color: #CA4E5F;
}
</style>
background-color css
<style>
a { background-color: #CA4E5F; }
a { background-color: rgb(202,78,95); }
div.DivClassName
{
background-color: #CA4E5F;
}
.BgClassName
{
background-color: #CA4E5F;
}
</style>
border-color css
<style>
span { border-color: #CA4E5F; }
span { border-color: rgb(202,78,95); }
td.TdClassName
{
border-color: #CA4E5F;
}
.TagClassName
{
border-color: #CA4E5F;
}
</style>