Shades of Indian Red #C85E5D
Tints of Indian Red #C85E5D
RGB
CMYK
RGB Variations
Color information
#C85E5D (or 0xC85E5D) is known color: Indian Red. HEX triplet: C8, 5E and 5D. RGB value is (200,94,93). Sum of RGB (Red+Green+Blue) = 200+94+93=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E5D is #37A1A2. Grayscale: #7D7D7D. Windows color (decimal): -3645859 or 6119112. OLE color: 6119112.
HSL color Cylindrical-coordinate representation of color #C85E5D: hue angle of 0.56º 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 #C85E5D is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 93 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.22 |
| HSL | 0.56º | 0.49% | 0.57% | - |
| HSV(B) | 0.56º | 0.54% | 0.78% | - |
| XYZ | 29.8 | 21.08 | 12.85 | - |
| YUV | 125.58 | 109.62 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 93 | 0 | 0.53 | 0.54 | 0.22 | 0.56 | 0.49 | 0.57 |
| Hex | C8 | 5E | 5D | 0 | 35 | 36 | 16 | 1 | 31 | 39 |
| Octal | 310 | 136 | 135 | 0 | 65 | 66 | 26 | 1 | 61 | 71 |
| Binary | 11001000 | 1011110 | 1011101 | 0 | 110101 | 110110 | 10110 | 1 | 110001 | 111001 |
Color Harmonies of #C85E5D
Complementary color
Monochromatic Colors of #C85E5D
Black with #C85E5D
Text Example
Text Example
White with #C85E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E5D; }
p { color: rgb(200,94,93); }
H1.HeaderClassName
{
color: #C85E5D;
}
.AnyTagClassName
{
color: #C85E5D;
}
</style>
background-color css
<style>
a { background-color: #C85E5D; }
a { background-color: rgb(200,94,93); }
div.DivClassName
{
background-color: #C85E5D;
}
.BgClassName
{
background-color: #C85E5D;
}
</style>
border-color css
<style>
span { border-color: #C85E5D; }
span { border-color: rgb(200,94,93); }
td.TdClassName
{
border-color: #C85E5D;
}
.TagClassName
{
border-color: #C85E5D;
}
</style>