Shades of Indian Red #C46462
Tints of Indian Red #C46462
RGB
CMYK
RGB Variations
Color information
#C46462 (or 0xC46462) is known color: Indian Red. HEX triplet: C4, 64 and 62. RGB value is (196,100,98). Sum of RGB (Red+Green+Blue) = 196+100+98=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C46462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46462 is #3B9B9D. Grayscale: #808080. Windows color (decimal): -3906462 or 6448324. OLE color: 6448324.
HSL color Cylindrical-coordinate representation of color #C46462: hue angle of 1.22º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46462 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 98 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.23 |
| HSL | 1.22º | 0.45% | 0.58% | - |
| HSV(B) | 1.22º | 0.5% | 0.77% | - |
| XYZ | 29.53 | 21.73 | 14.19 | - |
| YUV | 128.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 98 | 0 | 0.49 | 0.5 | 0.23 | 1.22 | 0.45 | 0.58 |
| Hex | C4 | 64 | 62 | 0 | 31 | 32 | 17 | 1 | 2D | 3A |
| Octal | 304 | 144 | 142 | 0 | 61 | 62 | 27 | 1 | 55 | 72 |
| Binary | 11000100 | 1100100 | 1100010 | 0 | 110001 | 110010 | 10111 | 1 | 101101 | 111010 |
Color Harmonies of #C46462
Complementary color
Monochromatic Colors of #C46462
Black with #C46462
Text Example
Text Example
White with #C46462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46462; }
p { color: rgb(196,100,98); }
H1.HeaderClassName
{
color: #C46462;
}
.AnyTagClassName
{
color: #C46462;
}
</style>
background-color css
<style>
a { background-color: #C46462; }
a { background-color: rgb(196,100,98); }
div.DivClassName
{
background-color: #C46462;
}
.BgClassName
{
background-color: #C46462;
}
</style>
border-color css
<style>
span { border-color: #C46462; }
span { border-color: rgb(196,100,98); }
td.TdClassName
{
border-color: #C46462;
}
.TagClassName
{
border-color: #C46462;
}
</style>