Shades of Indian Red #C4605E
Tints of Indian Red #C4605E
RGB
CMYK
RGB Variations
Color information
#C4605E (or 0xC4605E) is known color: Indian Red. HEX triplet: C4, 60 and 5E. RGB value is (196,96,94). Sum of RGB (Red+Green+Blue) = 196+96+94=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4605E is #3B9FA1. Grayscale: #7D7D7D. Windows color (decimal): -3907490 or 6185156. OLE color: 6185156.
HSL color Cylindrical-coordinate representation of color #C4605E: hue angle of 1.18º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4605E is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 94 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.23 |
| HSL | 1.18º | 0.46% | 0.57% | - |
| HSV(B) | 1.18º | 0.52% | 0.77% | - |
| XYZ | 28.97 | 20.91 | 13.1 | - |
| YUV | 125.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 94 | 0 | 0.51 | 0.52 | 0.23 | 1.18 | 0.46 | 0.57 |
| Hex | C4 | 60 | 5E | 0 | 33 | 34 | 17 | 1 | 2E | 39 |
| Octal | 304 | 140 | 136 | 0 | 63 | 64 | 27 | 1 | 56 | 71 |
| Binary | 11000100 | 1100000 | 1011110 | 0 | 110011 | 110100 | 10111 | 1 | 101110 | 111001 |
Color Harmonies of #C4605E
Complementary color
Monochromatic Colors of #C4605E
Black with #C4605E
Text Example
Text Example
White with #C4605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4605E; }
p { color: rgb(196,96,94); }
H1.HeaderClassName
{
color: #C4605E;
}
.AnyTagClassName
{
color: #C4605E;
}
</style>
background-color css
<style>
a { background-color: #C4605E; }
a { background-color: rgb(196,96,94); }
div.DivClassName
{
background-color: #C4605E;
}
.BgClassName
{
background-color: #C4605E;
}
</style>
border-color css
<style>
span { border-color: #C4605E; }
span { border-color: rgb(196,96,94); }
td.TdClassName
{
border-color: #C4605E;
}
.TagClassName
{
border-color: #C4605E;
}
</style>