Shades of Indian Red #CF6560
Tints of Indian Red #CF6560
RGB
CMYK
RGB Variations
Color information
#CF6560 (or 0xCF6560) is known color: Indian Red. HEX triplet: CF, 65 and 60. RGB value is (207,101,96). Sum of RGB (Red+Green+Blue) = 207+101+96=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6560 is #309A9F. Grayscale: #848484. Windows color (decimal): -3185312 or 6317519. OLE color: 6317519.
HSL color Cylindrical-coordinate representation of color #CF6560: hue angle of 2.7º 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 #CF6560 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 96 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.19 |
| HSL | 2.7º | 0.54% | 0.59% | - |
| HSV(B) | 2.7º | 0.54% | 0.81% | - |
| XYZ | 32.5 | 23.42 | 13.87 | - |
| YUV | 132.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 96 | 0 | 0.51 | 0.54 | 0.19 | 2.7 | 0.54 | 0.59 |
| Hex | CF | 65 | 60 | 0 | 33 | 36 | 13 | 3 | 36 | 3B |
| Octal | 317 | 145 | 140 | 0 | 63 | 66 | 23 | 3 | 66 | 73 |
| Binary | 11001111 | 1100101 | 1100000 | 0 | 110011 | 110110 | 10011 | 11 | 110110 | 111011 |
Color Harmonies of #CF6560
Complementary color
Monochromatic Colors of #CF6560
Black with #CF6560
Text Example
Text Example
White with #CF6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6560; }
p { color: rgb(207,101,96); }
H1.HeaderClassName
{
color: #CF6560;
}
.AnyTagClassName
{
color: #CF6560;
}
</style>
background-color css
<style>
a { background-color: #CF6560; }
a { background-color: rgb(207,101,96); }
div.DivClassName
{
background-color: #CF6560;
}
.BgClassName
{
background-color: #CF6560;
}
</style>
border-color css
<style>
span { border-color: #CF6560; }
span { border-color: rgb(207,101,96); }
td.TdClassName
{
border-color: #CF6560;
}
.TagClassName
{
border-color: #CF6560;
}
</style>