Shades of Indian Red #CA6660
Tints of Indian Red #CA6660
RGB
CMYK
RGB Variations
Color information
#CA6660 (or 0xCA6660) is known color: Indian Red. HEX triplet: CA, 66 and 60. RGB value is (202,102,96). Sum of RGB (Red+Green+Blue) = 202+102+96=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6660 is #35999F. Grayscale: #838383. Windows color (decimal): -3512736 or 6317770. OLE color: 6317770.
HSL color Cylindrical-coordinate representation of color #CA6660: hue angle of 3.4º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6660 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 96 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.21 |
| HSL | 3.4º | 0.5% | 0.58% | - |
| HSV(B) | 3.4º | 0.52% | 0.79% | - |
| XYZ | 31.22 | 22.9 | 13.84 | - |
| YUV | 131.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 96 | 0 | 0.50 | 0.52 | 0.21 | 3.4 | 0.5 | 0.58 |
| Hex | CA | 66 | 60 | 0 | 32 | 34 | 15 | 3 | 32 | 3A |
| Octal | 312 | 146 | 140 | 0 | 62 | 64 | 25 | 3 | 62 | 72 |
| Binary | 11001010 | 1100110 | 1100000 | 0 | 110010 | 110100 | 10101 | 11 | 110010 | 111010 |
Color Harmonies of #CA6660
Complementary color
Monochromatic Colors of #CA6660
Black with #CA6660
Text Example
Text Example
White with #CA6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6660; }
p { color: rgb(202,102,96); }
H1.HeaderClassName
{
color: #CA6660;
}
.AnyTagClassName
{
color: #CA6660;
}
</style>
background-color css
<style>
a { background-color: #CA6660; }
a { background-color: rgb(202,102,96); }
div.DivClassName
{
background-color: #CA6660;
}
.BgClassName
{
background-color: #CA6660;
}
</style>
border-color css
<style>
span { border-color: #CA6660; }
span { border-color: rgb(202,102,96); }
td.TdClassName
{
border-color: #CA6660;
}
.TagClassName
{
border-color: #CA6660;
}
</style>