Shades of Indian Red #C7605E
Tints of Indian Red #C7605E
RGB
CMYK
RGB Variations
Color information
#C7605E (or 0xC7605E) is known color: Indian Red. HEX triplet: C7, 60 and 5E. RGB value is (199,96,94). Sum of RGB (Red+Green+Blue) = 199+96+94=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7605E is #389FA1. Grayscale: #7E7E7E. Windows color (decimal): -3710882 or 6185159. OLE color: 6185159.
HSL color Cylindrical-coordinate representation of color #C7605E: hue angle of 1.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7605E is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 94 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.22 |
| HSL | 1.14º | 0.48% | 0.57% | - |
| HSV(B) | 1.14º | 0.53% | 0.78% | - |
| XYZ | 29.76 | 21.32 | 13.14 | - |
| YUV | 126.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 94 | 0 | 0.52 | 0.53 | 0.22 | 1.14 | 0.48 | 0.57 |
| Hex | C7 | 60 | 5E | 0 | 34 | 35 | 16 | 1 | 30 | 39 |
| Octal | 307 | 140 | 136 | 0 | 64 | 65 | 26 | 1 | 60 | 71 |
| Binary | 11000111 | 1100000 | 1011110 | 0 | 110100 | 110101 | 10110 | 1 | 110000 | 111001 |
Color Harmonies of #C7605E
Complementary color
Monochromatic Colors of #C7605E
Black with #C7605E
Text Example
Text Example
White with #C7605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7605E; }
p { color: rgb(199,96,94); }
H1.HeaderClassName
{
color: #C7605E;
}
.AnyTagClassName
{
color: #C7605E;
}
</style>
background-color css
<style>
a { background-color: #C7605E; }
a { background-color: rgb(199,96,94); }
div.DivClassName
{
background-color: #C7605E;
}
.BgClassName
{
background-color: #C7605E;
}
</style>
border-color css
<style>
span { border-color: #C7605E; }
span { border-color: rgb(199,96,94); }
td.TdClassName
{
border-color: #C7605E;
}
.TagClassName
{
border-color: #C7605E;
}
</style>