Shades of Indian Red #C8605C
Tints of Indian Red #C8605C
RGB
CMYK
RGB Variations
Color information
#C8605C (or 0xC8605C) is known color: Indian Red. HEX triplet: C8, 60 and 5C. RGB value is (200,96,92). Sum of RGB (Red+Green+Blue) = 200+96+92=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8605C is #379FA3. Grayscale: #7E7E7E. Windows color (decimal): -3645348 or 6054088. OLE color: 6054088.
HSL color Cylindrical-coordinate representation of color #C8605C: hue angle of 2.22º 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 #C8605C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 92 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.22 |
| HSL | 2.22º | 0.5% | 0.57% | - |
| HSV(B) | 2.22º | 0.54% | 0.78% | - |
| XYZ | 29.93 | 21.42 | 12.68 | - |
| YUV | 126.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 92 | 0 | 0.52 | 0.54 | 0.22 | 2.22 | 0.5 | 0.57 |
| Hex | C8 | 60 | 5C | 0 | 34 | 36 | 16 | 2 | 32 | 39 |
| Octal | 310 | 140 | 134 | 0 | 64 | 66 | 26 | 2 | 62 | 71 |
| Binary | 11001000 | 1100000 | 1011100 | 0 | 110100 | 110110 | 10110 | 10 | 110010 | 111001 |
Color Harmonies of #C8605C
Complementary color
Monochromatic Colors of #C8605C
Black with #C8605C
Text Example
Text Example
White with #C8605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8605C; }
p { color: rgb(200,96,92); }
H1.HeaderClassName
{
color: #C8605C;
}
.AnyTagClassName
{
color: #C8605C;
}
</style>
background-color css
<style>
a { background-color: #C8605C; }
a { background-color: rgb(200,96,92); }
div.DivClassName
{
background-color: #C8605C;
}
.BgClassName
{
background-color: #C8605C;
}
</style>
border-color css
<style>
span { border-color: #C8605C; }
span { border-color: rgb(200,96,92); }
td.TdClassName
{
border-color: #C8605C;
}
.TagClassName
{
border-color: #C8605C;
}
</style>