Shades of Mandy #CA4D60
Tints of Mandy #CA4D60
RGB
CMYK
RGB Variations
Color information
#CA4D60 (or 0xCA4D60) is known color: Mandy. HEX triplet: CA, 4D and 60. RGB value is (202,77,96). Sum of RGB (Red+Green+Blue) = 202+77+96=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D60 is #35B29F. Grayscale: #747474. Windows color (decimal): -3519136 or 6311370. OLE color: 6311370.
HSL color Cylindrical-coordinate representation of color #CA4D60: hue angle of 350.88º 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 #CA4D60 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 96 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.21 |
| HSL | 350.88º | 0.54% | 0.55% | - |
| HSV(B) | 350.88º | 0.62% | 0.79% | - |
| XYZ | 29.12 | 18.71 | 13.14 | - |
| YUV | 116.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 96 | 0 | 0.62 | 0.52 | 0.21 | 350.88 | 0.54 | 0.55 |
| Hex | CA | 4D | 60 | 0 | 3E | 34 | 15 | 15F | 36 | 37 |
| Octal | 312 | 115 | 140 | 0 | 76 | 64 | 25 | 537 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1100000 | 0 | 111110 | 110100 | 10101 | 101011111 | 110110 | 110111 |
Color Harmonies of #CA4D60
Complementary color
Monochromatic Colors of #CA4D60
Black with #CA4D60
Text Example
Text Example
White with #CA4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D60; }
p { color: rgb(202,77,96); }
H1.HeaderClassName
{
color: #CA4D60;
}
.AnyTagClassName
{
color: #CA4D60;
}
</style>
background-color css
<style>
a { background-color: #CA4D60; }
a { background-color: rgb(202,77,96); }
div.DivClassName
{
background-color: #CA4D60;
}
.BgClassName
{
background-color: #CA4D60;
}
</style>
border-color css
<style>
span { border-color: #CA4D60; }
span { border-color: rgb(202,77,96); }
td.TdClassName
{
border-color: #CA4D60;
}
.TagClassName
{
border-color: #CA4D60;
}
</style>