Shades of Indian Red #C86464
Tints of Indian Red #C86464
RGB
CMYK
RGB Variations
Color information
#C86464 (or 0xC86464) is known color: Indian Red. HEX triplet: C8, 64 and 64. RGB value is (200,100,100). Sum of RGB (Red+Green+Blue) = 200+100+100=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86464 is #379B9B. Grayscale: #828282. Windows color (decimal): -3644316 or 6579400. OLE color: 6579400.
HSL color Cylindrical-coordinate representation of color #C86464: hue angle of 0º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86464 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 100 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.22 |
| HSL | 0º | 0.48% | 0.59% | - |
| HSV(B) | 0º | 0.5% | 0.78% | - |
| XYZ | 30.68 | 22.31 | 14.75 | - |
| YUV | 129.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 100 | 0 | 0.5 | 0.5 | 0.22 | 0 | 0.48 | 0.59 |
| Hex | C8 | 64 | 64 | 0 | 32 | 32 | 16 | 0 | 30 | 3B |
| Octal | 310 | 144 | 144 | 0 | 62 | 62 | 26 | 0 | 60 | 73 |
| Binary | 11001000 | 1100100 | 1100100 | 0 | 110010 | 110010 | 10110 | 0 | 110000 | 111011 |
Color Harmonies of #C86464
Complementary color
Monochromatic Colors of #C86464
Black with #C86464
Text Example
Text Example
White with #C86464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86464; }
p { color: rgb(200,100,100); }
H1.HeaderClassName
{
color: #C86464;
}
.AnyTagClassName
{
color: #C86464;
}
</style>
background-color css
<style>
a { background-color: #C86464; }
a { background-color: rgb(200,100,100); }
div.DivClassName
{
background-color: #C86464;
}
.BgClassName
{
background-color: #C86464;
}
</style>
border-color css
<style>
span { border-color: #C86464; }
span { border-color: rgb(200,100,100); }
td.TdClassName
{
border-color: #C86464;
}
.TagClassName
{
border-color: #C86464;
}
</style>