Shades of Mandy #CA464D
Tints of Mandy #CA464D
RGB
CMYK
RGB Variations
Color information
#CA464D (or 0xCA464D) is known color: Mandy. HEX triplet: CA, 46 and 4D. RGB value is (202,70,77). Sum of RGB (Red+Green+Blue) = 202+70+77=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA464D is #35B9B2. Grayscale: #6E6E6E. Windows color (decimal): -3520947 or 5064394. OLE color: 5064394.
HSL color Cylindrical-coordinate representation of color #CA464D: hue angle of 356.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA464D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 77 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.21 |
| HSL | 356.82º | 0.55% | 0.53% | - |
| HSV(B) | 356.82º | 0.65% | 0.79% | - |
| XYZ | 27.89 | 17.47 | 8.92 | - |
| YUV | 110.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 77 | 0 | 0.65 | 0.62 | 0.21 | 356.82 | 0.55 | 0.53 |
| Hex | CA | 46 | 4D | 0 | 41 | 3E | 15 | 165 | 37 | 35 |
| Octal | 312 | 106 | 115 | 0 | 101 | 76 | 25 | 545 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1001101 | 0 | 1000001 | 111110 | 10101 | 101100101 | 110111 | 110101 |
Color Harmonies of #CA464D
Complementary color
Monochromatic Colors of #CA464D
Black with #CA464D
Text Example
Text Example
White with #CA464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA464D; }
p { color: rgb(202,70,77); }
H1.HeaderClassName
{
color: #CA464D;
}
.AnyTagClassName
{
color: #CA464D;
}
</style>
background-color css
<style>
a { background-color: #CA464D; }
a { background-color: rgb(202,70,77); }
div.DivClassName
{
background-color: #CA464D;
}
.BgClassName
{
background-color: #CA464D;
}
</style>
border-color css
<style>
span { border-color: #CA464D; }
span { border-color: rgb(202,70,77); }
td.TdClassName
{
border-color: #CA464D;
}
.TagClassName
{
border-color: #CA464D;
}
</style>