Shades of Indian Red #C95E5C
Tints of Indian Red #C95E5C
RGB
CMYK
RGB Variations
Color information
#C95E5C (or 0xC95E5C) is known color: Indian Red. HEX triplet: C9, 5E and 5C. RGB value is (201,94,92). Sum of RGB (Red+Green+Blue) = 201+94+92=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E5C is #36A1A3. Grayscale: #7D7D7D. Windows color (decimal): -3580324 or 6053577. OLE color: 6053577.
HSL color Cylindrical-coordinate representation of color #C95E5C: hue angle of 1.1º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95E5C is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 92 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.21 |
| HSL | 1.1º | 0.5% | 0.57% | - |
| HSV(B) | 1.1º | 0.54% | 0.79% | - |
| XYZ | 30.02 | 21.2 | 12.63 | - |
| YUV | 125.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 92 | 0 | 0.53 | 0.54 | 0.21 | 1.1 | 0.5 | 0.57 |
| Hex | C9 | 5E | 5C | 0 | 35 | 36 | 15 | 1 | 32 | 39 |
| Octal | 311 | 136 | 134 | 0 | 65 | 66 | 25 | 1 | 62 | 71 |
| Binary | 11001001 | 1011110 | 1011100 | 0 | 110101 | 110110 | 10101 | 1 | 110010 | 111001 |
Color Harmonies of #C95E5C
Complementary color
Monochromatic Colors of #C95E5C
Black with #C95E5C
Text Example
Text Example
White with #C95E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E5C; }
p { color: rgb(201,94,92); }
H1.HeaderClassName
{
color: #C95E5C;
}
.AnyTagClassName
{
color: #C95E5C;
}
</style>
background-color css
<style>
a { background-color: #C95E5C; }
a { background-color: rgb(201,94,92); }
div.DivClassName
{
background-color: #C95E5C;
}
.BgClassName
{
background-color: #C95E5C;
}
</style>
border-color css
<style>
span { border-color: #C95E5C; }
span { border-color: rgb(201,94,92); }
td.TdClassName
{
border-color: #C95E5C;
}
.TagClassName
{
border-color: #C95E5C;
}
</style>