Shades of Indian Red #C36160
Tints of Indian Red #C36160
RGB
CMYK
RGB Variations
Color information
#C36160 (or 0xC36160) is known color: Indian Red. HEX triplet: C3, 61 and 60. RGB value is (195,97,96). Sum of RGB (Red+Green+Blue) = 195+97+96=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C36160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36160 is #3C9E9F. Grayscale: #7E7E7E. Windows color (decimal): -3972768 or 6316483. OLE color: 6316483.
HSL color Cylindrical-coordinate representation of color #C36160: hue angle of 0.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36160 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 96 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.24 |
| HSL | 0.61º | 0.45% | 0.57% | - |
| HSV(B) | 0.61º | 0.51% | 0.76% | - |
| XYZ | 28.89 | 21 | 13.6 | - |
| YUV | 126.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 96 | 0 | 0.50 | 0.51 | 0.24 | 0.61 | 0.45 | 0.57 |
| Hex | C3 | 61 | 60 | 0 | 32 | 33 | 18 | 1 | 2D | 39 |
| Octal | 303 | 141 | 140 | 0 | 62 | 63 | 30 | 1 | 55 | 71 |
| Binary | 11000011 | 1100001 | 1100000 | 0 | 110010 | 110011 | 11000 | 1 | 101101 | 111001 |
Color Harmonies of #C36160
Complementary color
Monochromatic Colors of #C36160
Black with #C36160
Text Example
Text Example
White with #C36160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36160; }
p { color: rgb(195,97,96); }
H1.HeaderClassName
{
color: #C36160;
}
.AnyTagClassName
{
color: #C36160;
}
</style>
background-color css
<style>
a { background-color: #C36160; }
a { background-color: rgb(195,97,96); }
div.DivClassName
{
background-color: #C36160;
}
.BgClassName
{
background-color: #C36160;
}
</style>
border-color css
<style>
span { border-color: #C36160; }
span { border-color: rgb(195,97,96); }
td.TdClassName
{
border-color: #C36160;
}
.TagClassName
{
border-color: #C36160;
}
</style>