Shades of Indian Red #CA5D59
Tints of Indian Red #CA5D59
RGB
CMYK
RGB Variations
Color information
#CA5D59 (or 0xCA5D59) is known color: Indian Red. HEX triplet: CA, 5D and 59. RGB value is (202,93,89). Sum of RGB (Red+Green+Blue) = 202+93+89=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D59 is #35A2A6. Grayscale: #7D7D7D. Windows color (decimal): -3515047 or 5856714. OLE color: 5856714.
HSL color Cylindrical-coordinate representation of color #CA5D59: hue angle of 2.12º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5D59 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 89 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.21 |
| HSL | 2.12º | 0.52% | 0.57% | - |
| HSV(B) | 2.12º | 0.56% | 0.79% | - |
| XYZ | 30.07 | 21.11 | 11.94 | - |
| YUV | 125.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 89 | 0 | 0.54 | 0.56 | 0.21 | 2.12 | 0.52 | 0.57 |
| Hex | CA | 5D | 59 | 0 | 36 | 38 | 15 | 2 | 34 | 39 |
| Octal | 312 | 135 | 131 | 0 | 66 | 70 | 25 | 2 | 64 | 71 |
| Binary | 11001010 | 1011101 | 1011001 | 0 | 110110 | 111000 | 10101 | 10 | 110100 | 111001 |
Color Harmonies of #CA5D59
Complementary color
Monochromatic Colors of #CA5D59
Black with #CA5D59
Text Example
Text Example
White with #CA5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D59; }
p { color: rgb(202,93,89); }
H1.HeaderClassName
{
color: #CA5D59;
}
.AnyTagClassName
{
color: #CA5D59;
}
</style>
background-color css
<style>
a { background-color: #CA5D59; }
a { background-color: rgb(202,93,89); }
div.DivClassName
{
background-color: #CA5D59;
}
.BgClassName
{
background-color: #CA5D59;
}
</style>
border-color css
<style>
span { border-color: #CA5D59; }
span { border-color: rgb(202,93,89); }
td.TdClassName
{
border-color: #CA5D59;
}
.TagClassName
{
border-color: #CA5D59;
}
</style>