Shades of Mandy #CA505D
Tints of Mandy #CA505D
RGB
CMYK
RGB Variations
Color information
#CA505D (or 0xCA505D) is known color: Mandy. HEX triplet: CA, 50 and 5D. RGB value is (202,80,93). Sum of RGB (Red+Green+Blue) = 202+80+93=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA505D is #35AFA2. Grayscale: #767676. Windows color (decimal): -3518371 or 6115530. OLE color: 6115530.
HSL color Cylindrical-coordinate representation of color #CA505D: hue angle of 353.61º degrees, saturation: 0.54, 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 #CA505D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 93 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.21 |
| HSL | 353.61º | 0.54% | 0.55% | - |
| HSV(B) | 353.61º | 0.6% | 0.79% | - |
| XYZ | 29.2 | 19.08 | 12.5 | - |
| YUV | 117.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 93 | 0 | 0.60 | 0.54 | 0.21 | 353.61 | 0.54 | 0.55 |
| Hex | CA | 50 | 5D | 0 | 3C | 36 | 15 | 162 | 36 | 37 |
| Octal | 312 | 120 | 135 | 0 | 74 | 66 | 25 | 542 | 66 | 67 |
| Binary | 11001010 | 1010000 | 1011101 | 0 | 111100 | 110110 | 10101 | 101100010 | 110110 | 110111 |
Color Harmonies of #CA505D
Complementary color
Monochromatic Colors of #CA505D
Black with #CA505D
Text Example
Text Example
White with #CA505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA505D; }
p { color: rgb(202,80,93); }
H1.HeaderClassName
{
color: #CA505D;
}
.AnyTagClassName
{
color: #CA505D;
}
</style>
background-color css
<style>
a { background-color: #CA505D; }
a { background-color: rgb(202,80,93); }
div.DivClassName
{
background-color: #CA505D;
}
.BgClassName
{
background-color: #CA505D;
}
</style>
border-color css
<style>
span { border-color: #CA505D; }
span { border-color: rgb(202,80,93); }
td.TdClassName
{
border-color: #CA505D;
}
.TagClassName
{
border-color: #CA505D;
}
</style>