Shades of Indian Red #C85C59
Tints of Indian Red #C85C59
RGB
CMYK
RGB Variations
Color information
#C85C59 (or 0xC85C59) is known color: Indian Red. HEX triplet: C8, 5C and 59. RGB value is (200,92,89). Sum of RGB (Red+Green+Blue) = 200+92+89=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C59 is #37A3A6. Grayscale: #7C7C7C. Windows color (decimal): -3646375 or 5856456. OLE color: 5856456.
HSL color Cylindrical-coordinate representation of color #C85C59: hue angle of 1.62º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85C59 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 89 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.22 |
| HSL | 1.62º | 0.5% | 0.57% | - |
| HSV(B) | 1.62º | 0.56% | 0.78% | - |
| XYZ | 29.45 | 20.65 | 11.89 | - |
| YUV | 123.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 89 | 0 | 0.54 | 0.56 | 0.22 | 1.62 | 0.5 | 0.57 |
| Hex | C8 | 5C | 59 | 0 | 36 | 38 | 16 | 2 | 32 | 39 |
| Octal | 310 | 134 | 131 | 0 | 66 | 70 | 26 | 2 | 62 | 71 |
| Binary | 11001000 | 1011100 | 1011001 | 0 | 110110 | 111000 | 10110 | 10 | 110010 | 111001 |
Color Harmonies of #C85C59
Complementary color
Monochromatic Colors of #C85C59
Black with #C85C59
Text Example
Text Example
White with #C85C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C59; }
p { color: rgb(200,92,89); }
H1.HeaderClassName
{
color: #C85C59;
}
.AnyTagClassName
{
color: #C85C59;
}
</style>
background-color css
<style>
a { background-color: #C85C59; }
a { background-color: rgb(200,92,89); }
div.DivClassName
{
background-color: #C85C59;
}
.BgClassName
{
background-color: #C85C59;
}
</style>
border-color css
<style>
span { border-color: #C85C59; }
span { border-color: rgb(200,92,89); }
td.TdClassName
{
border-color: #C85C59;
}
.TagClassName
{
border-color: #C85C59;
}
</style>