Shades of Mandy #CA505B
Tints of Mandy #CA505B
RGB
CMYK
RGB Variations
Color information
#CA505B (or 0xCA505B) is known color: Mandy. HEX triplet: CA, 50 and 5B. RGB value is (202,80,91). Sum of RGB (Red+Green+Blue) = 202+80+91=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA505B is #35AFA4. Grayscale: #757575. Windows color (decimal): -3518373 or 5984458. OLE color: 5984458.
HSL color Cylindrical-coordinate representation of color #CA505B: hue angle of 354.59º 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 #CA505B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 91 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.21 |
| HSL | 354.59º | 0.54% | 0.55% | - |
| HSV(B) | 354.59º | 0.6% | 0.79% | - |
| XYZ | 29.11 | 19.05 | 12.04 | - |
| YUV | 117.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 91 | 0 | 0.60 | 0.55 | 0.21 | 354.59 | 0.54 | 0.55 |
| Hex | CA | 50 | 5B | 0 | 3C | 37 | 15 | 163 | 36 | 37 |
| Octal | 312 | 120 | 133 | 0 | 74 | 67 | 25 | 543 | 66 | 67 |
| Binary | 11001010 | 1010000 | 1011011 | 0 | 111100 | 110111 | 10101 | 101100011 | 110110 | 110111 |
Color Harmonies of #CA505B
Complementary color
Monochromatic Colors of #CA505B
Black with #CA505B
Text Example
Text Example
White with #CA505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA505B; }
p { color: rgb(202,80,91); }
H1.HeaderClassName
{
color: #CA505B;
}
.AnyTagClassName
{
color: #CA505B;
}
</style>
background-color css
<style>
a { background-color: #CA505B; }
a { background-color: rgb(202,80,91); }
div.DivClassName
{
background-color: #CA505B;
}
.BgClassName
{
background-color: #CA505B;
}
</style>
border-color css
<style>
span { border-color: #CA505B; }
span { border-color: rgb(202,80,91); }
td.TdClassName
{
border-color: #CA505B;
}
.TagClassName
{
border-color: #CA505B;
}
</style>