Shades of Indian Red #C96463
Tints of Indian Red #C96463
RGB
CMYK
RGB Variations
Color information
#C96463 (or 0xC96463) is known color: Indian Red. HEX triplet: C9, 64 and 63. RGB value is (201,100,99). Sum of RGB (Red+Green+Blue) = 201+100+99=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C96463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96463 is #369B9C. Grayscale: #828282. Windows color (decimal): -3578781 or 6513865. OLE color: 6513865.
HSL color Cylindrical-coordinate representation of color #C96463: hue angle of 0.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96463 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 99 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.21 |
| HSL | 0.59º | 0.49% | 0.59% | - |
| HSV(B) | 0.59º | 0.51% | 0.79% | - |
| XYZ | 30.9 | 22.43 | 14.51 | - |
| YUV | 130.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 99 | 0 | 0.50 | 0.51 | 0.21 | 0.59 | 0.49 | 0.59 |
| Hex | C9 | 64 | 63 | 0 | 32 | 33 | 15 | 1 | 31 | 3B |
| Octal | 311 | 144 | 143 | 0 | 62 | 63 | 25 | 1 | 61 | 73 |
| Binary | 11001001 | 1100100 | 1100011 | 0 | 110010 | 110011 | 10101 | 1 | 110001 | 111011 |
Color Harmonies of #C96463
Complementary color
Monochromatic Colors of #C96463
Black with #C96463
Text Example
Text Example
White with #C96463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96463; }
p { color: rgb(201,100,99); }
H1.HeaderClassName
{
color: #C96463;
}
.AnyTagClassName
{
color: #C96463;
}
</style>
background-color css
<style>
a { background-color: #C96463; }
a { background-color: rgb(201,100,99); }
div.DivClassName
{
background-color: #C96463;
}
.BgClassName
{
background-color: #C96463;
}
</style>
border-color css
<style>
span { border-color: #C96463; }
span { border-color: rgb(201,100,99); }
td.TdClassName
{
border-color: #C96463;
}
.TagClassName
{
border-color: #C96463;
}
</style>