Shades of Indian Red #CA5D5C
Tints of Indian Red #CA5D5C
RGB
CMYK
RGB Variations
Color information
#CA5D5C (or 0xCA5D5C) is known color: Indian Red. HEX triplet: CA, 5D and 5C. RGB value is (202,93,92). Sum of RGB (Red+Green+Blue) = 202+93+92=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D5C is #35A2A3. Grayscale: #7D7D7D. Windows color (decimal): -3515044 or 6053322. OLE color: 6053322.
HSL color Cylindrical-coordinate representation of color #CA5D5C: hue angle of 0.55º 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 #CA5D5C is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 92 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.21 |
| HSL | 0.55º | 0.51% | 0.58% | - |
| HSV(B) | 0.55º | 0.54% | 0.79% | - |
| XYZ | 30.2 | 21.16 | 12.62 | - |
| YUV | 125.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 92 | 0 | 0.54 | 0.54 | 0.21 | 0.55 | 0.51 | 0.58 |
| Hex | CA | 5D | 5C | 0 | 36 | 36 | 15 | 1 | 33 | 3A |
| Octal | 312 | 135 | 134 | 0 | 66 | 66 | 25 | 1 | 63 | 72 |
| Binary | 11001010 | 1011101 | 1011100 | 0 | 110110 | 110110 | 10101 | 1 | 110011 | 111010 |
Color Harmonies of #CA5D5C
Complementary color
Monochromatic Colors of #CA5D5C
Black with #CA5D5C
Text Example
Text Example
White with #CA5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D5C; }
p { color: rgb(202,93,92); }
H1.HeaderClassName
{
color: #CA5D5C;
}
.AnyTagClassName
{
color: #CA5D5C;
}
</style>
background-color css
<style>
a { background-color: #CA5D5C; }
a { background-color: rgb(202,93,92); }
div.DivClassName
{
background-color: #CA5D5C;
}
.BgClassName
{
background-color: #CA5D5C;
}
</style>
border-color css
<style>
span { border-color: #CA5D5C; }
span { border-color: rgb(202,93,92); }
td.TdClassName
{
border-color: #CA5D5C;
}
.TagClassName
{
border-color: #CA5D5C;
}
</style>