Shades of Indian Red #C86562
Tints of Indian Red #C86562
RGB
CMYK
RGB Variations
Color information
#C86562 (or 0xC86562) is known color: Indian Red. HEX triplet: C8, 65 and 62. RGB value is (200,101,98). Sum of RGB (Red+Green+Blue) = 200+101+98=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86562 is #379A9D. Grayscale: #828282. Windows color (decimal): -3644062 or 6448584. OLE color: 6448584.
HSL color Cylindrical-coordinate representation of color #C86562: hue angle of 1.76º degrees, saturation: 0.48, 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 #C86562 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 98 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.22 |
| HSL | 1.76º | 0.48% | 0.58% | - |
| HSV(B) | 1.76º | 0.51% | 0.78% | - |
| XYZ | 30.68 | 22.47 | 14.28 | - |
| YUV | 130.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 98 | 0 | 0.49 | 0.51 | 0.22 | 1.76 | 0.48 | 0.58 |
| Hex | C8 | 65 | 62 | 0 | 31 | 33 | 16 | 2 | 30 | 3A |
| Octal | 310 | 145 | 142 | 0 | 61 | 63 | 26 | 2 | 60 | 72 |
| Binary | 11001000 | 1100101 | 1100010 | 0 | 110001 | 110011 | 10110 | 10 | 110000 | 111010 |
Color Harmonies of #C86562
Complementary color
Monochromatic Colors of #C86562
Black with #C86562
Text Example
Text Example
White with #C86562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86562; }
p { color: rgb(200,101,98); }
H1.HeaderClassName
{
color: #C86562;
}
.AnyTagClassName
{
color: #C86562;
}
</style>
background-color css
<style>
a { background-color: #C86562; }
a { background-color: rgb(200,101,98); }
div.DivClassName
{
background-color: #C86562;
}
.BgClassName
{
background-color: #C86562;
}
</style>
border-color css
<style>
span { border-color: #C86562; }
span { border-color: rgb(200,101,98); }
td.TdClassName
{
border-color: #C86562;
}
.TagClassName
{
border-color: #C86562;
}
</style>