Shades of Indian Red #CA6565
Tints of Indian Red #CA6565
RGB
CMYK
RGB Variations
Color information
#CA6565 (or 0xCA6565) is known color: Indian Red. HEX triplet: CA, 65 and 65. RGB value is (202,101,101). Sum of RGB (Red+Green+Blue) = 202+101+101=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6565 is #359A9A. Grayscale: #838383. Windows color (decimal): -3512987 or 6645194. OLE color: 6645194.
HSL color Cylindrical-coordinate representation of color #CA6565: hue angle of 0º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6565 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 101 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.21 |
| HSL | 0º | 0.49% | 0.59% | - |
| HSV(B) | 0º | 0.5% | 0.79% | - |
| XYZ | 31.36 | 22.8 | 15.06 | - |
| YUV | 131.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 101 | 0 | 0.50 | 0.50 | 0.21 | 0 | 0.49 | 0.59 |
| Hex | CA | 65 | 65 | 0 | 32 | 32 | 15 | 0 | 31 | 3B |
| Octal | 312 | 145 | 145 | 0 | 62 | 62 | 25 | 0 | 61 | 73 |
| Binary | 11001010 | 1100101 | 1100101 | 0 | 110010 | 110010 | 10101 | 0 | 110001 | 111011 |
Color Harmonies of #CA6565
Complementary color
Monochromatic Colors of #CA6565
Black with #CA6565
Text Example
Text Example
White with #CA6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6565; }
p { color: rgb(202,101,101); }
H1.HeaderClassName
{
color: #CA6565;
}
.AnyTagClassName
{
color: #CA6565;
}
</style>
background-color css
<style>
a { background-color: #CA6565; }
a { background-color: rgb(202,101,101); }
div.DivClassName
{
background-color: #CA6565;
}
.BgClassName
{
background-color: #CA6565;
}
</style>
border-color css
<style>
span { border-color: #CA6565; }
span { border-color: rgb(202,101,101); }
td.TdClassName
{
border-color: #CA6565;
}
.TagClassName
{
border-color: #CA6565;
}
</style>