Shades of Mandy #CA4A5D
Tints of Mandy #CA4A5D
RGB
CMYK
RGB Variations
Color information
#CA4A5D (or 0xCA4A5D) is known color: Mandy. HEX triplet: CA, 4A and 5D. RGB value is (202,74,93). Sum of RGB (Red+Green+Blue) = 202+74+93=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A5D is #35B5A2. Grayscale: #727272. Windows color (decimal): -3519907 or 6113994. OLE color: 6113994.
HSL color Cylindrical-coordinate representation of color #CA4A5D: hue angle of 351.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A5D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 93 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.21 |
| HSL | 351.09º | 0.55% | 0.54% | - |
| HSV(B) | 351.09º | 0.63% | 0.79% | - |
| XYZ | 28.78 | 18.24 | 12.36 | - |
| YUV | 114.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 93 | 0 | 0.63 | 0.54 | 0.21 | 351.09 | 0.55 | 0.54 |
| Hex | CA | 4A | 5D | 0 | 3F | 36 | 15 | 15F | 37 | 36 |
| Octal | 312 | 112 | 135 | 0 | 77 | 66 | 25 | 537 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1011101 | 0 | 111111 | 110110 | 10101 | 101011111 | 110111 | 110110 |
Color Harmonies of #CA4A5D
Complementary color
Monochromatic Colors of #CA4A5D
Black with #CA4A5D
Text Example
Text Example
White with #CA4A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A5D; }
p { color: rgb(202,74,93); }
H1.HeaderClassName
{
color: #CA4A5D;
}
.AnyTagClassName
{
color: #CA4A5D;
}
</style>
background-color css
<style>
a { background-color: #CA4A5D; }
a { background-color: rgb(202,74,93); }
div.DivClassName
{
background-color: #CA4A5D;
}
.BgClassName
{
background-color: #CA4A5D;
}
</style>
border-color css
<style>
span { border-color: #CA4A5D; }
span { border-color: rgb(202,74,93); }
td.TdClassName
{
border-color: #CA4A5D;
}
.TagClassName
{
border-color: #CA4A5D;
}
</style>