Shades of Indian Red #CA615C
Tints of Indian Red #CA615C
RGB
CMYK
RGB Variations
Color information
#CA615C (or 0xCA615C) is known color: Indian Red. HEX triplet: CA, 61 and 5C. RGB value is (202,97,92). Sum of RGB (Red+Green+Blue) = 202+97+92=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA615C is #359EA3. Grayscale: #7F7F7F. Windows color (decimal): -3514020 or 6054346. OLE color: 6054346.
HSL color Cylindrical-coordinate representation of color #CA615C: hue angle of 2.73º 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 #CA615C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 92 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.21 |
| HSL | 2.73º | 0.51% | 0.58% | - |
| HSV(B) | 2.73º | 0.54% | 0.79% | - |
| XYZ | 30.56 | 21.88 | 12.74 | - |
| YUV | 127.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 92 | 0 | 0.52 | 0.54 | 0.21 | 2.73 | 0.51 | 0.58 |
| Hex | CA | 61 | 5C | 0 | 34 | 36 | 15 | 3 | 33 | 3A |
| Octal | 312 | 141 | 134 | 0 | 64 | 66 | 25 | 3 | 63 | 72 |
| Binary | 11001010 | 1100001 | 1011100 | 0 | 110100 | 110110 | 10101 | 11 | 110011 | 111010 |
Color Harmonies of #CA615C
Complementary color
Monochromatic Colors of #CA615C
Black with #CA615C
Text Example
Text Example
White with #CA615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA615C; }
p { color: rgb(202,97,92); }
H1.HeaderClassName
{
color: #CA615C;
}
.AnyTagClassName
{
color: #CA615C;
}
</style>
background-color css
<style>
a { background-color: #CA615C; }
a { background-color: rgb(202,97,92); }
div.DivClassName
{
background-color: #CA615C;
}
.BgClassName
{
background-color: #CA615C;
}
</style>
border-color css
<style>
span { border-color: #CA615C; }
span { border-color: rgb(202,97,92); }
td.TdClassName
{
border-color: #CA615C;
}
.TagClassName
{
border-color: #CA615C;
}
</style>