Shades of Indian Red #CF6160
Tints of Indian Red #CF6160
RGB
CMYK
RGB Variations
Color information
#CF6160 (or 0xCF6160) is known color: Indian Red. HEX triplet: CF, 61 and 60. RGB value is (207,97,96). Sum of RGB (Red+Green+Blue) = 207+97+96=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6160 is #309E9F. Grayscale: #818181. Windows color (decimal): -3186336 or 6316495. OLE color: 6316495.
HSL color Cylindrical-coordinate representation of color #CF6160: hue angle of 0.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6160 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 96 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.19 |
| HSL | 0.54º | 0.54% | 0.59% | - |
| HSV(B) | 0.54º | 0.54% | 0.81% | - |
| XYZ | 32.12 | 22.66 | 13.75 | - |
| YUV | 129.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 96 | 0 | 0.53 | 0.54 | 0.19 | 0.54 | 0.54 | 0.59 |
| Hex | CF | 61 | 60 | 0 | 35 | 36 | 13 | 1 | 36 | 3B |
| Octal | 317 | 141 | 140 | 0 | 65 | 66 | 23 | 1 | 66 | 73 |
| Binary | 11001111 | 1100001 | 1100000 | 0 | 110101 | 110110 | 10011 | 1 | 110110 | 111011 |
Color Harmonies of #CF6160
Complementary color
Monochromatic Colors of #CF6160
Black with #CF6160
Text Example
Text Example
White with #CF6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6160; }
p { color: rgb(207,97,96); }
H1.HeaderClassName
{
color: #CF6160;
}
.AnyTagClassName
{
color: #CF6160;
}
</style>
background-color css
<style>
a { background-color: #CF6160; }
a { background-color: rgb(207,97,96); }
div.DivClassName
{
background-color: #CF6160;
}
.BgClassName
{
background-color: #CF6160;
}
</style>
border-color css
<style>
span { border-color: #CF6160; }
span { border-color: rgb(207,97,96); }
td.TdClassName
{
border-color: #CF6160;
}
.TagClassName
{
border-color: #CF6160;
}
</style>