Shades of Mandy #CA5C5E
Tints of Mandy #CA5C5E
RGB
CMYK
RGB Variations
Color information
#CA5C5E (or 0xCA5C5E) is known color: Mandy. HEX triplet: CA, 5C and 5E. RGB value is (202,92,94). Sum of RGB (Red+Green+Blue) = 202+92+94=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C5E is #35A3A1. Grayscale: #7D7D7D. Windows color (decimal): -3515298 or 6184138. OLE color: 6184138.
HSL color Cylindrical-coordinate representation of color #CA5C5E: hue angle of 358.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5C5E is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 94 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.21 |
| HSL | 358.91º | 0.51% | 0.58% | - |
| HSV(B) | 358.91º | 0.54% | 0.79% | - |
| XYZ | 30.2 | 21.02 | 13.05 | - |
| YUV | 125.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 94 | 0 | 0.54 | 0.53 | 0.21 | 358.91 | 0.51 | 0.58 |
| Hex | CA | 5C | 5E | 0 | 36 | 35 | 15 | 167 | 33 | 3A |
| Octal | 312 | 134 | 136 | 0 | 66 | 65 | 25 | 547 | 63 | 72 |
| Binary | 11001010 | 1011100 | 1011110 | 0 | 110110 | 110101 | 10101 | 101100111 | 110011 | 111010 |
Color Harmonies of #CA5C5E
Complementary color
Monochromatic Colors of #CA5C5E
Black with #CA5C5E
Text Example
Text Example
White with #CA5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C5E; }
p { color: rgb(202,92,94); }
H1.HeaderClassName
{
color: #CA5C5E;
}
.AnyTagClassName
{
color: #CA5C5E;
}
</style>
background-color css
<style>
a { background-color: #CA5C5E; }
a { background-color: rgb(202,92,94); }
div.DivClassName
{
background-color: #CA5C5E;
}
.BgClassName
{
background-color: #CA5C5E;
}
</style>
border-color css
<style>
span { border-color: #CA5C5E; }
span { border-color: rgb(202,92,94); }
td.TdClassName
{
border-color: #CA5C5E;
}
.TagClassName
{
border-color: #CA5C5E;
}
</style>