Shades of Indian Red #CA5B57
Tints of Indian Red #CA5B57
RGB
CMYK
RGB Variations
Color information
#CA5B57 (or 0xCA5B57) is known color: Indian Red. HEX triplet: CA, 5B and 57. RGB value is (202,91,87). Sum of RGB (Red+Green+Blue) = 202+91+87=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B57 is #35A4A8. Grayscale: #7B7B7B. Windows color (decimal): -3515561 or 5725130. OLE color: 5725130.
HSL color Cylindrical-coordinate representation of color #CA5B57: hue angle of 2.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5B57 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 87 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.21 |
| HSL | 2.09º | 0.52% | 0.57% | - |
| HSV(B) | 2.09º | 0.57% | 0.79% | - |
| XYZ | 29.82 | 20.73 | 11.45 | - |
| YUV | 123.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 87 | 0 | 0.55 | 0.57 | 0.21 | 2.09 | 0.52 | 0.57 |
| Hex | CA | 5B | 57 | 0 | 37 | 39 | 15 | 2 | 34 | 39 |
| Octal | 312 | 133 | 127 | 0 | 67 | 71 | 25 | 2 | 64 | 71 |
| Binary | 11001010 | 1011011 | 1010111 | 0 | 110111 | 111001 | 10101 | 10 | 110100 | 111001 |
Color Harmonies of #CA5B57
Complementary color
Monochromatic Colors of #CA5B57
Black with #CA5B57
Text Example
Text Example
White with #CA5B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B57; }
p { color: rgb(202,91,87); }
H1.HeaderClassName
{
color: #CA5B57;
}
.AnyTagClassName
{
color: #CA5B57;
}
</style>
background-color css
<style>
a { background-color: #CA5B57; }
a { background-color: rgb(202,91,87); }
div.DivClassName
{
background-color: #CA5B57;
}
.BgClassName
{
background-color: #CA5B57;
}
</style>
border-color css
<style>
span { border-color: #CA5B57; }
span { border-color: rgb(202,91,87); }
td.TdClassName
{
border-color: #CA5B57;
}
.TagClassName
{
border-color: #CA5B57;
}
</style>