Shades of Mandy #CA515E
Tints of Mandy #CA515E
RGB
CMYK
RGB Variations
Color information
#CA515E (or 0xCA515E) is known color: Mandy. HEX triplet: CA, 51 and 5E. RGB value is (202,81,94). Sum of RGB (Red+Green+Blue) = 202+81+94=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA515E is #35AEA1. Grayscale: #767676. Windows color (decimal): -3518114 or 6181322. OLE color: 6181322.
HSL color Cylindrical-coordinate representation of color #CA515E: hue angle of 353.55º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA515E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 94 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.21 |
| HSL | 353.55º | 0.53% | 0.55% | - |
| HSV(B) | 353.55º | 0.6% | 0.79% | - |
| XYZ | 29.32 | 19.25 | 12.76 | - |
| YUV | 118.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 94 | 0 | 0.60 | 0.53 | 0.21 | 353.55 | 0.53 | 0.55 |
| Hex | CA | 51 | 5E | 0 | 3C | 35 | 15 | 162 | 35 | 37 |
| Octal | 312 | 121 | 136 | 0 | 74 | 65 | 25 | 542 | 65 | 67 |
| Binary | 11001010 | 1010001 | 1011110 | 0 | 111100 | 110101 | 10101 | 101100010 | 110101 | 110111 |
Color Harmonies of #CA515E
Complementary color
Monochromatic Colors of #CA515E
Black with #CA515E
Text Example
Text Example
White with #CA515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA515E; }
p { color: rgb(202,81,94); }
H1.HeaderClassName
{
color: #CA515E;
}
.AnyTagClassName
{
color: #CA515E;
}
</style>
background-color css
<style>
a { background-color: #CA515E; }
a { background-color: rgb(202,81,94); }
div.DivClassName
{
background-color: #CA515E;
}
.BgClassName
{
background-color: #CA515E;
}
</style>
border-color css
<style>
span { border-color: #CA515E; }
span { border-color: rgb(202,81,94); }
td.TdClassName
{
border-color: #CA515E;
}
.TagClassName
{
border-color: #CA515E;
}
</style>