Shades of Indian Red #C85F5E
Tints of Indian Red #C85F5E
RGB
CMYK
RGB Variations
Color information
#C85F5E (or 0xC85F5E) is known color: Indian Red. HEX triplet: C8, 5F and 5E. RGB value is (200,95,94). Sum of RGB (Red+Green+Blue) = 200+95+94=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F5E is #37A0A1. Grayscale: #7E7E7E. Windows color (decimal): -3645602 or 6184904. OLE color: 6184904.
HSL color Cylindrical-coordinate representation of color #C85F5E: hue angle of 0.57º 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 #C85F5E is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 94 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.22 |
| HSL | 0.57º | 0.49% | 0.58% | - |
| HSV(B) | 0.57º | 0.53% | 0.78% | - |
| XYZ | 29.93 | 21.27 | 13.12 | - |
| YUV | 126.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 94 | 0 | 0.52 | 0.53 | 0.22 | 0.57 | 0.49 | 0.58 |
| Hex | C8 | 5F | 5E | 0 | 34 | 35 | 16 | 1 | 31 | 3A |
| Octal | 310 | 137 | 136 | 0 | 64 | 65 | 26 | 1 | 61 | 72 |
| Binary | 11001000 | 1011111 | 1011110 | 0 | 110100 | 110101 | 10110 | 1 | 110001 | 111010 |
Color Harmonies of #C85F5E
Complementary color
Monochromatic Colors of #C85F5E
Black with #C85F5E
Text Example
Text Example
White with #C85F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F5E; }
p { color: rgb(200,95,94); }
H1.HeaderClassName
{
color: #C85F5E;
}
.AnyTagClassName
{
color: #C85F5E;
}
</style>
background-color css
<style>
a { background-color: #C85F5E; }
a { background-color: rgb(200,95,94); }
div.DivClassName
{
background-color: #C85F5E;
}
.BgClassName
{
background-color: #C85F5E;
}
</style>
border-color css
<style>
span { border-color: #C85F5E; }
span { border-color: rgb(200,95,94); }
td.TdClassName
{
border-color: #C85F5E;
}
.TagClassName
{
border-color: #C85F5E;
}
</style>