Shades of Indian Red #C1605E
Tints of Indian Red #C1605E
RGB
CMYK
RGB Variations
Color information
#C1605E (or 0xC1605E) is known color: Indian Red. HEX triplet: C1, 60 and 5E. RGB value is (193,96,94). Sum of RGB (Red+Green+Blue) = 193+96+94=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1605E is #3E9FA1. Grayscale: #7C7C7C. Windows color (decimal): -4104098 or 6185153. OLE color: 6185153.
HSL color Cylindrical-coordinate representation of color #C1605E: hue angle of 1.21º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1605E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 94 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.24 |
| HSL | 1.21º | 0.44% | 0.56% | - |
| HSV(B) | 1.21º | 0.51% | 0.76% | - |
| XYZ | 28.2 | 20.51 | 13.06 | - |
| YUV | 124.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 94 | 0 | 0.50 | 0.51 | 0.24 | 1.21 | 0.44 | 0.56 |
| Hex | C1 | 60 | 5E | 0 | 32 | 33 | 18 | 1 | 2C | 38 |
| Octal | 301 | 140 | 136 | 0 | 62 | 63 | 30 | 1 | 54 | 70 |
| Binary | 11000001 | 1100000 | 1011110 | 0 | 110010 | 110011 | 11000 | 1 | 101100 | 111000 |
Color Harmonies of #C1605E
Complementary color
Monochromatic Colors of #C1605E
Black with #C1605E
Text Example
Text Example
White with #C1605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1605E; }
p { color: rgb(193,96,94); }
H1.HeaderClassName
{
color: #C1605E;
}
.AnyTagClassName
{
color: #C1605E;
}
</style>
background-color css
<style>
a { background-color: #C1605E; }
a { background-color: rgb(193,96,94); }
div.DivClassName
{
background-color: #C1605E;
}
.BgClassName
{
background-color: #C1605E;
}
</style>
border-color css
<style>
span { border-color: #C1605E; }
span { border-color: rgb(193,96,94); }
td.TdClassName
{
border-color: #C1605E;
}
.TagClassName
{
border-color: #C1605E;
}
</style>