Shades of Indian Red #C9635F
Tints of Indian Red #C9635F
RGB
CMYK
RGB Variations
Color information
#C9635F (or 0xC9635F) is known color: Indian Red. HEX triplet: C9, 63 and 5F. RGB value is (201,99,95). Sum of RGB (Red+Green+Blue) = 201+99+95=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9635F is #369CA0. Grayscale: #818181. Windows color (decimal): -3579041 or 6251465. OLE color: 6251465.
HSL color Cylindrical-coordinate representation of color #C9635F: hue angle of 2.26º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9635F is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 95 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.21 |
| HSL | 2.26º | 0.5% | 0.58% | - |
| HSV(B) | 2.26º | 0.53% | 0.79% | - |
| XYZ | 30.61 | 22.17 | 13.49 | - |
| YUV | 129.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 95 | 0 | 0.51 | 0.53 | 0.21 | 2.26 | 0.5 | 0.58 |
| Hex | C9 | 63 | 5F | 0 | 33 | 35 | 15 | 2 | 32 | 3A |
| Octal | 311 | 143 | 137 | 0 | 63 | 65 | 25 | 2 | 62 | 72 |
| Binary | 11001001 | 1100011 | 1011111 | 0 | 110011 | 110101 | 10101 | 10 | 110010 | 111010 |
Color Harmonies of #C9635F
Complementary color
Monochromatic Colors of #C9635F
Black with #C9635F
Text Example
Text Example
White with #C9635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9635F; }
p { color: rgb(201,99,95); }
H1.HeaderClassName
{
color: #C9635F;
}
.AnyTagClassName
{
color: #C9635F;
}
</style>
background-color css
<style>
a { background-color: #C9635F; }
a { background-color: rgb(201,99,95); }
div.DivClassName
{
background-color: #C9635F;
}
.BgClassName
{
background-color: #C9635F;
}
</style>
border-color css
<style>
span { border-color: #C9635F; }
span { border-color: rgb(201,99,95); }
td.TdClassName
{
border-color: #C9635F;
}
.TagClassName
{
border-color: #C9635F;
}
</style>