Shades of Mandy #CA5B5E
Tints of Mandy #CA5B5E
RGB
CMYK
RGB Variations
Color information
#CA5B5E (or 0xCA5B5E) is known color: Mandy. HEX triplet: CA, 5B and 5E. RGB value is (202,91,94). Sum of RGB (Red+Green+Blue) = 202+91+94=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B5E is #35A4A1. Grayscale: #7C7C7C. Windows color (decimal): -3515554 or 6183882. OLE color: 6183882.
HSL color Cylindrical-coordinate representation of color #CA5B5E: hue angle of 358.38º 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 #CA5B5E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 94 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.21 |
| HSL | 358.38º | 0.51% | 0.57% | - |
| HSV(B) | 358.38º | 0.55% | 0.79% | - |
| XYZ | 30.12 | 20.85 | 13.03 | - |
| YUV | 124.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 94 | 0 | 0.55 | 0.53 | 0.21 | 358.38 | 0.51 | 0.57 |
| Hex | CA | 5B | 5E | 0 | 37 | 35 | 15 | 166 | 33 | 39 |
| Octal | 312 | 133 | 136 | 0 | 67 | 65 | 25 | 546 | 63 | 71 |
| Binary | 11001010 | 1011011 | 1011110 | 0 | 110111 | 110101 | 10101 | 101100110 | 110011 | 111001 |
Color Harmonies of #CA5B5E
Complementary color
Monochromatic Colors of #CA5B5E
Black with #CA5B5E
Text Example
Text Example
White with #CA5B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B5E; }
p { color: rgb(202,91,94); }
H1.HeaderClassName
{
color: #CA5B5E;
}
.AnyTagClassName
{
color: #CA5B5E;
}
</style>
background-color css
<style>
a { background-color: #CA5B5E; }
a { background-color: rgb(202,91,94); }
div.DivClassName
{
background-color: #CA5B5E;
}
.BgClassName
{
background-color: #CA5B5E;
}
</style>
border-color css
<style>
span { border-color: #CA5B5E; }
span { border-color: rgb(202,91,94); }
td.TdClassName
{
border-color: #CA5B5E;
}
.TagClassName
{
border-color: #CA5B5E;
}
</style>