Shades of Indian Red #C66460
Tints of Indian Red #C66460
RGB
CMYK
RGB Variations
Color information
#C66460 (or 0xC66460) is known color: Indian Red. HEX triplet: C6, 64 and 60. RGB value is (198,100,96). Sum of RGB (Red+Green+Blue) = 198+100+96=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C66460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66460 is #399B9F. Grayscale: #808080. Windows color (decimal): -3775392 or 6317254. OLE color: 6317254.
HSL color Cylindrical-coordinate representation of color #C66460: hue angle of 2.35º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66460 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 96 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.22 |
| HSL | 2.35º | 0.47% | 0.58% | - |
| HSV(B) | 2.35º | 0.52% | 0.78% | - |
| XYZ | 29.96 | 21.96 | 13.73 | - |
| YUV | 128.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 96 | 0 | 0.49 | 0.52 | 0.22 | 2.35 | 0.47 | 0.58 |
| Hex | C6 | 64 | 60 | 0 | 31 | 34 | 16 | 2 | 2F | 3A |
| Octal | 306 | 144 | 140 | 0 | 61 | 64 | 26 | 2 | 57 | 72 |
| Binary | 11000110 | 1100100 | 1100000 | 0 | 110001 | 110100 | 10110 | 10 | 101111 | 111010 |
Color Harmonies of #C66460
Complementary color
Monochromatic Colors of #C66460
Black with #C66460
Text Example
Text Example
White with #C66460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66460; }
p { color: rgb(198,100,96); }
H1.HeaderClassName
{
color: #C66460;
}
.AnyTagClassName
{
color: #C66460;
}
</style>
background-color css
<style>
a { background-color: #C66460; }
a { background-color: rgb(198,100,96); }
div.DivClassName
{
background-color: #C66460;
}
.BgClassName
{
background-color: #C66460;
}
</style>
border-color css
<style>
span { border-color: #C66460; }
span { border-color: rgb(198,100,96); }
td.TdClassName
{
border-color: #C66460;
}
.TagClassName
{
border-color: #C66460;
}
</style>