Shades of Indian Red #CA5D5B
Tints of Indian Red #CA5D5B
RGB
CMYK
RGB Variations
Color information
#CA5D5B (or 0xCA5D5B) is known color: Indian Red. HEX triplet: CA, 5D and 5B. RGB value is (202,93,91). Sum of RGB (Red+Green+Blue) = 202+93+91=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D5B is #35A2A4. Grayscale: #7D7D7D. Windows color (decimal): -3515045 or 5987786. OLE color: 5987786.
HSL color Cylindrical-coordinate representation of color #CA5D5B: hue angle of 1.08º 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 #CA5D5B is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 91 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.21 |
| HSL | 1.08º | 0.51% | 0.57% | - |
| HSV(B) | 1.08º | 0.55% | 0.79% | - |
| XYZ | 30.16 | 21.14 | 12.39 | - |
| YUV | 125.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 91 | 0 | 0.54 | 0.55 | 0.21 | 1.08 | 0.51 | 0.57 |
| Hex | CA | 5D | 5B | 0 | 36 | 37 | 15 | 1 | 33 | 39 |
| Octal | 312 | 135 | 133 | 0 | 66 | 67 | 25 | 1 | 63 | 71 |
| Binary | 11001010 | 1011101 | 1011011 | 0 | 110110 | 110111 | 10101 | 1 | 110011 | 111001 |
Color Harmonies of #CA5D5B
Complementary color
Monochromatic Colors of #CA5D5B
Black with #CA5D5B
Text Example
Text Example
White with #CA5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D5B; }
p { color: rgb(202,93,91); }
H1.HeaderClassName
{
color: #CA5D5B;
}
.AnyTagClassName
{
color: #CA5D5B;
}
</style>
background-color css
<style>
a { background-color: #CA5D5B; }
a { background-color: rgb(202,93,91); }
div.DivClassName
{
background-color: #CA5D5B;
}
.BgClassName
{
background-color: #CA5D5B;
}
</style>
border-color css
<style>
span { border-color: #CA5D5B; }
span { border-color: rgb(202,93,91); }
td.TdClassName
{
border-color: #CA5D5B;
}
.TagClassName
{
border-color: #CA5D5B;
}
</style>