Shades of Indian Red #C95C5B
Tints of Indian Red #C95C5B
RGB
CMYK
RGB Variations
Color information
#C95C5B (or 0xC95C5B) is known color: Indian Red. HEX triplet: C9, 5C and 5B. RGB value is (201,92,91). Sum of RGB (Red+Green+Blue) = 201+92+91=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C5B is #36A3A4. Grayscale: #7C7C7C. Windows color (decimal): -3580837 or 5987529. OLE color: 5987529.
HSL color Cylindrical-coordinate representation of color #C95C5B: 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.55%. Process color model (Four color, CMYK) of #C95C5B is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 91 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.21 |
| HSL | 0.55º | 0.5% | 0.57% | - |
| HSV(B) | 0.55º | 0.55% | 0.79% | - |
| XYZ | 29.8 | 20.83 | 12.35 | - |
| YUV | 124.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 91 | 0 | 0.54 | 0.55 | 0.21 | 0.55 | 0.5 | 0.57 |
| Hex | C9 | 5C | 5B | 0 | 36 | 37 | 15 | 1 | 32 | 39 |
| Octal | 311 | 134 | 133 | 0 | 66 | 67 | 25 | 1 | 62 | 71 |
| Binary | 11001001 | 1011100 | 1011011 | 0 | 110110 | 110111 | 10101 | 1 | 110010 | 111001 |
Color Harmonies of #C95C5B
Complementary color
Monochromatic Colors of #C95C5B
Black with #C95C5B
Text Example
Text Example
White with #C95C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C5B; }
p { color: rgb(201,92,91); }
H1.HeaderClassName
{
color: #C95C5B;
}
.AnyTagClassName
{
color: #C95C5B;
}
</style>
background-color css
<style>
a { background-color: #C95C5B; }
a { background-color: rgb(201,92,91); }
div.DivClassName
{
background-color: #C95C5B;
}
.BgClassName
{
background-color: #C95C5B;
}
</style>
border-color css
<style>
span { border-color: #C95C5B; }
span { border-color: rgb(201,92,91); }
td.TdClassName
{
border-color: #C95C5B;
}
.TagClassName
{
border-color: #C95C5B;
}
</style>