Shades of Indian Red #C66360
Tints of Indian Red #C66360
RGB
CMYK
RGB Variations
Color information
#C66360 (or 0xC66360) is known color: Indian Red. HEX triplet: C6, 63 and 60. RGB value is (198,99,96). Sum of RGB (Red+Green+Blue) = 198+99+96=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C66360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66360 is #399C9F. Grayscale: #808080. Windows color (decimal): -3775648 or 6316998. OLE color: 6316998.
HSL color Cylindrical-coordinate representation of color #C66360: hue angle of 1.76º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66360 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 96 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.22 |
| HSL | 1.76º | 0.47% | 0.58% | - |
| HSV(B) | 1.76º | 0.52% | 0.78% | - |
| XYZ | 29.86 | 21.77 | 13.7 | - |
| YUV | 128.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 96 | 0 | 0.50 | 0.52 | 0.22 | 1.76 | 0.47 | 0.58 |
| Hex | C6 | 63 | 60 | 0 | 32 | 34 | 16 | 2 | 2F | 3A |
| Octal | 306 | 143 | 140 | 0 | 62 | 64 | 26 | 2 | 57 | 72 |
| Binary | 11000110 | 1100011 | 1100000 | 0 | 110010 | 110100 | 10110 | 10 | 101111 | 111010 |
Color Harmonies of #C66360
Complementary color
Monochromatic Colors of #C66360
Black with #C66360
Text Example
Text Example
White with #C66360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66360; }
p { color: rgb(198,99,96); }
H1.HeaderClassName
{
color: #C66360;
}
.AnyTagClassName
{
color: #C66360;
}
</style>
background-color css
<style>
a { background-color: #C66360; }
a { background-color: rgb(198,99,96); }
div.DivClassName
{
background-color: #C66360;
}
.BgClassName
{
background-color: #C66360;
}
</style>
border-color css
<style>
span { border-color: #C66360; }
span { border-color: rgb(198,99,96); }
td.TdClassName
{
border-color: #C66360;
}
.TagClassName
{
border-color: #C66360;
}
</style>