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