Shades of Indian Red #C95B57
Tints of Indian Red #C95B57
RGB
CMYK
RGB Variations
Color information
#C95B57 (or 0xC95B57) is known color: Indian Red. HEX triplet: C9, 5B and 57. RGB value is (201,91,87). Sum of RGB (Red+Green+Blue) = 201+91+87=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B57 is #36A4A8. Grayscale: #7B7B7B. Windows color (decimal): -3581097 or 5725129. OLE color: 5725129.
HSL color Cylindrical-coordinate representation of color #C95B57: hue angle of 2.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95B57 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 87 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.21 |
| HSL | 2.11º | 0.51% | 0.56% | - |
| HSV(B) | 2.11º | 0.57% | 0.79% | - |
| XYZ | 29.55 | 20.59 | 11.43 | - |
| YUV | 123.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 87 | 0 | 0.55 | 0.57 | 0.21 | 2.11 | 0.51 | 0.56 |
| Hex | C9 | 5B | 57 | 0 | 37 | 39 | 15 | 2 | 33 | 38 |
| Octal | 311 | 133 | 127 | 0 | 67 | 71 | 25 | 2 | 63 | 70 |
| Binary | 11001001 | 1011011 | 1010111 | 0 | 110111 | 111001 | 10101 | 10 | 110011 | 111000 |
Color Harmonies of #C95B57
Complementary color
Monochromatic Colors of #C95B57
Black with #C95B57
Text Example
Text Example
White with #C95B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B57; }
p { color: rgb(201,91,87); }
H1.HeaderClassName
{
color: #C95B57;
}
.AnyTagClassName
{
color: #C95B57;
}
</style>
background-color css
<style>
a { background-color: #C95B57; }
a { background-color: rgb(201,91,87); }
div.DivClassName
{
background-color: #C95B57;
}
.BgClassName
{
background-color: #C95B57;
}
</style>
border-color css
<style>
span { border-color: #C95B57; }
span { border-color: rgb(201,91,87); }
td.TdClassName
{
border-color: #C95B57;
}
.TagClassName
{
border-color: #C95B57;
}
</style>