Shades of Indian Red #C6605F
Tints of Indian Red #C6605F
RGB
CMYK
RGB Variations
Color information
#C6605F (or 0xC6605F) is known color: Indian Red. HEX triplet: C6, 60 and 5F. RGB value is (198,96,95). Sum of RGB (Red+Green+Blue) = 198+96+95=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6605F is #399FA0. Grayscale: #7E7E7E. Windows color (decimal): -3776417 or 6250694. OLE color: 6250694.
HSL color Cylindrical-coordinate representation of color #C6605F: hue angle of 0.58º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6605F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 95 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.22 |
| HSL | 0.58º | 0.47% | 0.57% | - |
| HSV(B) | 0.58º | 0.52% | 0.78% | - |
| XYZ | 29.54 | 21.2 | 13.36 | - |
| YUV | 126.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 95 | 0 | 0.52 | 0.52 | 0.22 | 0.58 | 0.47 | 0.57 |
| Hex | C6 | 60 | 5F | 0 | 34 | 34 | 16 | 1 | 2F | 39 |
| Octal | 306 | 140 | 137 | 0 | 64 | 64 | 26 | 1 | 57 | 71 |
| Binary | 11000110 | 1100000 | 1011111 | 0 | 110100 | 110100 | 10110 | 1 | 101111 | 111001 |
Color Harmonies of #C6605F
Complementary color
Monochromatic Colors of #C6605F
Black with #C6605F
Text Example
Text Example
White with #C6605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6605F; }
p { color: rgb(198,96,95); }
H1.HeaderClassName
{
color: #C6605F;
}
.AnyTagClassName
{
color: #C6605F;
}
</style>
background-color css
<style>
a { background-color: #C6605F; }
a { background-color: rgb(198,96,95); }
div.DivClassName
{
background-color: #C6605F;
}
.BgClassName
{
background-color: #C6605F;
}
</style>
border-color css
<style>
span { border-color: #C6605F; }
span { border-color: rgb(198,96,95); }
td.TdClassName
{
border-color: #C6605F;
}
.TagClassName
{
border-color: #C6605F;
}
</style>