Shades of Indian Red #C86360
Tints of Indian Red #C86360
RGB
CMYK
RGB Variations
Color information
#C86360 (or 0xC86360) is known color: Indian Red. HEX triplet: C8, 63 and 60. RGB value is (200,99,96). Sum of RGB (Red+Green+Blue) = 200+99+96=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C86360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86360 is #379C9F. Grayscale: #808080. Windows color (decimal): -3644576 or 6317000. OLE color: 6317000.
HSL color Cylindrical-coordinate representation of color #C86360: hue angle of 1.73º degrees, saturation: 0.49, 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 #C86360 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 96 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.22 |
| HSL | 1.73º | 0.49% | 0.58% | - |
| HSV(B) | 1.73º | 0.52% | 0.78% | - |
| XYZ | 30.39 | 22.05 | 13.72 | - |
| YUV | 128.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 96 | 0 | 0.50 | 0.52 | 0.22 | 1.73 | 0.49 | 0.58 |
| Hex | C8 | 63 | 60 | 0 | 32 | 34 | 16 | 2 | 31 | 3A |
| Octal | 310 | 143 | 140 | 0 | 62 | 64 | 26 | 2 | 61 | 72 |
| Binary | 11001000 | 1100011 | 1100000 | 0 | 110010 | 110100 | 10110 | 10 | 110001 | 111010 |
Color Harmonies of #C86360
Complementary color
Monochromatic Colors of #C86360
Black with #C86360
Text Example
Text Example
White with #C86360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86360; }
p { color: rgb(200,99,96); }
H1.HeaderClassName
{
color: #C86360;
}
.AnyTagClassName
{
color: #C86360;
}
</style>
background-color css
<style>
a { background-color: #C86360; }
a { background-color: rgb(200,99,96); }
div.DivClassName
{
background-color: #C86360;
}
.BgClassName
{
background-color: #C86360;
}
</style>
border-color css
<style>
span { border-color: #C86360; }
span { border-color: rgb(200,99,96); }
td.TdClassName
{
border-color: #C86360;
}
.TagClassName
{
border-color: #C86360;
}
</style>