Shades of Indian Red #C85E5C
Tints of Indian Red #C85E5C
RGB
CMYK
RGB Variations
Color information
#C85E5C (or 0xC85E5C) is known color: Indian Red. HEX triplet: C8, 5E and 5C. RGB value is (200,94,92). Sum of RGB (Red+Green+Blue) = 200+94+92=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E5C is #37A1A3. Grayscale: #7D7D7D. Windows color (decimal): -3645860 or 6053576. OLE color: 6053576.
HSL color Cylindrical-coordinate representation of color #C85E5C: hue angle of 1.11º 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 #C85E5C is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 92 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.22 |
| HSL | 1.11º | 0.5% | 0.57% | - |
| HSV(B) | 1.11º | 0.54% | 0.78% | - |
| XYZ | 29.75 | 21.06 | 12.62 | - |
| YUV | 125.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 92 | 0 | 0.53 | 0.54 | 0.22 | 1.11 | 0.5 | 0.57 |
| Hex | C8 | 5E | 5C | 0 | 35 | 36 | 16 | 1 | 32 | 39 |
| Octal | 310 | 136 | 134 | 0 | 65 | 66 | 26 | 1 | 62 | 71 |
| Binary | 11001000 | 1011110 | 1011100 | 0 | 110101 | 110110 | 10110 | 1 | 110010 | 111001 |
Color Harmonies of #C85E5C
Complementary color
Monochromatic Colors of #C85E5C
Black with #C85E5C
Text Example
Text Example
White with #C85E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E5C; }
p { color: rgb(200,94,92); }
H1.HeaderClassName
{
color: #C85E5C;
}
.AnyTagClassName
{
color: #C85E5C;
}
</style>
background-color css
<style>
a { background-color: #C85E5C; }
a { background-color: rgb(200,94,92); }
div.DivClassName
{
background-color: #C85E5C;
}
.BgClassName
{
background-color: #C85E5C;
}
</style>
border-color css
<style>
span { border-color: #C85E5C; }
span { border-color: rgb(200,94,92); }
td.TdClassName
{
border-color: #C85E5C;
}
.TagClassName
{
border-color: #C85E5C;
}
</style>