Shades of Indian Red #C95958
Tints of Indian Red #C95958
RGB
CMYK
RGB Variations
Color information
#C95958 (or 0xC95958) is known color: Indian Red. HEX triplet: C9, 59 and 58. RGB value is (201,89,88). Sum of RGB (Red+Green+Blue) = 201+89+88=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C95958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95958 is #36A6A7. Grayscale: #7A7A7A. Windows color (decimal): -3581608 or 5790153. OLE color: 5790153.
HSL color Cylindrical-coordinate representation of color #C95958: hue angle of 0.53º 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 #C95958 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 88 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.21 |
| HSL | 0.53º | 0.51% | 0.57% | - |
| HSV(B) | 0.53º | 0.56% | 0.79% | - |
| XYZ | 29.42 | 20.27 | 11.59 | - |
| YUV | 122.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 88 | 0 | 0.56 | 0.56 | 0.21 | 0.53 | 0.51 | 0.57 |
| Hex | C9 | 59 | 58 | 0 | 38 | 38 | 15 | 1 | 33 | 39 |
| Octal | 311 | 131 | 130 | 0 | 70 | 70 | 25 | 1 | 63 | 71 |
| Binary | 11001001 | 1011001 | 1011000 | 0 | 111000 | 111000 | 10101 | 1 | 110011 | 111001 |
Color Harmonies of #C95958
Complementary color
Monochromatic Colors of #C95958
Black with #C95958
Text Example
Text Example
White with #C95958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95958; }
p { color: rgb(201,89,88); }
H1.HeaderClassName
{
color: #C95958;
}
.AnyTagClassName
{
color: #C95958;
}
</style>
background-color css
<style>
a { background-color: #C95958; }
a { background-color: rgb(201,89,88); }
div.DivClassName
{
background-color: #C95958;
}
.BgClassName
{
background-color: #C95958;
}
</style>
border-color css
<style>
span { border-color: #C95958; }
span { border-color: rgb(201,89,88); }
td.TdClassName
{
border-color: #C95958;
}
.TagClassName
{
border-color: #C95958;
}
</style>