Shades of Indian Red #C95D59
Tints of Indian Red #C95D59
RGB
CMYK
RGB Variations
Color information
#C95D59 (or 0xC95D59) is known color: Indian Red. HEX triplet: C9, 5D and 59. RGB value is (201,93,89). Sum of RGB (Red+Green+Blue) = 201+93+89=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D59 is #36A2A6. Grayscale: #7C7C7C. Windows color (decimal): -3580583 or 5856713. OLE color: 5856713.
HSL color Cylindrical-coordinate representation of color #C95D59: hue angle of 2.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95D59 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 89 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.21 |
| HSL | 2.14º | 0.51% | 0.57% | - |
| HSV(B) | 2.14º | 0.56% | 0.79% | - |
| XYZ | 29.8 | 20.97 | 11.93 | - |
| YUV | 124.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 89 | 0 | 0.54 | 0.56 | 0.21 | 2.14 | 0.51 | 0.57 |
| Hex | C9 | 5D | 59 | 0 | 36 | 38 | 15 | 2 | 33 | 39 |
| Octal | 311 | 135 | 131 | 0 | 66 | 70 | 25 | 2 | 63 | 71 |
| Binary | 11001001 | 1011101 | 1011001 | 0 | 110110 | 111000 | 10101 | 10 | 110011 | 111001 |
Color Harmonies of #C95D59
Complementary color
Monochromatic Colors of #C95D59
Black with #C95D59
Text Example
Text Example
White with #C95D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D59; }
p { color: rgb(201,93,89); }
H1.HeaderClassName
{
color: #C95D59;
}
.AnyTagClassName
{
color: #C95D59;
}
</style>
background-color css
<style>
a { background-color: #C95D59; }
a { background-color: rgb(201,93,89); }
div.DivClassName
{
background-color: #C95D59;
}
.BgClassName
{
background-color: #C95D59;
}
</style>
border-color css
<style>
span { border-color: #C95D59; }
span { border-color: rgb(201,93,89); }
td.TdClassName
{
border-color: #C95D59;
}
.TagClassName
{
border-color: #C95D59;
}
</style>