Shades of Mandy #CA4D4E
Tints of Mandy #CA4D4E
RGB
CMYK
RGB Variations
Color information
#CA4D4E (or 0xCA4D4E) is known color: Mandy. HEX triplet: CA, 4D and 4E. RGB value is (202,77,78). Sum of RGB (Red+Green+Blue) = 202+77+78=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D4E is #35B2B1. Grayscale: #727272. Windows color (decimal): -3519154 or 5131722. OLE color: 5131722.
HSL color Cylindrical-coordinate representation of color #CA4D4E: hue angle of 359.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D4E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 78 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.21 |
| HSL | 359.52º | 0.54% | 0.55% | - |
| HSV(B) | 359.52º | 0.62% | 0.79% | - |
| XYZ | 28.39 | 18.41 | 9.27 | - |
| YUV | 114.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 78 | 0 | 0.62 | 0.61 | 0.21 | 359.52 | 0.54 | 0.55 |
| Hex | CA | 4D | 4E | 0 | 3E | 3D | 15 | 168 | 36 | 37 |
| Octal | 312 | 115 | 116 | 0 | 76 | 75 | 25 | 550 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1001110 | 0 | 111110 | 111101 | 10101 | 101101000 | 110110 | 110111 |
Color Harmonies of #CA4D4E
Complementary color
Monochromatic Colors of #CA4D4E
Black with #CA4D4E
Text Example
Text Example
White with #CA4D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D4E; }
p { color: rgb(202,77,78); }
H1.HeaderClassName
{
color: #CA4D4E;
}
.AnyTagClassName
{
color: #CA4D4E;
}
</style>
background-color css
<style>
a { background-color: #CA4D4E; }
a { background-color: rgb(202,77,78); }
div.DivClassName
{
background-color: #CA4D4E;
}
.BgClassName
{
background-color: #CA4D4E;
}
</style>
border-color css
<style>
span { border-color: #CA4D4E; }
span { border-color: rgb(202,77,78); }
td.TdClassName
{
border-color: #CA4D4E;
}
.TagClassName
{
border-color: #CA4D4E;
}
</style>