Shades of Indian Red #C96664
Tints of Indian Red #C96664
RGB
CMYK
RGB Variations
Color information
#C96664 (or 0xC96664) is known color: Indian Red. HEX triplet: C9, 66 and 64. RGB value is (201,102,100). Sum of RGB (Red+Green+Blue) = 201+102+100=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C96664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96664 is #36999B. Grayscale: #838383. Windows color (decimal): -3578268 or 6579913. OLE color: 6579913.
HSL color Cylindrical-coordinate representation of color #C96664: hue angle of 1.19º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96664 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 100 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.21 |
| HSL | 1.19º | 0.48% | 0.59% | - |
| HSV(B) | 1.19º | 0.5% | 0.79% | - |
| XYZ | 31.14 | 22.84 | 14.82 | - |
| YUV | 131.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 100 | 0 | 0.49 | 0.50 | 0.21 | 1.19 | 0.48 | 0.59 |
| Hex | C9 | 66 | 64 | 0 | 31 | 32 | 15 | 1 | 30 | 3B |
| Octal | 311 | 146 | 144 | 0 | 61 | 62 | 25 | 1 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1100100 | 0 | 110001 | 110010 | 10101 | 1 | 110000 | 111011 |
Color Harmonies of #C96664
Complementary color
Monochromatic Colors of #C96664
Black with #C96664
Text Example
Text Example
White with #C96664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96664; }
p { color: rgb(201,102,100); }
H1.HeaderClassName
{
color: #C96664;
}
.AnyTagClassName
{
color: #C96664;
}
</style>
background-color css
<style>
a { background-color: #C96664; }
a { background-color: rgb(201,102,100); }
div.DivClassName
{
background-color: #C96664;
}
.BgClassName
{
background-color: #C96664;
}
</style>
border-color css
<style>
span { border-color: #C96664; }
span { border-color: rgb(201,102,100); }
td.TdClassName
{
border-color: #C96664;
}
.TagClassName
{
border-color: #C96664;
}
</style>