Shades of Indian Red #C86661
Tints of Indian Red #C86661
RGB
CMYK
RGB Variations
Color information
#C86661 (or 0xC86661) is known color: Indian Red. HEX triplet: C8, 66 and 61. RGB value is (200,102,97). Sum of RGB (Red+Green+Blue) = 200+102+97=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86661 is #37999E. Grayscale: #828282. Windows color (decimal): -3643807 or 6383304. OLE color: 6383304.
HSL color Cylindrical-coordinate representation of color #C86661: hue angle of 2.91º 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 #C86661 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 97 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.22 |
| HSL | 2.91º | 0.48% | 0.58% | - |
| HSV(B) | 2.91º | 0.52% | 0.78% | - |
| XYZ | 30.73 | 22.65 | 14.06 | - |
| YUV | 130.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 97 | 0 | 0.49 | 0.52 | 0.22 | 2.91 | 0.48 | 0.58 |
| Hex | C8 | 66 | 61 | 0 | 31 | 34 | 16 | 3 | 30 | 3A |
| Octal | 310 | 146 | 141 | 0 | 61 | 64 | 26 | 3 | 60 | 72 |
| Binary | 11001000 | 1100110 | 1100001 | 0 | 110001 | 110100 | 10110 | 11 | 110000 | 111010 |
Color Harmonies of #C86661
Complementary color
Monochromatic Colors of #C86661
Black with #C86661
Text Example
Text Example
White with #C86661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86661; }
p { color: rgb(200,102,97); }
H1.HeaderClassName
{
color: #C86661;
}
.AnyTagClassName
{
color: #C86661;
}
</style>
background-color css
<style>
a { background-color: #C86661; }
a { background-color: rgb(200,102,97); }
div.DivClassName
{
background-color: #C86661;
}
.BgClassName
{
background-color: #C86661;
}
</style>
border-color css
<style>
span { border-color: #C86661; }
span { border-color: rgb(200,102,97); }
td.TdClassName
{
border-color: #C86661;
}
.TagClassName
{
border-color: #C86661;
}
</style>