Shades of Indian Red #C7605D
Tints of Indian Red #C7605D
RGB
CMYK
RGB Variations
Color information
#C7605D (or 0xC7605D) is known color: Indian Red. HEX triplet: C7, 60 and 5D. RGB value is (199,96,93). Sum of RGB (Red+Green+Blue) = 199+96+93=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7605D is #389FA2. Grayscale: #7E7E7E. Windows color (decimal): -3710883 or 6119623. OLE color: 6119623.
HSL color Cylindrical-coordinate representation of color #C7605D: hue angle of 1.7º degrees, saturation: 0.49, 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 #C7605D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 93 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.22 |
| HSL | 1.7º | 0.49% | 0.57% | - |
| HSV(B) | 1.7º | 0.53% | 0.78% | - |
| XYZ | 29.71 | 21.3 | 12.9 | - |
| YUV | 126.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 93 | 0 | 0.52 | 0.53 | 0.22 | 1.7 | 0.49 | 0.57 |
| Hex | C7 | 60 | 5D | 0 | 34 | 35 | 16 | 2 | 31 | 39 |
| Octal | 307 | 140 | 135 | 0 | 64 | 65 | 26 | 2 | 61 | 71 |
| Binary | 11000111 | 1100000 | 1011101 | 0 | 110100 | 110101 | 10110 | 10 | 110001 | 111001 |
Color Harmonies of #C7605D
Complementary color
Monochromatic Colors of #C7605D
Black with #C7605D
Text Example
Text Example
White with #C7605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7605D; }
p { color: rgb(199,96,93); }
H1.HeaderClassName
{
color: #C7605D;
}
.AnyTagClassName
{
color: #C7605D;
}
</style>
background-color css
<style>
a { background-color: #C7605D; }
a { background-color: rgb(199,96,93); }
div.DivClassName
{
background-color: #C7605D;
}
.BgClassName
{
background-color: #C7605D;
}
</style>
border-color css
<style>
span { border-color: #C7605D; }
span { border-color: rgb(199,96,93); }
td.TdClassName
{
border-color: #C7605D;
}
.TagClassName
{
border-color: #C7605D;
}
</style>