Shades of Indian Red #CA6662
Tints of Indian Red #CA6662
RGB
CMYK
RGB Variations
Color information
#CA6662 (or 0xCA6662) is known color: Indian Red. HEX triplet: CA, 66 and 62. RGB value is (202,102,98). Sum of RGB (Red+Green+Blue) = 202+102+98=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6662 is #35999D. Grayscale: #838383. Windows color (decimal): -3512734 or 6448842. OLE color: 6448842.
HSL color Cylindrical-coordinate representation of color #CA6662: hue angle of 2.31º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6662 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 98 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.21 |
| HSL | 2.31º | 0.5% | 0.59% | - |
| HSV(B) | 2.31º | 0.51% | 0.79% | - |
| XYZ | 31.31 | 22.94 | 14.33 | - |
| YUV | 131.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 98 | 0 | 0.50 | 0.51 | 0.21 | 2.31 | 0.5 | 0.59 |
| Hex | CA | 66 | 62 | 0 | 32 | 33 | 15 | 2 | 32 | 3B |
| Octal | 312 | 146 | 142 | 0 | 62 | 63 | 25 | 2 | 62 | 73 |
| Binary | 11001010 | 1100110 | 1100010 | 0 | 110010 | 110011 | 10101 | 10 | 110010 | 111011 |
Color Harmonies of #CA6662
Complementary color
Monochromatic Colors of #CA6662
Black with #CA6662
Text Example
Text Example
White with #CA6662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6662; }
p { color: rgb(202,102,98); }
H1.HeaderClassName
{
color: #CA6662;
}
.AnyTagClassName
{
color: #CA6662;
}
</style>
background-color css
<style>
a { background-color: #CA6662; }
a { background-color: rgb(202,102,98); }
div.DivClassName
{
background-color: #CA6662;
}
.BgClassName
{
background-color: #CA6662;
}
</style>
border-color css
<style>
span { border-color: #CA6662; }
span { border-color: rgb(202,102,98); }
td.TdClassName
{
border-color: #CA6662;
}
.TagClassName
{
border-color: #CA6662;
}
</style>