Shades of Indian Red #C8615C
Tints of Indian Red #C8615C
RGB
CMYK
RGB Variations
Color information
#C8615C (or 0xC8615C) is known color: Indian Red. HEX triplet: C8, 61 and 5C. RGB value is (200,97,92). Sum of RGB (Red+Green+Blue) = 200+97+92=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8615C is #379EA3. Grayscale: #7F7F7F. Windows color (decimal): -3645092 or 6054344. OLE color: 6054344.
HSL color Cylindrical-coordinate representation of color #C8615C: hue angle of 2.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8615C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 92 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.22 |
| HSL | 2.78º | 0.5% | 0.57% | - |
| HSV(B) | 2.78º | 0.54% | 0.78% | - |
| XYZ | 30.03 | 21.6 | 12.71 | - |
| YUV | 127.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 92 | 0 | 0.52 | 0.54 | 0.22 | 2.78 | 0.5 | 0.57 |
| Hex | C8 | 61 | 5C | 0 | 34 | 36 | 16 | 3 | 32 | 39 |
| Octal | 310 | 141 | 134 | 0 | 64 | 66 | 26 | 3 | 62 | 71 |
| Binary | 11001000 | 1100001 | 1011100 | 0 | 110100 | 110110 | 10110 | 11 | 110010 | 111001 |
Color Harmonies of #C8615C
Complementary color
Monochromatic Colors of #C8615C
Black with #C8615C
Text Example
Text Example
White with #C8615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8615C; }
p { color: rgb(200,97,92); }
H1.HeaderClassName
{
color: #C8615C;
}
.AnyTagClassName
{
color: #C8615C;
}
</style>
background-color css
<style>
a { background-color: #C8615C; }
a { background-color: rgb(200,97,92); }
div.DivClassName
{
background-color: #C8615C;
}
.BgClassName
{
background-color: #C8615C;
}
</style>
border-color css
<style>
span { border-color: #C8615C; }
span { border-color: rgb(200,97,92); }
td.TdClassName
{
border-color: #C8615C;
}
.TagClassName
{
border-color: #C8615C;
}
</style>