Shades of Indian Red #C8635E
Tints of Indian Red #C8635E
RGB
CMYK
RGB Variations
Color information
#C8635E (or 0xC8635E) is known color: Indian Red. HEX triplet: C8, 63 and 5E. RGB value is (200,99,94). Sum of RGB (Red+Green+Blue) = 200+99+94=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8635E is #379CA1. Grayscale: #808080. Windows color (decimal): -3644578 or 6185928. OLE color: 6185928.
HSL color Cylindrical-coordinate representation of color #C8635E: hue angle of 2.83º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8635E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 94 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.22 |
| HSL | 2.83º | 0.49% | 0.58% | - |
| HSV(B) | 2.83º | 0.53% | 0.78% | - |
| XYZ | 30.3 | 22.01 | 13.24 | - |
| YUV | 128.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 94 | 0 | 0.50 | 0.53 | 0.22 | 2.83 | 0.49 | 0.58 |
| Hex | C8 | 63 | 5E | 0 | 32 | 35 | 16 | 3 | 31 | 3A |
| Octal | 310 | 143 | 136 | 0 | 62 | 65 | 26 | 3 | 61 | 72 |
| Binary | 11001000 | 1100011 | 1011110 | 0 | 110010 | 110101 | 10110 | 11 | 110001 | 111010 |
Color Harmonies of #C8635E
Complementary color
Monochromatic Colors of #C8635E
Black with #C8635E
Text Example
Text Example
White with #C8635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8635E; }
p { color: rgb(200,99,94); }
H1.HeaderClassName
{
color: #C8635E;
}
.AnyTagClassName
{
color: #C8635E;
}
</style>
background-color css
<style>
a { background-color: #C8635E; }
a { background-color: rgb(200,99,94); }
div.DivClassName
{
background-color: #C8635E;
}
.BgClassName
{
background-color: #C8635E;
}
</style>
border-color css
<style>
span { border-color: #C8635E; }
span { border-color: rgb(200,99,94); }
td.TdClassName
{
border-color: #C8635E;
}
.TagClassName
{
border-color: #C8635E;
}
</style>