Shades of Indian Red #C66562
Tints of Indian Red #C66562
RGB
CMYK
RGB Variations
Color information
#C66562 (or 0xC66562) is known color: Indian Red. HEX triplet: C6, 65 and 62. RGB value is (198,101,98). Sum of RGB (Red+Green+Blue) = 198+101+98=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C66562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66562 is #399A9D. Grayscale: #818181. Windows color (decimal): -3775134 or 6448582. OLE color: 6448582.
HSL color Cylindrical-coordinate representation of color #C66562: hue angle of 1.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66562 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 98 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.22 |
| HSL | 1.8º | 0.47% | 0.58% | - |
| HSV(B) | 1.8º | 0.51% | 0.78% | - |
| XYZ | 30.15 | 22.19 | 14.25 | - |
| YUV | 129.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 98 | 0 | 0.49 | 0.51 | 0.22 | 1.8 | 0.47 | 0.58 |
| Hex | C6 | 65 | 62 | 0 | 31 | 33 | 16 | 2 | 2F | 3A |
| Octal | 306 | 145 | 142 | 0 | 61 | 63 | 26 | 2 | 57 | 72 |
| Binary | 11000110 | 1100101 | 1100010 | 0 | 110001 | 110011 | 10110 | 10 | 101111 | 111010 |
Color Harmonies of #C66562
Complementary color
Monochromatic Colors of #C66562
Black with #C66562
Text Example
Text Example
White with #C66562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66562; }
p { color: rgb(198,101,98); }
H1.HeaderClassName
{
color: #C66562;
}
.AnyTagClassName
{
color: #C66562;
}
</style>
background-color css
<style>
a { background-color: #C66562; }
a { background-color: rgb(198,101,98); }
div.DivClassName
{
background-color: #C66562;
}
.BgClassName
{
background-color: #C66562;
}
</style>
border-color css
<style>
span { border-color: #C66562; }
span { border-color: rgb(198,101,98); }
td.TdClassName
{
border-color: #C66562;
}
.TagClassName
{
border-color: #C66562;
}
</style>