Shades of Indian Red #CA6761
Tints of Indian Red #CA6761
RGB
CMYK
RGB Variations
Color information
#CA6761 (or 0xCA6761) is known color: Indian Red. HEX triplet: CA, 67 and 61. RGB value is (202,103,97). Sum of RGB (Red+Green+Blue) = 202+103+97=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6761 is #35989E. Grayscale: #848484. Windows color (decimal): -3512479 or 6383562. OLE color: 6383562.
HSL color Cylindrical-coordinate representation of color #CA6761: hue angle of 3.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6761 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 97 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.21 |
| HSL | 3.43º | 0.5% | 0.59% | - |
| HSV(B) | 3.43º | 0.52% | 0.79% | - |
| XYZ | 31.37 | 23.12 | 14.12 | - |
| YUV | 131.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 97 | 0 | 0.49 | 0.52 | 0.21 | 3.43 | 0.5 | 0.59 |
| Hex | CA | 67 | 61 | 0 | 31 | 34 | 15 | 3 | 32 | 3B |
| Octal | 312 | 147 | 141 | 0 | 61 | 64 | 25 | 3 | 62 | 73 |
| Binary | 11001010 | 1100111 | 1100001 | 0 | 110001 | 110100 | 10101 | 11 | 110010 | 111011 |
Color Harmonies of #CA6761
Complementary color
Monochromatic Colors of #CA6761
Black with #CA6761
Text Example
Text Example
White with #CA6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6761; }
p { color: rgb(202,103,97); }
H1.HeaderClassName
{
color: #CA6761;
}
.AnyTagClassName
{
color: #CA6761;
}
</style>
background-color css
<style>
a { background-color: #CA6761; }
a { background-color: rgb(202,103,97); }
div.DivClassName
{
background-color: #CA6761;
}
.BgClassName
{
background-color: #CA6761;
}
</style>
border-color css
<style>
span { border-color: #CA6761; }
span { border-color: rgb(202,103,97); }
td.TdClassName
{
border-color: #CA6761;
}
.TagClassName
{
border-color: #CA6761;
}
</style>