Shades of Indian Red #C95D5C
Tints of Indian Red #C95D5C
RGB
CMYK
RGB Variations
Color information
#C95D5C (or 0xC95D5C) is known color: Indian Red. HEX triplet: C9, 5D and 5C. RGB value is (201,93,92). Sum of RGB (Red+Green+Blue) = 201+93+92=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D5C is #36A2A3. Grayscale: #7D7D7D. Windows color (decimal): -3580580 or 6053321. OLE color: 6053321.
HSL color Cylindrical-coordinate representation of color #C95D5C: hue angle of 0.55º 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 #C95D5C is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 92 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.21 |
| HSL | 0.55º | 0.5% | 0.57% | - |
| HSV(B) | 0.55º | 0.54% | 0.79% | - |
| XYZ | 29.93 | 21.02 | 12.6 | - |
| YUV | 125.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 92 | 0 | 0.54 | 0.54 | 0.21 | 0.55 | 0.5 | 0.57 |
| Hex | C9 | 5D | 5C | 0 | 36 | 36 | 15 | 1 | 32 | 39 |
| Octal | 311 | 135 | 134 | 0 | 66 | 66 | 25 | 1 | 62 | 71 |
| Binary | 11001001 | 1011101 | 1011100 | 0 | 110110 | 110110 | 10101 | 1 | 110010 | 111001 |
Color Harmonies of #C95D5C
Complementary color
Monochromatic Colors of #C95D5C
Black with #C95D5C
Text Example
Text Example
White with #C95D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D5C; }
p { color: rgb(201,93,92); }
H1.HeaderClassName
{
color: #C95D5C;
}
.AnyTagClassName
{
color: #C95D5C;
}
</style>
background-color css
<style>
a { background-color: #C95D5C; }
a { background-color: rgb(201,93,92); }
div.DivClassName
{
background-color: #C95D5C;
}
.BgClassName
{
background-color: #C95D5C;
}
</style>
border-color css
<style>
span { border-color: #C95D5C; }
span { border-color: rgb(201,93,92); }
td.TdClassName
{
border-color: #C95D5C;
}
.TagClassName
{
border-color: #C95D5C;
}
</style>