Shades of Mandy #CA5A5E
Tints of Mandy #CA5A5E
RGB
CMYK
RGB Variations
Color information
#CA5A5E (or 0xCA5A5E) is known color: Mandy. HEX triplet: CA, 5A and 5E. RGB value is (202,90,94). Sum of RGB (Red+Green+Blue) = 202+90+94=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A5E is #35A5A1. Grayscale: #7C7C7C. Windows color (decimal): -3515810 or 6183626. OLE color: 6183626.
HSL color Cylindrical-coordinate representation of color #CA5A5E: hue angle of 357.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A5E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 94 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.21 |
| HSL | 357.86º | 0.51% | 0.57% | - |
| HSV(B) | 357.86º | 0.55% | 0.79% | - |
| XYZ | 30.03 | 20.68 | 13 | - |
| YUV | 123.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 94 | 0 | 0.55 | 0.53 | 0.21 | 357.86 | 0.51 | 0.57 |
| Hex | CA | 5A | 5E | 0 | 37 | 35 | 15 | 166 | 33 | 39 |
| Octal | 312 | 132 | 136 | 0 | 67 | 65 | 25 | 546 | 63 | 71 |
| Binary | 11001010 | 1011010 | 1011110 | 0 | 110111 | 110101 | 10101 | 101100110 | 110011 | 111001 |
Color Harmonies of #CA5A5E
Complementary color
Monochromatic Colors of #CA5A5E
Black with #CA5A5E
Text Example
Text Example
White with #CA5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A5E; }
p { color: rgb(202,90,94); }
H1.HeaderClassName
{
color: #CA5A5E;
}
.AnyTagClassName
{
color: #CA5A5E;
}
</style>
background-color css
<style>
a { background-color: #CA5A5E; }
a { background-color: rgb(202,90,94); }
div.DivClassName
{
background-color: #CA5A5E;
}
.BgClassName
{
background-color: #CA5A5E;
}
</style>
border-color css
<style>
span { border-color: #CA5A5E; }
span { border-color: rgb(202,90,94); }
td.TdClassName
{
border-color: #CA5A5E;
}
.TagClassName
{
border-color: #CA5A5E;
}
</style>