Shades of Indian Red #C9655F
Tints of Indian Red #C9655F
RGB
CMYK
RGB Variations
Color information
#C9655F (or 0xC9655F) is known color: Indian Red. HEX triplet: C9, 65 and 5F. RGB value is (201,101,95). Sum of RGB (Red+Green+Blue) = 201+101+95=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9655F is #369AA0. Grayscale: #828282. Windows color (decimal): -3578529 or 6251977. OLE color: 6251977.
HSL color Cylindrical-coordinate representation of color #C9655F: hue angle of 3.4º 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 #C9655F is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 95 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.21 |
| HSL | 3.4º | 0.5% | 0.58% | - |
| HSV(B) | 3.4º | 0.53% | 0.79% | - |
| XYZ | 30.81 | 22.55 | 13.56 | - |
| YUV | 130.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 95 | 0 | 0.50 | 0.53 | 0.21 | 3.4 | 0.5 | 0.58 |
| Hex | C9 | 65 | 5F | 0 | 32 | 35 | 15 | 3 | 32 | 3A |
| Octal | 311 | 145 | 137 | 0 | 62 | 65 | 25 | 3 | 62 | 72 |
| Binary | 11001001 | 1100101 | 1011111 | 0 | 110010 | 110101 | 10101 | 11 | 110010 | 111010 |
Color Harmonies of #C9655F
Complementary color
Monochromatic Colors of #C9655F
Black with #C9655F
Text Example
Text Example
White with #C9655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9655F; }
p { color: rgb(201,101,95); }
H1.HeaderClassName
{
color: #C9655F;
}
.AnyTagClassName
{
color: #C9655F;
}
</style>
background-color css
<style>
a { background-color: #C9655F; }
a { background-color: rgb(201,101,95); }
div.DivClassName
{
background-color: #C9655F;
}
.BgClassName
{
background-color: #C9655F;
}
</style>
border-color css
<style>
span { border-color: #C9655F; }
span { border-color: rgb(201,101,95); }
td.TdClassName
{
border-color: #C9655F;
}
.TagClassName
{
border-color: #C9655F;
}
</style>