Shades of Indian Red #C8625D
Tints of Indian Red #C8625D
RGB
CMYK
RGB Variations
Color information
#C8625D (or 0xC8625D) is known color: Indian Red. HEX triplet: C8, 62 and 5D. RGB value is (200,98,93). Sum of RGB (Red+Green+Blue) = 200+98+93=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8625D is #379DA2. Grayscale: #808080. Windows color (decimal): -3644835 or 6120136. OLE color: 6120136.
HSL color Cylindrical-coordinate representation of color #C8625D: hue angle of 2.8º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8625D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 93 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.22 |
| HSL | 2.8º | 0.49% | 0.57% | - |
| HSV(B) | 2.8º | 0.54% | 0.78% | - |
| XYZ | 30.16 | 21.81 | 12.97 | - |
| YUV | 127.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 93 | 0 | 0.51 | 0.54 | 0.22 | 2.8 | 0.49 | 0.57 |
| Hex | C8 | 62 | 5D | 0 | 33 | 36 | 16 | 3 | 31 | 39 |
| Octal | 310 | 142 | 135 | 0 | 63 | 66 | 26 | 3 | 61 | 71 |
| Binary | 11001000 | 1100010 | 1011101 | 0 | 110011 | 110110 | 10110 | 11 | 110001 | 111001 |
Color Harmonies of #C8625D
Complementary color
Monochromatic Colors of #C8625D
Black with #C8625D
Text Example
Text Example
White with #C8625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8625D; }
p { color: rgb(200,98,93); }
H1.HeaderClassName
{
color: #C8625D;
}
.AnyTagClassName
{
color: #C8625D;
}
</style>
background-color css
<style>
a { background-color: #C8625D; }
a { background-color: rgb(200,98,93); }
div.DivClassName
{
background-color: #C8625D;
}
.BgClassName
{
background-color: #C8625D;
}
</style>
border-color css
<style>
span { border-color: #C8625D; }
span { border-color: rgb(200,98,93); }
td.TdClassName
{
border-color: #C8625D;
}
.TagClassName
{
border-color: #C8625D;
}
</style>